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/newdoc has been updated
discards b39e31d8fec7484934ca043474f5a0d9fcbf98ff (commit)
via f290054235a9ad05cb1c69451452dd46ca14fdb6 (commit)
via 3843deb9f02d6eebcdab9dceb564962d7bdd2e04 (commit)
via f3b9c195f9cb4f5fd2056d0672e02900a2dd820b (commit)
via d78a5aba6a90a712ac9dcc605284654a3350a0b4 (commit)
via ea774ef1f09e34a28a60b526f771e4466556b2dd (commit)
via 113964975065838c47d1f04f3ba9e440813310ec (commit)
via f8afac7b74f3544975f153e169daf11e5e6fde8b (commit)
via 138bfd82249360b0097cdb5f406265f0baeeb4dc (commit)
via 7df1b84f9480be019636df2265a6156c665b6a33 (commit)
via 9745710feac32abec1d4fbcab09f17e9836fad19 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (b39e31d8fec7484934ca043474f5a0d9fcbf98ff)
\
N -- N -- N (f290054235a9ad05cb1c69451452dd46ca14fdb6)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 -----------------------------------------------------------------
f290054 src/text_in_picture.cc: Add more descriptions in usage.
3843deb doc/split-examples.mk: Regen.
f3b9c19 mln/core/concept/function.hh: Make Function_vv2b inherit from Function_vv2v.
d78a5ab Add function module in Milena documentation.
ea774ef doc/mln/convert.dox: Fix a typo.
1139649 doc/Makefile.am: Do not regenerate non-generated images.
f8afac7 Add a new figure in Milena documentation.
138bfd8 Rename fun::i2v, fun::stat and fun::v2i to fun::v2v.
7df1b84 configure.ac: Do not configure milena/tests/fun/i2v and milena/tests/fun/stat.
9745710 Move fun::i2v, fun::stat and fun::v2i in fun::v2v.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +
milena/ChangeLog | 177 +++++++++++
milena/doc/Makefile.am | 10 +-
milena/doc/img/function_hierarchy.png | Bin 0 -> 8738 bytes
milena/doc/img/src/function_hierarchy.dia | Bin 0 -> 1807 bytes
milena/doc/mln/fun/fun.dox | 41 +++
milena/doc/ref-guide.tex | 2 +-
milena/mln/data/convert.hh | 28 +--
milena/mln/fun/v2v/all_to.hh | 110 +++++++
milena/mln/fun/v2v/array.hh | 386 +++++++++++++++++++++++
milena/mln/fun/v2v/index_of_value.hh | 104 ++++++
milena/mln/fun/v2v/mahalanobis.hh | 109 +++++++
milena/mln/fun/v2v/value_at_index.hh | 94 ++++++
milena/tests/fun/v2v/all_to.cc | 38 +++
milena/tests/fun/v2v/array.cc | 42 +++
milena/tests/fun/v2v/index_of_value.cc | 50 +++
milena/tests/fun/v2v/mahalanobis.cc | 67 ++++
milena/tests/fun/v2v/value_at_index.cc | 51 +++
scribo/ChangeLog | 23 ++
scribo/headers.mk | 15 -
scribo/scribo/layout/docstrum/within_closure.hh | 108 -------
scribo/src/text_in_picture.cc | 2 +-
scribo/tests/unit_test/unit-tests.mk | 15 -
23 files changed, 1314 insertions(+), 163 deletions(-)
create mode 100644 milena/doc/img/function_hierarchy.png
create mode 100644 milena/doc/img/src/function_hierarchy.dia
create mode 100644 milena/doc/mln/fun/fun.dox
create mode 100644 milena/mln/fun/v2v/all_to.hh
create mode 100644 milena/mln/fun/v2v/array.hh
create mode 100644 milena/mln/fun/v2v/index_of_value.hh
create mode 100644 milena/mln/fun/v2v/mahalanobis.hh
create mode 100644 milena/mln/fun/v2v/value_at_index.hh
create mode 100644 milena/tests/fun/v2v/all_to.cc
create mode 100644 milena/tests/fun/v2v/array.cc
create mode 100644 milena/tests/fun/v2v/index_of_value.cc
create mode 100644 milena/tests/fun/v2v/mahalanobis.cc
create mode 100644 milena/tests/fun/v2v/value_at_index.cc
delete mode 100644 scribo/scribo/layout/docstrum/within_closure.hh
hooks/post-receive
--
Olena, a generic and efficient image processing platform