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 dist-xz has been created
at f62ea1f61ad96620adacb43da6a8b3a05820c5d8 (commit)
- Log -----------------------------------------------------------------
f62ea1f bootstrap: Check for xz (>= 4.999.9).
f6e5d4d Distribute xz archives.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 automake-1.11 has been updated
discards 392429a4c3d8c534e48aed676b06376a0e11656f (commit)
discards b398c7400467eba1e6b388eaa246520013aef784 (commit)
discards a40246acf27813036746eb25f0be1a52d8fa07b5 (commit)
discards a0e11516e9a62c6c8bf3eda0559be9f80d571e53 (commit)
discards adcea166b0a12407b34bfeabee93586cb0c39001 (commit)
discards 67db7f5293429f6ed95248503d8a9b64df706abd (commit)
discards 12aca471e1e52ba01f57de8f4e905be59e970029 (commit)
discards b4e8d98a3aaff52ba0d53a3b3dc83b278078f0cf (commit)
discards 8705382504aff47f8791199ae31b17dc55192159 (commit)
discards 3fd31fafdf95fbcdc76e409eec6b8c3712031d29 (commit)
via 7aacb61a0046adfcd926193d2a78de91cdbbb9d0 (commit)
via 4def5f0d7d19e7dd01c7ed42b1dc6019689c56f5 (commit)
via 5c1e70424e2d99a22cad909500f167b6189466d2 (commit)
via d134e182361389ad6c3e00a6a4a8fd50fe30c03a (commit)
via 74142adbc2697eeb721f42e6104a311b0aa23fbb (commit)
via 3240a14f9500348960cfe86b465182bac885780e (commit)
via ea5d26525d6e6db053348d79c86b3e0699d882ed (commit)
via d916229ffca1d1611531146d96757c40265f3508 (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 (392429a4c3d8c534e48aed676b06376a0e11656f)
\
N -- N -- N (7aacb61a0046adfcd926193d2a78de91cdbbb9d0)
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 -----------------------------------------------------------------
7aacb61 Enable parallel tests.
4def5f0 Canonize Swilena's tests' output file names to support parallel tests.
5c1e704 Canonize Milena's tests' output file names to support parallel tests.
d134e18 Factor Makefiles' helpers.
74142ad Use AM_DEFAULT_SOURCE_EXT to simplify Scribo's Makefiles.
3240a14 tests/unit_test/unit-tests.mk: Regen.
ea5d265 Simplify build_unit_test.sh thanks to AM_DEFAULT_SOURCE_EXT.
d916229 Use AM_DEFAULT_SOURCE_EXT to simplify Milena's Makefiles.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 ----------
bootstrap | 3 ---
configure.ac | 2 +-
3 files changed, 1 insertions(+), 14 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 features/maxtree has been created
at 7d671b90984a791d6146eb5d510c1bf827ed073c (commit)
- Log -----------------------------------------------------------------
7d671b9 Tree debug tools.
ee79ab0 Comparaison of tree build algorithms.
70d045f Tree build algorithms and tree management routines
3925ac9 Unified structure for simple/dual input min/max tree.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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/scribo-z has been updated
via 7b922a208b3587cd49009a40570556a7489e6d67 (commit)
via f97f87ab21572b65556b8ce6ad3e85e45bdade54 (commit)
from 3d900b511f6ae7a69e94fca37496b08001a5af26 (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 -----------------------------------------------------------------
7b922a2 Small fixes for Nuxeo/XWiki.
f97f87a text/merging.hh: Disable some debug.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 30 +++++++++++++++++++++++-------
scribo/core/line_set.hh | 3 +++
scribo/src/text_in_article_preprocess.cc | 2 +-
scribo/text/clean.hh | 2 ++
scribo/text/merging.hh | 17 ++++++++++-------
scribo/text/recognition.hh | 20 ++++++++++++++++++--
6 files changed, 57 insertions(+), 17 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
---
scribo/ChangeLog | 17 ++++++++++-------
scribo/text/merging.hh | 2 +-
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 59f9e67..67159ad 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,18 +1,21 @@
2010-05-04 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * text/merging.hh: Disable some debug.
+
+2010-05-04 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Prepare DIA tools for Nuxeo/XWiki.
- * scribo/src/Makefile.am: Add a new target.
+ * src/Makefile.am: Add a new target.
- * scribo/src/text_in_article_preprocess.cc: New.
+ * src/text_in_article_preprocess.cc: New.
- * scribo/src/text_in_article_pbm.cc: Add optional cropping and
- makes the debug optionnal.
+ * src/text_in_article_pbm.cc: Add optional cropping and makes the
+ debug optionnal.
- * scribo/text/clean.hh: Improve cleanup.
+ * text/clean.hh: Improve cleanup.
- * scribo/text/recognition.hh: Remove last '\n' in Tesseract's
- output.
+ * text/recognition.hh: Remove last '\n' in Tesseract's output.
2010-04-30 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/scribo/text/merging.hh b/scribo/text/merging.hh
index b29e63f..5309b10 100644
--- a/scribo/text/merging.hh
+++ b/scribo/text/merging.hh
@@ -606,7 +606,7 @@ namespace scribo
if (lines(mc).type() == line::Text) // included in a text line => weird
{
++count_txtline_IN_txtline;
- std::cout << "weird: inclusion of a txt_line in a txt_line!" << std::endl;
+// std::cout << "weird: inclusion of a txt_line in a txt_line!" << std::endl;
/// Merge is perform if the current line is a
/// petouille considered as a line.
--
1.5.6.5