---
milena/ChangeLog | 210 +++++++++++++++++++++++++++---------------------------
1 files changed, 105 insertions(+), 105 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 8a149f5..8a3620e 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -807,8 +807,8 @@
(mln::topo::face_fwd_iter<D>)
(mln::topo::face_bkd_iter<D>):
...these.
- * milena/mln/topo/complex.hh: Adjust.
- * milena/tests/topo/complex.cc: Update documentation.
+ * mln/topo/complex.hh: Adjust.
+ * tests/topo/complex.cc: Update documentation.
2008-09-26 Roland Levillain <roland(a)lrde.epita.fr>
@@ -817,52 +817,52 @@
* mln/topo/internal/complex_iter_base.hh
(mln::topo::internal::complex_iter_base_<F, E>): Rename as...
(mln::topo::internal::complex_iter_base<F, E>): ...this.
- * milena/mln/topo/attic/complex_faces_iter.hh,
- * milena/mln/topo/attic/faces_iter.hh,
- * milena/mln/topo/complex_iter.hh:
+ * mln/topo/attic/complex_faces_iter.hh,
+ * mln/topo/attic/faces_iter.hh,
+ * mln/topo/complex_iter.hh:
Adjust clients.
2008-09-26 Roland Levillain <roland(a)lrde.epita.fr>
Disable old iterators on n-faces (with n statically known).
- * milena/mln/core/site_set/p_complex_faces_piter.hh,
- * milena/mln/core/site_set/p_faces_piter.hh,
- * milena/mln/topo/complex_faces_iter.hh,
- * milena/mln/topo/faces_iter.hh:
+ * mln/core/site_set/p_complex_faces_piter.hh,
+ * mln/core/site_set/p_faces_piter.hh,
+ * mln/topo/complex_faces_iter.hh,
+ * mln/topo/faces_iter.hh:
Move...
- * milena/mln/core/site_set/attic/p_complex_faces_piter.hh,
- * milena/mln/core/site_set/attic/p_faces_piter.hh,
- * milena/mln/topo/attic/complex_faces_iter.hh,
- * milena/mln/topo/attic/faces_iter.hh:
+ * mln/core/site_set/attic/p_complex_faces_piter.hh,
+ * mln/core/site_set/attic/p_faces_piter.hh,
+ * mln/topo/attic/complex_faces_iter.hh,
+ * mln/topo/attic/faces_iter.hh:
...here.
Disable these iterators...
- * milena/mln/core/site_set/p_complex.hh,
- * milena/mln/core/site_set/p_faces.hh,
- * milena/mln/topo/complex.hh,
- * milena/tests/core/image/complex_image.cc,
- * milena/tests/topo/complex.cc:
+ * mln/core/site_set/p_complex.hh,
+ * mln/core/site_set/p_faces.hh,
+ * mln/topo/complex.hh,
+ * tests/core/image/complex_image.cc,
+ * tests/topo/complex.cc:
...in those files.
2008-09-26 Roland Levillain <roland(a)lrde.epita.fr>
Split mln/topo/face.hh.
- * milena/mln/topo/face.hh
+ * mln/topo/face.hh
(mln::topo::face_data<N, D>)
(mln::topo::n_face<N, D>)
(mln::topo::n_faces_set<N, D>):
Move...
- * milena/mln/topo/face_data.hh,
- * milena/mln/topo/n_face.hh,
- * milena/mln/topo/n_faces_set.hh:
+ * mln/topo/face_data.hh,
+ * mln/topo/n_face.hh,
+ * mln/topo/n_faces_set.hh:
...here (new files).
- * milena/mln/topo/complex.hh,
- * milena/mln/topo/complex_faces_iter.hh,
- * milena/mln/topo/complex_iter.hh,
- * milena/mln/topo/faces_iter.hh:
+ * mln/topo/complex.hh,
+ * mln/topo/complex_faces_iter.hh,
+ * mln/topo/complex_iter.hh,
+ * mln/topo/faces_iter.hh:
Adjust.
- * milena/tests/topo/complex.cc: Update documentation.
+ * tests/topo/complex.cc: Update documentation.
2008-09-26 Roland Levillain <roland(a)lrde.epita.fr>
@@ -2184,14 +2184,14 @@
2008-09-18 Guillaume Lazzara <z(a)lrde.epita.fr>
Fix some tests.
- * milena/tests/convert/to_p_set.cc,
- * milena/tests/convert/to_window.cc: Use the proper comparison operator.
+ * tests/convert/to_p_set.cc,
+ * tests/convert/to_window.cc: Use the proper comparison operator.
- * milena/tests/core/alias/point1d.cc: use point1d::ind().
+ * tests/core/alias/point1d.cc: use point1d::ind().
- * milena/tests/core/alias/w_window1d_int.cc: use convert::to().
+ * tests/core/alias/w_window1d_int.cc: use convert::to().
- * milena/tests/core/image/value_enc_image.cc:
+ * tests/core/image/value_enc_image.cc:
use the proper p_runs2d type.
2008-09-17 Ugo Jardonnet <ugo.jardonnet(a)lrde.epita.fr>
@@ -2318,33 +2318,33 @@
2008-09-17 Guillaume Lazzara <z(a)lrde.epita.fr>
make seed2tiling_roundness test compile.
- * milena/mln/convert/to_image.hh:
+ * mln/convert/to_image.hh:
use operator(point1d p) instead of operator(int index).
- * milena/mln/display/color_pretty.hh: add missing header.
+ * mln/display/color_pretty.hh: add missing header.
- * milena/mln/geom/chamfer.hh: Use pw::cst(bool) with operator |.
+ * mln/geom/chamfer.hh: Use pw::cst(bool) with operator |.
2008-09-17 Guillaume Lazzara <z(a)lrde.epita.fr>
Make w_window compile.
- * milena/mln/core/site_set/p_priority.hh:
+ * mln/core/site_set/p_priority.hh:
Add missing comparison operator.
- * milena/mln/core/w_window.hh,
- * milena/mln/core/concept/weighted_window.hh:
+ * mln/core/w_window.hh,
+ * mln/core/concept/weighted_window.hh:
Update typedefs.
2008-09-17 Guillaume Lazzara <z(a)lrde.epita.fr>
Rename owns_() to has().
- * milena/mln/core/image/lazy_image.hh,
- * milena/mln/morpho/dilation.hh: here.
+ * mln/core/image/lazy_image.hh,
+ * mln/morpho/dilation.hh: here.
2008-09-17 Guillaume Lazzara <z(a)lrde.epita.fr>
Do not exclude the concept directory from doc generation.
- * milena/doc/Doxyfile.in: do it.
+ * doc/Doxyfile.in: do it.
2008-09-17 Roland Levillain <roland(a)lrde.epita.fr>
@@ -3041,13 +3041,13 @@
2008-09-15 Guillaume Lazzara <z(a)lrde.epita.fr>
Add missing init_().
- * milena/mln/core/image/interpolated.hh,
- * milena/mln/core/image/plain.hh,
- * milena/mln/core/image/safe.hh,
- * milena/mln/core/image/sparse_image.hh:
+ * mln/core/image/interpolated.hh,
+ * mln/core/image/plain.hh,
+ * mln/core/image/safe.hh,
+ * mln/core/image/sparse_image.hh:
Add missing init_() here .
- * milena/mln/core/image/status.txt: Update cast_image status.
+ * mln/core/image/status.txt: Update cast_image status.
2008-09-15 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
@@ -3237,7 +3237,7 @@
2008-09-15 Guillaume Lazzara <z(a)lrde.epita.fr>
Temporary fix doc compilation.
- * milena/doc/Doxyfile.in:
+ * doc/Doxyfile.in:
Temporary excludes core/concept from the doc generation.
The doc can now be generated.
Due to core/concept the doc generation never ended.
@@ -3245,17 +3245,17 @@
2008-09-15 Guillaume Lazzara <z(a)lrde.epita.fr>
Remove deprecated tests.
- * milena/tests/core/image/Makefile.am:
+ * tests/core/image/Makefile.am:
Remove deprecated tests and comments few others.
2008-09-15 Guillaume Lazzara <z(a)lrde.epita.fr>
Fix fill_with_image.
- * milena/mln/level/fill_with_image.hh: Use exact().
- * milena/mln/level/fill_with_image.spe.hh:
+ * mln/level/fill_with_image.hh: Use exact().
+ * mln/level/fill_with_image.spe.hh:
Fix fill_with_image prototype.
- * milena/mln/level/memcpy_.hh: Use full namespace name.
+ * mln/level/memcpy_.hh: Use full namespace name.
2008-09-15 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
@@ -3490,32 +3490,32 @@
2008-09-12 Guillaume Lazzara <z(a)lrde.epita.fr>
Add missing init_().
- * milena/mln/core/image/cast_image.hh,
- * milena/mln/core/image/decorated_image.hh: add missing init_().
+ * mln/core/image/cast_image.hh,
+ * mln/core/image/decorated_image.hh: add missing init_().
2008-09-12 Guillaume Lazzara <z(a)lrde.epita.fr>
Fix few tests.
- * milena/mln/core/site_set/p_complex.hh,
- * milena/mln/core/site_set/p_complex_piter.hh,
- * milena/mln/core/site_set/p_faces.hh,
- * milena/mln/core/site_set/p_bgraph_piter.hh,
- * milena/mln/core/site_set/p_graph_piter.hh:
+ * mln/core/site_set/p_complex.hh,
+ * mln/core/site_set/p_complex_piter.hh,
+ * mln/core/site_set/p_faces.hh,
+ * mln/core/site_set/p_bgraph_piter.hh,
+ * mln/core/site_set/p_graph_piter.hh:
remove useless '_' in class names.
- * milena/tests/canvas/browsing/directional.cc,
- * milena/tests/canvas/browsing/fwd.cc,
- * milena/tests/canvas/browsing/snake_fwd.cc: rename point to site.
+ * tests/canvas/browsing/directional.cc,
+ * tests/canvas/browsing/fwd.cc,
+ * tests/canvas/browsing/snake_fwd.cc: rename point to site.
- * milena/mln/core/alias/dpoint2d_h.hh,
- * milena/mln/core/alias/point2d_h.hh,
- * milena/tests/algebra/h_vec.cc,
- * milena/tests/core/alias/point2d.cc,
- * milena/tests/core/alias/point1d.cc: Use def::coord instead of int.
+ * mln/core/alias/dpoint2d_h.hh,
+ * mln/core/alias/point2d_h.hh,
+ * tests/algebra/h_vec.cc,
+ * tests/core/alias/point2d.cc,
+ * tests/core/alias/point1d.cc: Use def::coord instead of int.
- * milena/tests/set/diff.cc,
- * milena/tests/core/site_set/p_image2d.cc: Update.
+ * tests/set/diff.cc,
+ * tests/core/site_set/p_image2d.cc: Update.
2008-09-12 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
@@ -3788,7 +3788,7 @@
2008-09-12 Guillaume Lazzara <z(a)lrde.epita.fr>
Add at() and remove operator[] from image1d.
- * milena/mln/core/image/image1d.hh: add at() and remove operator[].
+ * mln/core/image/image1d.hh: add at() and remove operator[].
2008-09-12 Nicolas Ballas <ballas(a)lrde.epita.fr>
@@ -3825,19 +3825,19 @@
2008-09-12 Guillaume Lazzara <z(a)lrde.epita.fr>
Propagate few renamings.
- * milena/mln/canvas/browsing/snake_fwd.hh,
- * milena/mln/debug/println.spe.hh: Use def::coord instead of int.
+ * mln/canvas/browsing/snake_fwd.hh,
+ * mln/debug/println.spe.hh: Use def::coord instead of int.
- * milena/mln/convert/to_image.hh: Rename mln_point to mln_site.
+ * mln/convert/to_image.hh: Rename mln_point to mln_site.
- * milena/mln/geom/shift.hh:
+ * mln/geom/shift.hh:
Use convert::to instead of convert::to_dpoint().
- * milena/mln/level/median.hh: Update the use of io property.
+ * mln/level/median.hh: Update the use of io property.
- * milena/mln/pw/image.hh: Fix typo.
+ * mln/pw/image.hh: Fix typo.
- * milena/mln/win/line.hh: remove useless '_' in type name.
+ * mln/win/line.hh: remove useless '_' in type name.
2008-09-12 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
@@ -3880,40 +3880,40 @@
2008-09-11 Guillaume Lazzara <z(a)lrde.epita.fr>
Fix most of Doxygen's warnings.
- * milena/mln/core/image/flat_image.hh,
- * milena/mln/core/internal/site_relative_iterator_base.hh,
- * milena/mln/core/site_set/line2d.hh,
- * milena/mln/core/site_set/p_if_piter.hh,
- * milena/mln/core/site_set/p_priority.hh,
- * milena/mln/trait/image/props.hh,
- * milena/mln/util/internal/boost_graph_structure.hh,
- * milena/mln/util/internal/graph_base.hh,
- * milena/tests/algebra/h_vec.cc,
- * milena/tests/binarization/threshold.cc,
- * milena/tests/core/image/flat_image.cc,
- * milena/tests/core/image/tr_image.cc,
- * milena/tests/core/other/dpoints_pixter.cc,
- * milena/tests/core/site_set/p_priority_queue.cc,
- * milena/tests/core/site_set/p_priority_queue_fast.cc,
- * milena/tests/core/site_set/p_priority_queue_fast_with_array.cc,
- * milena/tests/core/site_set/pset_array.cc,
- * milena/tests/core/site_set/pset_if.cc,
- * milena/tests/level/sort_psites_full.cc,
- * milena/tests/morpho/line_graph_image_wst.cc,
- * milena/tests/morpho/meyer_wst.cc,
- * milena/tests/morpho/meyer_wst_long.cc,
- * milena/tests/test/positive.cc,
- * milena/tests/value/builtin/builtin.cc:
+ * mln/core/image/flat_image.hh,
+ * mln/core/internal/site_relative_iterator_base.hh,
+ * mln/core/site_set/line2d.hh,
+ * mln/core/site_set/p_if_piter.hh,
+ * mln/core/site_set/p_priority.hh,
+ * mln/trait/image/props.hh,
+ * mln/util/internal/boost_graph_structure.hh,
+ * mln/util/internal/graph_base.hh,
+ * tests/algebra/h_vec.cc,
+ * tests/binarization/threshold.cc,
+ * tests/core/image/flat_image.cc,
+ * tests/core/image/tr_image.cc,
+ * tests/core/other/dpoints_pixter.cc,
+ * tests/core/site_set/p_priority_queue.cc,
+ * tests/core/site_set/p_priority_queue_fast.cc,
+ * tests/core/site_set/p_priority_queue_fast_with_array.cc,
+ * tests/core/site_set/pset_array.cc,
+ * tests/core/site_set/pset_if.cc,
+ * tests/level/sort_psites_full.cc,
+ * tests/morpho/line_graph_image_wst.cc,
+ * tests/morpho/meyer_wst.cc,
+ * tests/morpho/meyer_wst_long.cc,
+ * tests/test/positive.cc,
+ * tests/value/builtin/builtin.cc:
Fix \file tag with the proper file name.
- * milena/doc/Doxyfile.in: Add new macro expansions.
- * milena/doc/Makefile.am: set EXCLUDE_SYMBOLS properly when
+ * doc/Doxyfile.in: Add new macro expansions.
+ * doc/Makefile.am: set EXCLUDE_SYMBOLS properly when
making the user doc.
2008-09-11 Guillaume Lazzara <z(a)lrde.epita.fr>
Add missing init_() to pw::image.
- * milena/mln/pw/image.hh: Add missing init_().
+ * mln/pw/image.hh: Add missing init_().
2008-09-11 Matthieu Garrigues <garrigues(a)lrde.epita.fr>
@@ -8969,8 +8969,8 @@
Add a test on regular neighborhoods.
- * milena/tests/core/neighb.cc: New.
- * milena/tests/core/Makefile.am (check_PROGRAMS): Add neighb.
+ * tests/core/neighb.cc: New.
+ * tests/core/Makefile.am (check_PROGRAMS): Add neighb.
(neighb_SOURCES): New.
2008-04-09 Roland Levillain <roland(a)lrde.epita.fr>
--
1.6.0.1