- 29 Nov, 2010 3 commits
-
-
Roland Levillain authored
* mln/core/site_set/p_complex_piter.hh, * mln/core/site_set/p_n_faces_piter.hh: Here.
-
Roland Levillain authored
* mln/core/site_set/p_complex_piter.hh: Here.
-
Roland Levillain authored
* mln/core/site_set/p_n_faces_piter.hh (mln::p_n_faces_fwd_piter, mln::p_n_faces_bkd_piter): Change the third parameter of the base class from `P' to `mln_site(P)'.
-
- 22 Nov, 2010 1 commit
-
-
Roland Levillain authored
* mln/core/concept/value_set.hh (operator<<(std::ostream&, const Value_Set<E>&)) * mln/morpho/tree/data.hh (operator<< (std::ostream&, const tree::data<I, S>&)): Use the stream passed as argument instead of std::cout. * mln/util/fibonacci_heap.hh (mln::util::internal::fibonacci_heap_node::print_): Take an output stream as argument instead of using the standard output. (mln::util::fibonacci_heap::print_): Rename first argument from `cout' to `ostr' prevent confusions with std::cout. * mln/trace/warning.hh (mln::trace::warning): Print warnings on the standard error instead of the standard ourput.
-
- 05 Nov, 2010 1 commit
-
-
Roland Levillain authored
-
- 04 Nov, 2010 1 commit
-
-
Roland Levillain authored
* mln/io/magick/load.hh (mln::io::magick::load(Image<I>&, const std::string&)) * mln/io/magick/save.hh (mln::io::magick::impl::get_color(const value::int_u8&)) (mln::io::magick::impl::get_color(const value::rgb8&)): Properly convert values between Magick::Quantum and mln::value::int_u8, and vice versa.
-
- 27 Oct, 2010 2 commits
-
-
Roland Levillain authored
* tests/accu/Makefile.am (tuple_CPPFLAGS): New. * tests/unit_test/Makefile.am (BOOST_TUPLE_CPPFLAGS): New.
-
Roland Levillain authored
* configure.ac: Here.
-
- 26 Oct, 2010 1 commit
-
-
Roland Levillain authored
* Makefile.am (dist_img_DATA): Add img/picasso.ppm.
-
- 25 Oct, 2010 1 commit
-
-
Roland Levillain authored
* python/Makefile.am (%-wrap.cc %.py): Honor Automake's `AMDEP' internal conditional.
-
- 22 Oct, 2010 26 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
* configure.ac: Here. Protect a test from a variable expanding to an empty string.
-
Roland Levillain authored
* m4/autotroll.m4 (AT_WITH_QT): Always come back to the top-level directory upon failure.
-
Roland Levillain authored
* tests/unit_test/cond_tests_tesseract_tiff: Add scribo/toolchain/text_in_doc.hh. * tests/unit_test/unit-tests.mk: Regen.
-
Roland Levillain authored
* configure.ac: Here.
-
Roland Levillain authored
* tests/labeling/Makefile.am (check_PROGRAMS): Remove colorize. (colorize_SOURCES): Disable.
-
Roland Levillain authored
* tests/value/builtin/floatings.cc: New. * tests/value/builtin/Makefile.am (check_PROGRAMS): Add floatings. (floatings_SOURCES): New.
-
Roland Levillain authored
* mln/value/ops.hh (mln_trait_value_sum_product_) (mln_sum_product_): New macros.
-
Roland Levillain authored
* mln/algebra/vec.hh (mln::algebra::vec<n,T>::normalize): Use mln_sum_product(T,T) instead of the hard-coded type `float' as return value of mln::norm::l2.
-
Roland Levillain authored
-
Roland Levillain authored
* mln/fun/x2x/rotation.hh (fun::x2x::internal::get_rot_h_mat(const C, const algebra::vec<n,C>&)): Use std::abort instead of a precondition to stop the execution, since preconditions can be skipped by defining NDEBUG.
-
Roland Levillain authored
* tests/fun/x2x/composed.cc: Fix the initialization of the axis vector.
-
Roland Levillain authored
* mln/fun/x2x/rotation.hh (fun::x2x::internal::get_rot_h_mat(const C, const algebra::vec<3,C>&)): Fix the definition of the (2,1) coefficient.
-
Roland Levillain authored
* m4/oln-with-lib.m4 (_OLN_WITH_LIB_SHARED_IMPL): New macro. Use it to factor... (_OLN_WITH_LIB, _OLN_WITH_LIB_PKG_CONFIG): ...these.
-
Roland Levillain authored
-
Roland Levillain authored
* configure.ac: Check the value of `enable_all' before triggering optional modules.
-
Roland Levillain authored
* configure.ac: Here. Use autotroll.m4's features instead of duplicating them.
-
Roland Levillain authored
* tests/accu/Makefile.am: Remove uses of the old HAVE_BOOST_PREPROCESSOR conditional. * tests/unit_test/cond_tests_boost-preprocessor_boost-tuple: Rename as... * milena/tests/unit_test/cond_tests_boost-tuple: ...this. * tests/unit_test/Makefile.am (COND_TESTS): s/cond_tests_boost-preprocessor_boost-tuple/cond_tests_boost-tuple/. * tests/unit_test/unit-tests.mk: Regen.
-
Roland Levillain authored
* configure.ac: Here. Use boost.m4's features instead of duplicating them. Do not explictly look for the Boost Preprocessor (Boost.PP) Library, as we do not directly use it.
-
Roland Levillain authored
* m4/oln-with-lib.m4 (_OLN_WITH_LIB): Make all arguments mandatory. (OLN_WITH_LIB_PKG_CONFIG, _OLN_WITH_LIB_PKG_CONFIG): New macros. * configure.ac: Use OLN_WITH_LIB_PKG_CONFIG to handle Magick++
-
Roland Levillain authored
* configure.ac: Remove intermediate messages. Add option `--enable-verbose', and show the final summary only when it is turned on. Use escaped version of `[' and `]' in message. Document this option... * README (Verbose Display): ...here.
-
Roland Levillain authored
* m4/oln-with-lib.m4 (OLN_WITH_LIB): Here.
-
Roland Levillain authored
-
Roland Levillain authored
* HACKING (Required Software): Update. (Useful Tools): New section.
-
Roland Levillain authored
* README: Aesthetic changes. (Overview): Fix an URL. (Other libraries): New section. (Bibliography): Add publications of 2010.
-
Roland Levillain authored
* src/text_in_picture.cc: Help the C++ compiler not to mix up scribo::primitive::link with unistd.h's link(2).
-
- 21 Oct, 2010 4 commits
-
-
Guillaume Lazzara authored
* mln/accu/label_used.hh, * mln/core/internal/labeled_image_base.hh, * mln/labeling/colorize.hh, * mln/labeling/compute.hh, * mln/labeling/superpose.hh, * mln/make/relabelfun.hh, * mln/set/compute_with_weights.hh: Make use of value::next.
-
Guillaume Lazzara authored
* scribo/primitive/link/compute.hh: Update doc. * scribo/primitive/link/internal/link_single_dmax_base.hh (start_point_): Remove useless overload. * scribo/primitive/link/with_single_left_link_dmax_ratio.hh: Remove useless template parameter. * scribo/text/merging.hh: Disable debug. * scribo/toolchain/nepomuk/text_extraction.hh: Enable denoising and reduce Sauvola's window size.
-
Guillaume Lazzara authored
* scribo/filter/object_links_bbox_overlap.hh, * scribo/filter/object_links_bbox_ratio.hh, * scribo/filter/object_links_non_aligned_simple.hh, * scribo/primitive/link/merge_double_link.hh: Ignore invalid links.
-
Guillaume Lazzara authored
-