--- milena/ChangeLog | 90 +++++++++++++++++++++++----------------------- milena/sandbox/ChangeLog | 20 +++++----- 2 files changed, 55 insertions(+), 55 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog index f8e112a..cdfda50 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -2,36 +2,6 @@
* mln/value/label_32.hh: New.
-2009-10-02 Roland Levillain roland@lrde.epita.fr - - Add ISMM 2009 input images and generate outputs. - - * apps/papers/levillain.09.ismm/Makefile.am (data_DATA): - New variable. - (lena-s.ppm, graph-s.png, graph-s.neato, m283-s.off): - New targets. - * apps/papers/levillain.09.ismm/seeds.pgm, - * apps/papers/levillain.09.ismm/m283-c.off: - New (imported). - -2009-10-02 Roland Levillain roland@lrde.epita.fr - - Import the code of the illustrations of the ISMM 2009 paper. - - * apps/papers/, - * apps/papers/levillain.09.ismm/: - New directories. - * apps/papers/levillain.09.ismm/chain.hh, - * apps/papers/levillain.09.ismm/complex.cc, - * apps/papers/levillain.09.ismm/graph.cc, - * apps/papers/levillain.09.ismm/image2d.cc: - New (imported from ISMM 2009). - Adjust. - * apps/Makefile.am (SUBDIRS): Add papers. - * apps/papers/Makefile.am, - * apps/papers/levillain.09.ismm/Makefile.am: - New. - 2009-10-28 Guillaume Lazzara z@lrde.epita.fr
Small fixes. @@ -57,6 +27,15 @@
* mln/data/all.hh: Include this new file.
+2009-10-26 Roland Levillain roland@lrde.epita.fr + + Regen Makefile helpers. + + * doc/examples/examples.mk, + * headers.mk, + * tests/unit_test/unit-tests.mk: + Regen. + 2009-10-22 Guillaume Lazzara z@lrde.epita.fr
Small fixes. @@ -72,15 +51,6 @@ * milena/mln/subsampling/subsampling.hh: Fix invalid min rows and cols.
-2009-10-26 Roland Levillain roland@lrde.epita.fr - - Regen Makefile helpers. - - * doc/examples/examples.mk, - * headers.mk, - * tests/unit_test/unit-tests.mk: - Regen. - 2009-10-16 Edwin Carlinet carlinet@lrde.epita.fr
Add AVS field file support. @@ -136,6 +106,36 @@
* mln/data/memcpy_.hh (mln::data::impl::memcpy_): Here.
+2009-10-02 Roland Levillain roland@lrde.epita.fr + + Add ISMM 2009 input images and generate outputs. + + * apps/papers/levillain.09.ismm/Makefile.am (data_DATA): + New variable. + (lena-s.ppm, graph-s.png, graph-s.neato, m283-s.off): + New targets. + * apps/papers/levillain.09.ismm/seeds.pgm, + * apps/papers/levillain.09.ismm/m283-c.off: + New (imported). + +2009-10-02 Roland Levillain roland@lrde.epita.fr + + Import the code of the illustrations of the ISMM 2009 paper. + + * apps/papers/, + * apps/papers/levillain.09.ismm/: + New directories. + * apps/papers/levillain.09.ismm/chain.hh, + * apps/papers/levillain.09.ismm/complex.cc, + * apps/papers/levillain.09.ismm/graph.cc, + * apps/papers/levillain.09.ismm/image2d.cc: + New (imported from ISMM 2009). + Adjust. + * apps/Makefile.am (SUBDIRS): Add papers. + * apps/papers/Makefile.am, + * apps/papers/levillain.09.ismm/Makefile.am: + New. + 2009-10-02 Guillaume Lazzara z@lrde.epita.fr
Small fixes in documentation. @@ -269,6 +269,12 @@ (mln::world::inter_pixel::dbl_neighb2d): ...this typedef.
+2009-09-30 Roland Levillain roland@lrde.epita.fr + + Fix a precondition in apps/graph-morpho/io.hh. + + * apps/graph-morpho/io.hh (println): Here. + 2009-09-29 Roland Levillain roland@lrde.epita.fr
Use Milena's dilation/erosion in graph morpho on bin_1complex_image2d. @@ -280,12 +286,6 @@ (impl::dilation_v2e(const mln::bin_1complex_image2d&)): Here.
-2009-09-30 Roland Levillain roland@lrde.epita.fr - - Fix a precondition in apps/graph-morpho/io.hh. - - * apps/graph-morpho/io.hh (println): Here. - 2009-09-29 Roland Levillain roland@lrde.epita.fr
Small improvements in mln::util::tracked_ptr. diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog index cd27478..9323781 100644 --- a/milena/sandbox/ChangeLog +++ b/milena/sandbox/ChangeLog @@ -11,18 +11,18 @@
Fix compilation issues in IGR's code.
- * sandbox/fabien/igr/Makefile: Add target 'all' and do not use + * fabien/igr/Makefile: Add target 'all' and do not use watershed.hh as dependency.
- * sandbox/fabien/igr/fun_labels.cc, - * sandbox/fabien/igr/graph.cc, - * sandbox/fabien/igr/mean_slices.cc, - * sandbox/fabien/igr/nbasins_finder.cc, - * sandbox/fabien/igr/seg2d.cc, - * sandbox/fabien/igr/seg_vol_irm.hh, - * sandbox/fabien/igr/watershed2d.cc, - * sandbox/fabien/igr/watershed3d.cc, - * sandbox/fabien/igr/wst_edges.cc: Fix compilations issues. + * fabien/igr/fun_labels.cc, + * fabien/igr/graph.cc, + * fabien/igr/mean_slices.cc, + * fabien/igr/nbasins_finder.cc, + * fabien/igr/seg2d.cc, + * fabien/igr/seg_vol_irm.hh, + * fabien/igr/watershed2d.cc, + * fabien/igr/watershed3d.cc, + * fabien/igr/wst_edges.cc: Fix compilations issues.
2009-10-28 Guillaume Lazzara z@lrde.epita.fr
Guillaume Lazzara z@lrde.epita.fr writes:
milena/ChangeLog | 90 +++++++++++++++++++++++----------------------- milena/sandbox/ChangeLog | 20 +++++----- 2 files changed, 55 insertions(+), 55 deletions(-)
FWIW, I think we don't really need to sort ChangeLog entries by date when patches come from git-svn. This is a consequence of the 2-step workflow of decentralized SCMs like Git: you commit first (possibly several times), then you propagate your changes to the server. BTW, Git gives (and records) two roles to handle this: the *author* is the person who wrote the patch, while the *committer* is the one applying it to a repository. Both are recorded in Git logs.
Leaving the entries in the order they have been propagated (instead of sorting them by date) has an advantage: you can read the description of patches in the order they have been recorded in the server.
Anyway, much of this pain should vanish when we'll automate ChangeLog generation and pinning from Git logs.