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 exp/khalimsky has been updated
via ef5c21b243f3ef39ea22323313c1c6625b839366 (commit)
via e7ef72283909571efc19d4a215b8b7d8e3376e37 (commit)
via 714925b69b78e873880b7e5b67663cb8f97d8446 (commit)
via 463e9a6a68d609c5d7bec06fa2dd30aec3cb33ff (commit)
via 616b0b6d9dfa0ba0dd6b6d3d3336d135faff9878 (commit)
via 4fa59915ef298bcf75ea0c00ec5e43dd684bcd31 (commit)
via 734f1842938ec54761188470804349fcb695c538 (commit)
via 4d09ba5879b25a753eace0af21d167d94a117a09 (commit)
via d6bf15abd18b5c3bc86875557b32a6ae4d75177f (commit)
from a8acc5bfb4b222a5c84bc6bbff1fbb014ec4ecd8 (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 -----------------------------------------------------------------
ef5c21b mln/util/tree_of_shapes.hh: Extend structure for storing new tree
canonicalizationss.
e7ef722 Add util::map.
714925b mln/inner_border/remove.hh: New.
463e9a6 Add new v2v functions.
616b0b6 Small fixes.
4fa5991 Make use of data::transform in arith::revert.
734f184 Remove kn::internal::display.
4d09ba5 mln/world/kn/compute_tree_of_shapes.hh: Fix tree canonicalization.
d6bf15a Small fixes.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 96 +++
milena/mln/arith/revert.hh | 97 +---
milena/mln/arith/revert.spe.hh | 84 ---
milena/mln/border/get.hh | 7 +
milena/mln/data/compute.hh | 5 +-
milena/mln/debug/println_with_border.hh | 30 +-
milena/mln/debug/println_with_border.spe.hh | 44 +-
milena/mln/fun/v2v/{abs.hh => ceil.hh} | 36 +-
milena/mln/fun/v2v/{abs.hh => floor.hh} | 35 +-
milena/mln/fun/{vv2v/span.hh => v2v/revert.hh} | 32 +-
milena/mln/inner_border/{extend.hh => remove.hh} | 30 +-
milena/mln/util/map.hh | 741 ++++++++++++++++++++
milena/mln/util/tree_of_shapes.hh | 36 +-
milena/mln/value/intsub.hh | 4 +-
.../k2/fill_non_primary_from_primary_2_faces.hh | 2 -
milena/mln/world/k2/immerse.hh | 12 +-
.../mln/world/k2/is_non_primary_2_face_center.hh | 5 +-
.../world/kn/border/adjust_duplicate_2_faces.hh | 2 +-
.../mln/world/kn/border/fill_1_from_aux_2_faces.hh | 17 +-
milena/mln/world/kn/compute_tree_of_shapes.hh | 104 ++--
milena/mln/world/kn/debug/println.hh | 2 +
milena/mln/world/kn/fill_0_from_1_faces.hh | 4 +-
milena/mln/world/kn/hqueue.hh | 197 +++---
milena/mln/world/kn/internal/display.hh | 320 ---------
milena/mln/world/kn/is_0_or_1_face.hh | 2 +-
milena/mln/world/kn/safe_cast.hh | 19 +-
milena/tests/util/Makefile.am | 2 +
.../compute_in_inner_border.cc => util/map.cc} | 47 +-
milena/tests/value/intsub.cc | 9 +
milena/tests/world/k2/un_immerse.cc | 126 +++-
30 files changed, 1364 insertions(+), 783 deletions(-)
delete mode 100644 milena/mln/arith/revert.spe.hh
copy milena/mln/fun/v2v/{abs.hh => ceil.hh} (76%)
copy milena/mln/fun/v2v/{abs.hh => floor.hh} (75%)
copy milena/mln/fun/{vv2v/span.hh => v2v/revert.hh} (72%)
copy milena/mln/inner_border/{extend.hh => remove.hh} (73%)
create mode 100644 milena/mln/util/map.hh
delete mode 100644 milena/mln/world/kn/internal/display.hh
copy milena/tests/{data/compute_in_inner_border.cc => util/map.cc} (63%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform