This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next-to-apply has been deleted
was 8314616cf1da67fe6f7d2e7a31cf4d09e6feafda
-----------------------------------------------------------------------
8314616cf1da67fe6f7d2e7a31cf4d09e6feafda mln/version.hh.in: Fix variable substitution.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch fix/xml2doc-fix-template-path has been deleted
was 3105f43b405abb4ac439041a2cd7266dd131f787
-----------------------------------------------------------------------
3105f43b405abb4ac439041a2cd7266dd131f787 demo/xml2doc/main.cc: Add --template-path option.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next has been updated
via 3c1bf651a333bc132cf27bcdcc600039b44cee6e (commit)
via aebe860fafe2287a9dbe9052d716e9be25e59163 (commit)
from 98e25c56df3d4caf91345dbb595de76eb56f5704 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
3c1bf65 Exercise ASCII PPM file loading.
aebe860 Fix issues w.r.t. loading ASCII PPM files.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 16 ++++++
milena/Makefile.am | 1 +
milena/img/fly_ascii.ppm | 9 ++++
milena/mln/io/pnm/load.hh | 51 +++++++++++++++++---
milena/tests/io/ppm/Makefile.am | 3 +-
.../tests/io/{dicom/dicom.cc => ppm/ppm_ascii.cc} | 16 +++---
6 files changed, 80 insertions(+), 16 deletions(-)
create mode 100644 milena/img/fly_ascii.ppm
copy milena/tests/io/{dicom/dicom.cc => ppm/ppm_ascii.cc} (80%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next has been updated
discards df9e6b2880b4a1b75dca48155f3a1226fdca27a7 (commit)
discards 7375666c1c5247869d20745c70c804bf7a4f9548 (commit)
via 98e25c56df3d4caf91345dbb595de76eb56f5704 (commit)
via eefb756c8da46bf9de4aa2e08d4ee2d1c521ab00 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (df9e6b2880b4a1b75dca48155f3a1226fdca27a7)
\
N -- N -- N (98e25c56df3d4caf91345dbb595de76eb56f5704)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
98e25c5 demo/xml2doc/main.cc: Add --template-path option.
eefb756 Remove irrelevant Milena test value/interop.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 8 +--
milena/tests/value/Makefile.am | 5 +-
milena/tests/value/interop.cc | 113 ----------------------------------------
3 files changed, 6 insertions(+), 120 deletions(-)
delete mode 100644 milena/tests/value/interop.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* tests/value/interop.cc: Remove.
* tests/value/Makefile.am (check_PROGRAMS): Remove interop.
---
milena/ChangeLog | 7 +++
milena/tests/value/Makefile.am | 5 +-
milena/tests/value/interop.cc | 107 ----------------------------------------
3 files changed, 9 insertions(+), 110 deletions(-)
delete mode 100644 milena/tests/value/interop.cc
diff --git a/milena/ChangeLog b/milena/ChangeLog
index aa0c433..fd9e2d4 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-24 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Remove irrelevant Milena test value/interop.
+
+ * tests/value/interop.cc: Remove.
+ * tests/value/Makefile.am (check_PROGRAMS): Remove interop.
+
2014-06-20 Roland Levillain <roland(a)lrde.epita.fr>
Remove mentions to trash/ directories in Milena.
diff --git a/milena/tests/value/Makefile.am b/milena/tests/value/Makefile.am
index 21ca6f4..8c38907 100644
--- a/milena/tests/value/Makefile.am
+++ b/milena/tests/value/Makefile.am
@@ -1,5 +1,5 @@
-# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 EPITA Research and
-# Development Laboratory (LRDE).
+# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 EPITA
+# Research and Development Laboratory (LRDE).
#
# This file is part of Olena.
#
@@ -29,7 +29,6 @@ check_PROGRAMS = \
int_s \
int_s16 \
int_u8 \
- interop \
label \
proxy \
rgb8 \
diff --git a/milena/tests/value/interop.cc b/milena/tests/value/interop.cc
deleted file mode 100644
index 672b231..0000000
--- a/milena/tests/value/interop.cc
+++ /dev/null
@@ -1,107 +0,0 @@
-// Copyright (C) 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE)
-//
-// This file is part of Olena.
-//
-// Olena is free software: you can redistribute it and/or modify it under
-// the terms of the GNU General Public License as published by the Free
-// Software Foundation, version 2 of the License.
-//
-// Olena is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with Olena. If not, see <http://www.gnu.org/licenses/>.
-//
-// As a special exception, you may use this file as part of a free
-// software project without restriction. Specifically, if other files
-// instantiate templates or use macros or inline functions from this
-// file, or you compile this file and link it with other files to produce
-// an executable, this file does not by itself cause the resulting
-// executable to be covered by the GNU General Public License. This
-// exception does not however invalidate any other reasons why the
-// executable file might be covered by the GNU General Public License.
-
-#include <mln/value/int_u8.hh>
-#include <mln/value/int_s8.hh>
-#include <mln/value/int_u16.hh>
-#include <mln/value/float01_8.hh>
-
-int main()
-{
- using namespace mln;
- using value::int_u8;
- using value::int_u16;
- using value::float01_8;
-
-
- // Tests on int_u<n> alone.
- {
- int_u8 i;
- i = 51;
- i *= 2;
- }
-
- using value::int_s8;
-
- // FIXME: Dead code?
-// {
-// // Operations on int_u<n>
-// int_u8 i = 128;
-// int_u16 j = 42;
-// int_s8 k = 42;
-// float01_8 x;
-
-// (j = j + i) = i + j;
-// mln_assertion(j == (128 + 42));
-
-// (k = j - i) = i - j;
-// mln_assertion(k == (-42));
-
-// j = 2;
-// (j = j * i) = i * j;
-// mln_assertion(j == (2 * 128));
-
-// (x = (j / i) / ((j / i) + 0.1))
-// = (i / j) / ((i / j) + 0.1);
-
-// // std::cout << i + i << std::endl;
-// // float01_8 f = i / 200.5;
-// // std::cout << x << std::endl;
-// }
-
-// {
-// // Operations on int_u<n> and int / float
-// int_u16 j = 42;
-// int_s8 k = 42;
-// float x;
-
-// // int
-// (k = j - 123) = 123 - j;
-// (j = j + 123) = 123 + j;
-// (j = j * 4) = 4 * j;
-
-// (j = j / 4) = 4 / j;
-
-// // float
-// x = (j / 4.5 * 3.4 + 3.5 - 5.6) / 0.0234;
-// }
-
-
-// {
-// // Operations on int_u<n> and float01_8
-// int_u16 j = 42;
-// float01_8 x = 0.456;
-
-// x = x / j;
-// mln_assertion(x < 0 && x < 1);
-
-// x = x * j;
-// mln_assertion(x < 0 && x < 1);
-
-// x = x * j;
-// mln_assertion(x < 0 && x < 1);
-// }
-
-}
--
1.7.10.4
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next has been updated
discards 19047401c5013ba8a930e9cd5a04301c9cd9064d (commit)
via df9e6b2880b4a1b75dca48155f3a1226fdca27a7 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (19047401c5013ba8a930e9cd5a04301c9cd9064d)
\
N -- N -- N (df9e6b2880b4a1b75dca48155f3a1226fdca27a7)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
df9e6b2 demo/xml2doc/main.cc: Add --template-path option.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next has been updated
via 19047401c5013ba8a930e9cd5a04301c9cd9064d (commit)
via 7375666c1c5247869d20745c70c804bf7a4f9548 (commit)
via 26ad0e38de1b65426c4dd46441c079ba5cb7957e (commit)
from 112dabb2b97148f79ac811459e9f9c95a44372aa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
1904740 demo/xml2doc/main.cc: Add --template-path option.
7375666 Partly re-enable Milena's test value/interop.
26ad0e3 Typo in scribo/ChangeLog.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 7 +++
milena/tests/value/interop.cc | 100 ++++++++++++++++++++++-------------------
scribo/ChangeLog | 6 ++-
scribo/demo/xml2doc/main.cc | 27 +++++++++--
4 files changed, 89 insertions(+), 51 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform