
This is a merge commit message of the following branches: Merge: 4f0a66f 1f0b604 ChangeLog | 16 ++++++++++++++ distrib/macports/Portfile.in | 2 +- lrde-scmstats.sh | 20 +++++++++++------ milena/ChangeLog | 33 ++++++++++++++++++++++++++++++ milena/mln/debug/slices_2d.hh | 2 + milena/mln/fun/v2v/rgb_to_hsl.hh | 2 +- milena/mln/io/dump/get_header.hh | 4 ++- milena/mln/io/fld/header.hh | 7 ++++- milena/mln/io/fld/load.hh | 3 +- milena/mln/io/fld/load_header.hh | 5 +++- milena/mln/io/off/load.hh | 12 +++++++++++ milena/mln/io/off/save.hh | 8 +++++++ milena/mln/math/jacobi.hh | 4 ++- milena/mln/morpho/hit_or_miss.hh | 7 +++++- milena/mln/value/builtin/floatings.hh | 14 +++++++++++- milena/mln/world/binary_2d/subsample.hh | 4 ++- milena/tests/Makefile.am | 2 + milena/tests/global_vars1.cc | 6 ++++- milena/tests/global_vars2.cc | 10 ++++++-- milena/tests/value/builtin/floatings.cc | 34 +++++++++++++++++++++++------- 20 files changed, 164 insertions(+), 31 deletions(-) diff --cc milena/ChangeLog index cd7886f,b977679..695abec --- a/milena/ChangeLog +++ b/milena/ChangeLog @@@ -1,24 -1,36 +1,57 @@@ + 2011-11-29 Guillaume Lazzara <z@lrde.epita.fr> + + Fix the initialization of all global constants (ticket #43) + + * mln/debug/slices_2d.hh, + * mln/io/dump/get_header.hh, + * mln/io/fld/header.hh, + * mln/io/fld/load.hh, + * mln/io/fld/load_header.hh, + * mln/io/off/load.hh, + * mln/io/off/save.hh, + * mln/math/jacobi.hh, + * mln/morpho/hit_or_miss.hh, + * mln/world/binary_2d/subsample.hh: Add missing 'inline'. + + * tests/Makefile.am (CXXFLAGS): Add -DMLN_WO_GLOBAL_VARS. + + * tests/global_vars1.cc, + * tests/global_vars2.cc: Make take MLN_WO_GLOBAL_VARS into + consideration. + + 2011-11-28 Guillaume Lazzara <z@lrde.epita.fr> + + Fix invalid minimum value for builtin floating types. (ticket #247) + + * mln/value/builtin/floatings.hh: Here. + + * tests/value/builtin/floatings.cc: write test. + + 2011-11-24 Guillaume Lazzara <z@lrde.epita.fr> + + * mln/fun/v2v/rgb_to_hsl.hh: Fix constructor declaration. + +2011-11-25 Guillaume Lazzara <z@lrde.epita.fr> + + * mln/io/dicom/load.hh: Update comments. + +2011-11-24 Guillaume Lazzara <z@lrde.epita.fr> + + Improve io::dump tests with floating values. + + * tests/io/dump/Makefile.am, + * tests/io/dump/dump.cc: Here. + +2011-11-23 Guillaume Lazzara <z@lrde.epita.fr> + + New routine in Milena. + + * mln/data/compute_in_window.hh: New. + + * tests/data/Makefile.am: New target. + + * tests/data/compute_in_window.cc: New test. + 2011-11-23 Guillaume Lazzara <z@lrde.epita.fr> Fix compilation with multiple files. hooks/post-receive -- Olena, a generic and efficient image processing platform