- 28 May, 2010 2 commits
-
-
Roland Levillain authored
* build-aux/devtools.sh, * build-aux/devtools_utils.sh, * build-aux/generate_dist_headers.sh, * build-aux/make_report_utils.sh, * configure.ac, * lrde-upload.sh: Here.
-
Roland Levillain authored
* lrde-upload.sh: Here. Add a copyright header.
-
- 12 May, 2010 2 commits
-
-
Roland Levillain authored
* mln/util/graph.hh, * mln/util/line_graph.hh, * mln/core/image/vertex_image.hh, * mln/core/image/edge_image.hh: Fix the Doxygen documentation. * mln/util/vertex.hh: Aesthetic changes. * mln/util/edge.hh: Aesthetic changes. (util::edge<G>::invalidate): Remove dead code. * tests/morpho/line_graph_image_morpho.cc: Fix (non) Doxygen comments.
-
Roland Levillain authored
* mln/make/edge_image.hh: Fix Doxygen comments. (make::edge_image(const Graph<G>&, const fun::i2v::array<V>&)) (make::edge_image(const Graph<G>&, const Function_v2v<FP>&, const Function_v2v<FV>&))): Properly build the required p_edges site sets. (make::edge_image(const vertex_image<P,V,G>&, const Function_v2b<F>&)): Actually use the predicate passed as second argument. Remove debug code.
-
- 10 May, 2010 1 commit
-
-
Roland Levillain authored
* lrde-upload.sh: Here. Inspired from Vaucanson's lrde-upload.sh.
-
- 29 Apr, 2010 3 commits
-
-
Roland Levillain authored
* lrde-upload.sh: Here.
-
Roland Levillain authored
* lrde-upload.sh: Here.
-
Roland Levillain authored
* lrde-upload.sh: Here.
-
- 27 Apr, 2010 3 commits
-
-
Roland Levillain authored
* text/clean.hh (scribo::text::clean): Help g++ 3.3 type-check a pointer on template function.
-
Roland Levillain authored
* apps/graph-morpho/convert.hh (convert::to_image2d(const mln::bin_1complex_image2d&)): Break up an object's construction to help g++ 3.3 understand it.
-
Roland Levillain authored
* lrde-upload.sh: Be more robust to cases of missing files.
-
- 26 Apr, 2010 3 commits
-
-
Roland Levillain authored
* lrde-upload.sh: Catch up with the tree's current layout.
-
Roland Levillain authored
* tests/preprocessing/Makefile.am (MOSTLYCLEANFILES): New. Add unskew.pbm
-
Roland Levillain authored
* configure.ac: Here.
-
- 23 Apr, 2010 2 commits
-
-
Roland Levillain authored
* apps/graph-morpho/Makefile.am (STRICT_ALIASING_CXXFLAGS): New. (samples_image2d_CXXFLAGS): New. Set to $(AM_CXXFLAGS) $(STRICT_ALIASING_CXXFLAGS).
-
Roland Levillain authored
* configure.ac: Set STRICT_ALIASING_CXXFLAGS to `-fno-strict-aliasing' when the compiler is g++ 4.2.
-
- 22 Apr, 2010 3 commits
-
-
Roland Levillain authored
* apps/papers/levillain.09.ismm/Makefile.am (CLEANFILES): New. Add $(noinst_DATA) and graph-s.neato. * tests/morpho/watershed/Makefile.am (CLEANFILES): Add topo_wst.pgm.
-
Roland Levillain authored
* apps/papers/levillain.09.ismm/Makefile.am (dist_data_DATA): Move seeds.pgm and m283-c.off... (dist_noinst_DATA): ...here. (data_DATA): Move lena-s.ppm, graph-s.png and m283-s.off... (noinst_DATA): ...here.
-
Roland Levillain authored
* Makefile.am (nobase_include_HEADERS): Move mln/version.hh... (nobase_nodist_include_HEADERS): ...here.
-
- 21 Apr, 2010 6 commits
-
-
Roland Levillain authored
* tests/unit_test/Makefile.am (EXTRA_DIST): Add build_unit_test.sh and disabled_tests.
-
Roland Levillain authored
* apps/papers/levillain.09.ismm/Makefile.am (data_DATA): Move seeds.pgm and m283-c.off... (dist_data_DATA): ...here. * tests/unit_test/Makefile.am (EXTRA_DIST): Add disabled_tests.
-
Roland Levillain authored
* tests/unit_test/Makefile.am ($(srcdir)/unit-tests.mk): Depend on disabled_tests.
-
Roland Levillain authored
* tests/unit_test/disabled_tests: Add scribo/primitive/link/compute_several.hh and scribo/primitive/link/internal/find_several_links.hh, as they do not pass the unit tests. * tests/unit_test/unit-tests.mk: Regen.
-
Roland Levillain authored
* bootstrap: Here.
-
Roland Levillain authored
* tests/unit_test/build_unit_test.sh: Catch up with Milena's version of this script. * tests/unit_test/Makefile.am (regen-am, $(srcdir)/unit-tests.mk): Adjust. * tests/unit_test/disabled_tests: New.
-
- 20 Apr, 2010 6 commits
-
-
Roland Levillain authored
* mln/accu/compute.hh (accu::compute(const Meta_Accumulator<A>, const Image<I>&)): Here.
-
Roland Levillain authored
* tests/util/Makefile.am (check_PROGRAMS): Add ord. (ord_SOURCES): New.
-
Roland Levillain authored
* scribo/test.cc: Move... * milena/tests/util/ord.cc: ...here.
-
Roland Levillain authored
* mln/core/image/imorph/labeled_image.hh: Include mln/data/compute.hh. * mln/io/fld/save.hh: Fix headers' inclusions. * mln/io/fld/write_header.hh: Likewise. Add missing namespace qualifiers.
-
Roland Levillain authored
* mesh/Makefile.am (meshdir): Here.
-
Roland Levillain authored
* bootstrap: Here.
-
- 09 Apr, 2010 7 commits
-
-
Roland Levillain authored
* tests/core/other/box_runend_piter.cc: Fix assertion.
-
Roland Levillain authored
-
Roland Levillain authored
-
Roland Levillain authored
* m4/with-swilena.m4: Remove file. Supeseded by other tests performed... * configure.ac: ...here.
-
Roland Levillain authored
* m4/with-swilena.m4 (_OLN_WITH_SWIG): Here.
-
Roland Levillain authored
* m4/with-swilena.m4 (_OLN_WITH_SWIG): Here.
-
Roland Levillain authored
* binarization/sauvola_threshold.hh: Help g++ 4.1 find an unambiguous overload of std::pow.
-
- 31 Mar, 2010 2 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
* doc/Makefile.am (DATA_html_dirs_inst): New. Use it... (install-data-local, uninstall-local): Here.
-