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 unstable/scribo has been updated
via e916a0335fe6e931a87fb8de965948ae7674f10c (commit)
via 85d28da864d15cf517e3857141d802c411f21047 (commit)
via 923296ed8b82d64c6cba045374136c12f8d4d685 (commit)
via 6b6f7a188e2a850f405bec64e81f2000e848cfe9 (commit)
via ef341a251501dd4c232dfb6ac0f85e41086c4d4f (commit)
via 2af40042f361fe4b3fd281354e5e961ab3569730 (commit)
via 317c7bee067b7bd678eb55e5ed866861ac892274 (commit)
from b926dc165dc73387115470edbbba0b6b2e0964d1 (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 -----------------------------------------------------------------
e916a03 Merge branch 'next' into unstable/scribo
85d28da Regenerate mk files.
923296e headers.mk: Regen.
6b6f7a1 Fix compilation issues.
ef341a2 Improve tests for literal classes.
317c7be Fix compilation with multiple files.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 69 ++++++++++++++++++++
milena/apps/papers/levillain.09.ismm/graph.cc | 4 +-
.../examples/tuto4_genericity_and_algorithms.cc | 2 +
milena/headers.mk | 5 +-
milena/mln/canvas/browsing/backdiagonal2d.hh | 1 +
milena/mln/canvas/browsing/breadth_first_search.hh | 9 ++-
milena/mln/canvas/browsing/depth_first_search.hh | 1 +
milena/mln/canvas/browsing/diagonal2d.hh | 1 +
.../canvas/browsing/dir_struct_elt_incr_update.hh | 5 ++
milena/mln/canvas/browsing/directional.hh | 1 +
milena/mln/canvas/browsing/fwd.hh | 6 ++
milena/mln/canvas/browsing/hyper_directional.hh | 6 ++
milena/mln/canvas/browsing/snake_fwd.hh | 1 +
milena/mln/canvas/browsing/snake_generic.hh | 1 +
milena/mln/canvas/browsing/snake_vert.hh | 13 ++++
milena/mln/fun/v2v/hsi_to_rgb.hh | 15 ++++-
milena/mln/fun/v2v/rgb_to_hsi.hh | 14 ++++-
milena/mln/fun/v2v/rgb_to_hsl.hh | 14 ++++-
milena/mln/literal/black.hh | 1 +
milena/mln/literal/colors.hh | 14 ++++
milena/mln/literal/grays.hh | 48 +++++++++++--
milena/mln/literal/identity.hh | 15 ++++-
milena/mln/literal/max.hh | 19 +++++-
milena/mln/literal/min.hh | 15 ++++-
milena/mln/literal/one.hh | 16 ++++-
milena/mln/literal/origin.hh | 15 ++++-
milena/mln/literal/white.hh | 1 +
milena/mln/literal/zero.hh | 18 ++++-
milena/tests/literal/Makefile.am | 12 +++-
.../tests/literal/colors.cc | 62 ++++++++++--------
.../tests/literal/identity.cc | 31 ++++-----
.../color_type.hh => milena/tests/literal/max.cc | 27 ++++----
milena/tests/literal/medium_gray.cc | 25 +++----
.../color_type.hh => milena/tests/literal/min.cc | 27 ++++----
.../{core/site_set/box.cc => literal/origin.cc} | 18 +++---
scribo/ChangeLog | 7 ++
scribo/headers.mk | 12 +++-
scribo/tests/unit_test/unit-tests.mk | 24 +++++--
38 files changed, 433 insertions(+), 142 deletions(-)
copy scribo/tests/filter/object_links_left_aligned.cc =>
milena/tests/literal/colors.cc (55%)
copy scribo/scribo/core/def/color_type.hh => milena/tests/literal/identity.cc (79%)
copy scribo/scribo/core/def/color_type.hh => milena/tests/literal/max.cc (79%)
copy scribo/scribo/core/def/color_type.hh => milena/tests/literal/min.cc (79%)
copy milena/tests/{core/site_set/box.cc => literal/origin.cc} (81%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform