* doc/Doxyfile.in,
* doc/mainpage.dox:
Here.
---
ChangeLog | 8 ++++++++
doc/Doxyfile.in | 4 ++--
doc/mainpage.dox | 19 ++++++++++++++++++-
3 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7363fa7..7f39c90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-07-08 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Update copyright notices in Olena.
+
+ * doc/Doxyfile.in,
+ * doc/mainpage.dox:
+ Here.
+
2014-07-03 Roland Levillain <roland(a)lrde.epita.fr>
Pacify Clang w.r.t. unknown compiler flags.
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index c77557d..befdce3 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1,5 +1,5 @@
-# Copyright (C) 2011, 2012, 2013 EPITA Research and Development Laboratory
-# (LRDE)
+# Copyright (C) 2011, 2012, 2013, 2014 EPITA Research and Development
+# Laboratory (LRDE).
#
# This file is part of Olena.
#
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 52f9c1e..032a081 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -58,6 +58,23 @@
</center>
<br>
- */
+ \section copyright Copyright and License.
+
+ Copyright (C) 2011, 2012, 2013, 2014 EPITA Research and Development
+ (LRDE).
+
+ This documentation is part of Olena.
+ Olena is free software: you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free
+ Software Foundation, version 2 of the License.
+
+ Olena is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Olena. If not, see <http://www.gnu.org/licenses/>.
+ */
--
1.7.10.4
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 has been updated
via a1301988f345ac246f6c6b8ed093199a98660ed5 (commit)
via 66af424442dfb14899b5c79dbb32e0c292868185 (commit)
via fde7fd80907e6f2a96405a5fe2a06ec28a3ae530 (commit)
via d9a99008a427830e698bacad581d5a700893e88a (commit)
via fb1480141c217ec5ada4ef49ad744bdffd1c23f7 (commit)
from 3157bd264fa50b842046b688faba75b8797bab02 (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 -----------------------------------------------------------------
a130198 Address more compiler warnings in Scribo.
66af424 Pacify Clang w.r.t. unknown compiler flags.
fde7fd8 Disable some tests depending on Poppler for compatibility reasons.
d9a9900 Help configure find Poppler on OS X with the MacPorts.
fb14801 Simplify .gitignore files.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 30 +++++++++++++++++++++
ChangeLog | 17 ++++++++++++
build-aux/.gitignore | 21 ---------------
configure.ac | 8 +++---
doc/.gitignore | 9 -------
m4/.gitignore | 5 ----
milena/ChangeLog | 6 +++++
milena/tests/io/pdf/load.cc | 26 ++++++++++++++++--
scribo/ChangeLog | 18 +++++++++++++
scribo/scribo/debug/logger.hh | 5 ++++
scribo/scribo/filter/objects_thick.hh | 6 ++---
scribo/scribo/primitive/extract/cells.hh | 6 ++---
scribo/scribo/primitive/extract/lines_h_single.hh | 6 ++---
scribo/scribo/primitive/extract/lines_v_single.hh | 6 ++---
scribo/src/primitive/group/group_from_rag.cc | 4 +--
15 files changed, 118 insertions(+), 55 deletions(-)
delete mode 100644 build-aux/.gitignore
delete mode 100644 doc/.gitignore
delete mode 100644 m4/.gitignore
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* configure.ac: Do not add `-Wno-unused-local-typedefs' to
WARNINGS_CXXFLAGS if it is accepted by the compiler but produces a
warning.
---
ChangeLog | 8 ++++++++
configure.ac | 3 ++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 0d6c1a1..7363fa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-07-03 Roland Levillain <roland(a)lrde.epita.fr>
+ Pacify Clang w.r.t. unknown compiler flags.
+
+ * configure.ac: Do not add `-Wno-unused-local-typedefs' to
+ WARNINGS_CXXFLAGS if it is accepted by the compiler but produces a
+ warning.
+
+2014-07-03 Roland Levillain <roland(a)lrde.epita.fr>
+
Help configure find Poppler on OS X with the MacPorts.
* configure.ac: Use OLN_WITH_LIB instead of
diff --git a/configure.ac b/configure.ac
index d6b4128..bd9e2c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,7 +110,8 @@ esac
# concept checking means in Milena (`-Wunused-local-typedefs' is
# enabled by `-Wall' in GCC since version 4.8).
AX_CHECK_COMPILE_FLAG([-Wno-unused-local-typedefs],
- [WARNINGS_CXXFLAGS="$WARNINGS_CXXFLAGS -Wno-unused-local-typedefs"])
+ [WARNINGS_CXXFLAGS="$WARNINGS_CXXFLAGS -Wno-unused-local-typedefs"], [:],
+ [-Werror])
# ------------------------------ #
--
1.7.10.4
* configure.ac: Use OLN_WITH_LIB instead of
OLN_WITH_LIB_PKG_CONFIG to find the `poppler-cpp' package, as the
latter incorrectly sets compile and link flags on OS X when using
the MacPorts.
---
ChangeLog | 9 +++++++++
configure.ac | 5 ++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 22b9db4..0d6c1a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-03 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Help configure find Poppler on OS X with the MacPorts.
+
+ * configure.ac: Use OLN_WITH_LIB instead of
+ OLN_WITH_LIB_PKG_CONFIG to find the `poppler-cpp' package, as the
+ latter incorrectly sets compile and link flags on OS X when using
+ the MacPorts.
+
2014-07-02 Roland Levillain <roland(a)lrde.epita.fr>
Update Olena's NEWS file.
diff --git a/configure.ac b/configure.ac
index f007fe0..d6b4128 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,9 +306,8 @@ OLN_WITH_LIB([TIFF], [tiff.h], [tiff])
# Poppler library. #
# ----------------- #
-OLN_WITH_LIB_PKG_CONFIG([poppler-cpp], [poppler/cpp/poppler-version.h], [poppler-cpp],
- [poppler], [POPPLER])
-
+OLN_WITH_LIB([poppler-cpp], [poppler/cpp/poppler-version.h], [poppler-cpp],
+ [poppler], [POPPLER])
# --------------------------------- #
# GDCM library (Grassroots DiCom). #
--
1.7.10.4
* doc/ref-guide.tex: Here.
---
milena/ChangeLog | 6 ++++++
milena/doc/ref-guide.tex | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 2480741..02fc285 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,11 @@
2014-07-03 Roland Levillain <roland(a)lrde.epita.fr>
+ Remove mentions to `oldies' in the Milena reference guide.
+
+ * doc/ref-guide.tex: Here.
+
+2014-07-03 Roland Levillain <roland(a)lrde.epita.fr>
+
Disable some tests depending on Poppler for compatibility reasons.
* tests/io/pdf/load.cc: Here.
diff --git a/milena/doc/ref-guide.tex b/milena/doc/ref-guide.tex
index b26929a..8b07ed4 100644
--- a/milena/doc/ref-guide.tex
+++ b/milena/doc/ref-guide.tex
@@ -1,5 +1,5 @@
-%% Copyright (C) 2009, 2011 EPITA Research and Development Laboratory
-%% (LRDE)
+%% Copyright (C) 2009, 2011, 2013, 2014 EPITA Research and Development
+%% Laboratory (LRDE).
%%
%% This file is part of Olena.
%%
@@ -82,7 +82,8 @@
%====================================
\chapter*{Copyright}
-Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE).
+Copyright (C) 2009, 2011, 2013, 2014 EPITA Research and Development
+Laboratory (LRDE).
This document is part of Olena.
@@ -227,7 +228,6 @@ Olena's tarball is structured as follow:
\begin{itemize}
\item benchmark: set of benchmark.
\item examples: more examples.
- \item oldies: partialy not updated documentation. Not recommended for new users.
\item technical: technical doc.
\item tutorial: code sample and tutorial.
\end{itemize}
--
1.7.10.4