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/next-build-ok has been updated
via 57977f81558b43b3893bc5d911788e6454bbb7fb (commit)
via c5f99a53310656248179f8298a4ef1227dfa67ee (commit)
via 74fe46474374fc2fb128f79a94590adfae77864e (commit)
via c043808bc7590289ae081ebe381f4ddab862a1bc (commit)
from e102484ec1067be75dd6589397b5582a103f38e4 (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 -----------------------------------------------------------------
57977f8 configure.ac: Configure new test directories.
c5f99a5 Small fixes in Scribo
74fe464 Add a new test for primitive::link::merge_double_link.
c043808 Negate Sauvola's result.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +
configure.ac | 2 +
scribo/ChangeLog | 31 +++++
scribo/scribo/binarization/local_threshold.hh | 4 +-
scribo/scribo/binarization/sauvola_ms.hh | 128 ++++++++++----------
scribo/scribo/core/line_info.hh | 5 +
scribo/src/text_in_doc_preprocess.cc | 2 -
scribo/src/text_in_picture.cc | 2 -
scribo/tests/Makefile.am | 4 +-
scribo/tests/filter/objects_with_holes.cc | 4 +-
scribo/tests/img/pixels.pbm | 4 +
scribo/tests/{toolchain => primitive}/Makefile.am | 3 +-
.../tests/primitive/link}/Makefile.am | 8 +-
.../link/merge_double_link.cc} | 53 +++++++--
14 files changed, 165 insertions(+), 89 deletions(-)
create mode 100644 scribo/tests/img/pixels.pbm
copy scribo/tests/{toolchain => primitive}/Makefile.am (98%)
copy {milena/tests/subsampling => scribo/tests/primitive/link}/Makefile.am (86%)
copy scribo/tests/{filter/objects_with_holes.cc => primitive/link/merge_double_link.cc} (55%)
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 next-next has been updated
via b9df1795cd61827f66a60ce6cd7edde8115b5b7f (commit)
via 3a2500e1a3628de9314d46459c47555f56a3a711 (commit)
via 767a8e2076101a7448265dfd3085a4aeaa625eda (commit)
from 4b467cf5cbddf2f24b931d1aa19c1e8b99804e3c (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 -----------------------------------------------------------------
b9df179 headers.mk, tests/unit_test/unit-tests.mk: Regen.
3a2500e Do not trigger an error when Qt is missing, too old or not working.
767a8e2 Have AutoTroll always restore the initial ``current directory''.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 14 ++++++++++++++
configure.ac | 4 ++--
m4/autotroll.m4 | 3 +++
milena/ChangeLog | 4 ++++
milena/headers.mk | 1 +
milena/tests/unit_test/unit-tests.mk | 2 ++
6 files changed, 26 insertions(+), 2 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* configure.ac: Here.
Protect a test from a variable expanding to an empty string.
---
ChangeLog | 7 +++++++
configure.ac | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4c85044..263dfff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+ Do not trigger an error when Qt is missing, too old or not working.
+
+ * configure.ac: Here.
+ Protect a test from a variable expanding to an empty string.
+
+2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+
Have AutoTroll always restore the initial ``current directory''.
* m4/autotroll.m4 (AT_WITH_QT): Always come back to the top-level
diff --git a/configure.ac b/configure.ac
index 4f0ddd6..63e26c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,8 +216,8 @@ AM_CONDITIONAL(HAVE_MAGICKXX, test "x$oln_have_magickxx" = xyes)
# Qt. #
# ---- #
-AT_WITH_QT([xml], [], [], [], [oln_have_qt=yes])
-if test $oln_have_qt = yes; then
+AT_WITH_QT([xml], [], [], [:], [oln_have_qt=yes])
+if test x$oln_have_qt = xyes; then
AT_REQUIRE_QT_VERSION([4],
AC_MSG_WARN([Qt-dependent programs will be disabled.]),
oln_have_expected_qt_version=yes)
--
1.5.6.5
* m4/autotroll.m4 (AT_WITH_QT): Always come back to the top-level
directory upon failure.
---
ChangeLog | 7 +++++++
m4/autotroll.m4 | 3 +++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e584ef2..4c85044 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+ Have AutoTroll always restore the initial ``current directory''.
+
+ * m4/autotroll.m4 (AT_WITH_QT): Always come back to the top-level
+ directory upon failure.
+
+2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+
Add a warning about Python 2.6 and greater regarding Swilena.
* configure.ac: Here.
diff --git a/m4/autotroll.m4 b/m4/autotroll.m4
index 9a7a96e..2a382d4 100644
--- a/m4/autotroll.m4
+++ b/m4/autotroll.m4
@@ -257,6 +257,7 @@ int main()
_ASEOF
if $QMAKE -project; then :; else
AX_INSTEAD_IF([$4], [Calling $QMAKE -project failed.])
+ cd ..
break
fi
@@ -265,6 +266,7 @@ _ASEOF
test -f $pro_file || pro_file=`echo *.pro`
if test -f "$pro_file"; then :; else
AX_INSTEAD_IF([$4], [Can't find the .pro file generated by Qmake.])
+ cd ..
break
fi
@@ -284,6 +286,7 @@ m4_ifval([$3],
if $QMAKE $at_qmake_args; then :; else
AX_INSTEAD_IF([$4], [Calling $QMAKE $at_qmake_args failed.])
+ cd ..
break
fi
--
1.5.6.5