- 30 Jun, 2014 33 commits
-
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
* demo/xml2doc/Makefile.am: Add templates in distribution. * demo/xml2doc/datarootdir.hh.in: Fix path. Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
* debian/scribo-cli.1, * debian/scribo-viewer.1: Here. Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
* debian/changelog: Update date. * debian/compat: Increase minimum required version of debhelper. * debian/control: Add dependencies and fix description. * debian/olena.menu, * debian/copyright: Add a missing endline. * debian/gbp.conf: New. * debian/olena-dev.manpages: Rename to... * debian/olena-bin.manpages: ... this. * debian/rules: Use standard target names. * debian/watch: New. Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
* debian/source/format: Force dpkg-source 3.0. * debian/source/local-options, * debian/source/options: New. Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
* debian/olena-dev.manpages * debian/scribo-cli.1 * debian/scribo-viewer.1 Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
* debian/changelog: Use the correct release date. * debian/control: Update architecture and descriptions. * debian/olena-bin.install, * debian/olena-dev.docs, * debian/olena-dev.install: Update list of files. * debian/olena-dev.doc-base: New. * debian/rules: Make it support several packages builds. Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
* README.Debian, * changelog, * compat, * control, * copyright, * olena-bin.install, * olena-dev.docs, * olena-dev.install, * olena.1, * olena.desktop, * olena.install, * olena.manpages, * olena.menu, * olena.xpm, * rules: New. Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
- 27 Jun, 2014 7 commits
-
-
Roland Levillain authored
* scribo/debug/logger.hh (scribo::debug::internal::logger_::log) [!SCRIBO_NDEBUG]: Avoid warnings about unused arguments in non-debug mode. * scribo/layout/xy_cut.hh (scribo::layout::internal::compute_hist_info_h) (scribo::layout::internal::compute_hist_info_v): Use `def::coord' instead of `int' as coordinate type, to avoid comparisons between signed and unsigned values. * src/misc/rectangularity.cc (main) * tests/binarization/global_threshold.cc (main) * tests/layout/xy_cut.cc (main): Avoid warnings about unused arguments. * tests/core/object_groups.cc (main): Likewise. Use `unsigned' instead of `int' as count/id type, to avoid comparisons between signed and unsigned values.
-
Roland Levillain authored
* configure.ac (SCRIBO_CXXFLAGS, SCRIBO_TESTS_CXXFLAGS): Add $WARNINGS_CXXFLAGS.
-
Roland Levillain authored
* mln/io/pdf/get_header.hh (mln::io::pdf::pdf_header::pdf_header::metadata): Fix type.
-
Roland Levillain authored
-
Roland Levillain authored
* configure.ac: Here.
-
Roland Levillain authored
* m4/ax_check_compile_flag.m4: New. Imported from http://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html. * configure.ac: Ensure AX_* macros are expanded. (WARNINGS_CXXFLAGS): Add `-Wno-unused-local-typedefs' if the C++ compiler supports this flag.
-
Roland Levillain authored
* data/Makefile.am: Do not use `$<' outside suffix rules.
-