- 26 Nov, 2007 3 commits
-
-
Matthieu Garrigues authored
* milena/tests/Makefile.am: Move accu's checks... * milena/tests/accu/Makefile.am: ...here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1535 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
trunk/ChangeLog Move the Olena-NG components elsewhere. * dynamic/, * extended/, * metalic/, * olena/, * static/: Remove directories. * configure.ac: Adjust. * Makefile.am (SUBDIRS): Remove metalic, extended, static, olena and dynamic. * TODO: Remove irrelevant entries. * NEWS: Add information on the 0.11 release. More on the upcoming 1.0 release. branches/olena-ng/ChangeLog Move Milena out of the Olena-NG tree. * milena/: Remove directory. * configure.ac: Adjust. * Makefile.am (SUBDIRS): Remove milena. * TODO: Remove irrelevant entries. * NEWS: Add information on the 0.11 release. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1534 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Matthieu Garrigues authored
* tests/accu/all.cc: Rename as... * tests/accu_all.cc: ...this. * tests/accu/min.cc: Rename as... * tests/accu_min.cc: ...this. * tests/accu/nil.cc: Rename as... * tests/accu_nil.cc: ...this. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1533 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 23 Nov, 2007 11 commits
-
-
Guillaume Duhamel authored
* mln/util/all.hh: Add all headers. * mln/util/branch_iter.hh, * mln/util/branch_iter_ind.hh, * mln/util/graph.hh, * mln/util/ordpair.hh: Check typo. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1532 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1531 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/util/Makefile.am: Update tests file. * tests/util/branch_iter_ind.cc: New. * tests/util/eat.cc: New. * tests/util/graph.cc: New. * tests/util/ordpair.cc: New. * tests/util/tree_delete_node.cc: Remove. * tests/util/util_ordpair.cc: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1530 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/branch_iter.cc: Remove. * tests/util/branch_iter.cc: New. * tests/tree.cc: Remove. * tests/util/tree.cc: New. * tests/tree_delete_node.cc: Remove. * tests/util/tree_delete_node.cc: New. * tests/tree_fast.cc: Remove. * tests/util/tree_fast.cc: New. * tests/tree_fast_to_image.cc: Remove. * tests/util/tree_fast_to_image.cc: New. * tests/tree_to_image.cc: Remove. * tests/util/tree_to_image.cc: New. * tests/util_ordpair.cc: Remove. * tests/util/util_ordpair.cc: New. * tests/util/Makefile.am: Update somes tests. * tests/level/fill.cc: Erase comment header. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1529 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* tests/histo/compute.cc: Activate code. Remove debug code. * mln/trait/value_.hh (mln_value_card_from_): Fix macro. * mln/histo/compute.hh: Split file contents with... * mln/histo/compute.spe.hh: ...this new file. * mln/value/int_s.hh (card, max): Fix definitions. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1528 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* fill.cc: Remove mln/value/props.hh. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1527 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* configure.ac: Delete makefile. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1526 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* tests/make/Makefile.am: Remove. * tests/make: Remove. * tests/make_image2d.cc: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1525 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* mln/core/h_mat.hh, * mln/core/h_vec.hh, * mln/core/image_if.hh, * mln/core/image_if_interval.hh, * mln/core/image_if_value.hh, * mln/core/tr_image.hh, * mln/core/tr_mesh.hh, * mln/fun/x2x/composed.hh, * mln/fun/x2x/rotation.hh, * mln/fun/x2x/translation.hh: Add Documentation. * tests/image_if_interval.cc, * tests/image_if_value.cc, * tests/line_piter.cc: Better tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1524 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
Level review. * mln/level/abs.hh, * mln/level/all.hh, * mln/level/memcpy_.hh, * mln/level/memset_.hh, * mln/level/paste.hh, * mln/level/paste.spe.hh, * mln/level/saturate.hh, * mln/level/sort_points.hh, * mln/level/take.hh: Review doc, add precondition and check typo. Add metal::is_not_const. * mln/metal/is_not_const.hh: New file for handling check in memcpy and memset in level. * mln/metal/all.hh: Add is_not_const header. Add tests. * tests/all.cc: New tests, which include all headers all.hh. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1523 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* mln/fun/x2x/bijective_tr.hh: Remove, was in function concept. * mln/fun/x2x/translation_alt.hh: Remove, was in translation.hh. * tests/fun/x2x/Makefile.am: Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1522 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 22 Nov, 2007 11 commits
-
-
Simon Nivault authored
* mln/fun/x2x/bijective_tr.hh, * mln/fun/x2x/composed.hh, * mln/fun/x2x/rotation.hh, * mln/fun/x2x/translation.hh: Review. * tests/fun/Makefile.am: Add tests. * tests/fun/x2x/Makefile.am: Add tests. * tests/fun_x2x_composed.cc, * tests/fun_x2x_rotation.cc, * tests/fun_x2x_translation.cc: Rename as... * tests/fun/x2x/composed.cc, * tests/fun/x2x/rotation.cc, * tests/fun/x2x/translation.cc... this. * tests/set/Makefile.am: Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1521 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/display/all.hh, * mln/display/color_pretty.hh, * mln/display/remove.hh: Fix type and tracing. Tests * tests/display/save_and_show.cc, * tests/display/show.cc: Update tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1520 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/border/duplicate.hh: Fix bug (move a line upper). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1519 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/border/all.hh: Update with all headers. * mln/border/mirror.hh: Add 2d version. * mln/border/adjust.hh, * mln/border/duplicate.hh, * mln/border/equalize.hh, * mln/border/fill.hh, * mln/border/find.hh, * mln/border/resize.hh, * mln/border/get.hh: Check typo and tracing. Tests * tests/border/equalize.cc, * tests/border/mirror.cc: New test for these algorithms. * tests/border/Makefile.am: Add previous tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1518 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/value/builtin/ops.hh (mln_internal_def_bi_dvmd_obj_): Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1517 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/draw/mesh.hh: Check typo. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1516 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/logical/all.hh, * mln/logical/and.hh, * mln/logical/and_not.hh, * mln/logical/not.hh, * mln/logical/or.hh: Check typo. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1515 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/arith/all.hh, * mln/arith/min.hh, * mln/arith/min.spe.hh, * mln/arith/minus.hh, * mln/arith/plus.hh, * mln/arith/times.hh: + fix tracing, * mln/arith/revert.hh: Check typo. * tests/arith/plus.cc: Update test for not display. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1514 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/geom/seeds2tiling.hh: Add doc and tracing, fix typo and update code. * mln/geom/seeds2tiling_with_chamfer.hh: Remove ... * mln/geom/seeds2tiling_roundness.hh: ... rename it and like seeds2tiling. * mln/geom/chamfer.hh, * mln/canvas/chamfer.hh: Fix headers. Tests * tests/seed2tiling.cc: Update tests. * tests/geom/seed2tiling.cc, * tests/geom/seed2tiling_roundness.cc: New unit tests for these algorithms. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1513 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
Start cleaning the histogram-related test. * tests/histo_compute.cc: Rename as... * tests/histo/compute.cc: ...this. Activate the test with int_s<5>. * tests/accu_all.cc: Inactivate tests on "median< value::set<bool> >" and "min_h< value::set<bool> >" since traits for bool are not equiped with min() and max(). * tests/Makefile.am (SUBDIRS): Sort, Add histo. (histo_compute_SOURCES): Remove. * tests/io_pbm.cc: Simplify. * tests/histo/Makefile.am (check_PROGRAMS): New. (compute_SOURCES, TESTS): New. Preparing to get rid of former property mechanism for value types. * mln/value/props.hh (mln_card_): Move... * mln/trait/value_.hh: ...here and rename as... (mln_card): ...this. * mln/value/props.hh (mln_value_sum, mln_value_kind, mln_value_card_): Remove. (mln_is_lowq): Remove. (mln_min, mln_max): Move... * mln/trait/value_.hh: ...here. * mln/trait/value_.hh (mln_trait_value_card): Rename as... (mln_card): ...this. (mln_value_quant_from_card): Rename as... (mln_value_quant_from_): ...this. (mln_value_card_from_): New macro. (mln_nbits, mln_epsilon): New. * mln/trait/value/nature.hh (matrix): New. Now get rid of value "props". * mln/value/props.hh: Remove. (convert_): Move into... * mln/value/internal/convert.hh: ...this new file. (convert_<bool>): New specialization. Propagate changes. * tests/value_bool.cc, * mln/trait/images.hh, * mln/trait/value/print.hh, * mln/core/macros.hh, * mln/math/round_sat.hh, * mln/metal/mat.hh, * mln/metal/vec.hh, * mln/arith/revert.hh, * mln/arith/revert.spe.hh, * mln/level/sort_points.hh, * mln/level/transform.spe.hh, * mln/level/transform.hh, * mln/level/stretch.hh, * mln/accu/min.hh, * mln/accu/max.hh, * mln/accu/min_max.hh, * mln/accu/sum.hh, * mln/value/proxy.hh, * mln/value/graylevel.hh, * mln/value/lut_vec.hh, * mln/value/ops.hh, * mln/value/gray.hh, * mln/value/float01_.hh, * mln/value/all.hh, * mln/value/quat.hh, * mln/value/int_s.hh, * mln/value/int_u.hh, * mln/value/int_u_sat.hh, * mln/value/set.hh, * mln/value/float01.hh, * mln/value/builtin/symbolics.hh, * mln/value/builtin/floatings.hh, * mln/value/builtin/integers.hh, * mln/value/rgb.hh, * mln/value/float01_f.hh, * mln/value/label.hh, * mln/fun/v2v/saturate.hh, * mln/morpho/Rd.hh, * mln/norm/l1.hh, * mln/norm/l2.hh: Update. Misc. * mln/metal/math/pow.hh (mlc_pow, mlc_pow_int): New macros. * mln/value/internal/iterable_set.hh: . * mln/io/pnm/save_header.hh (save_max_val): New specialization for bool. * mln/io/pnm/load.hh: Fix. * mln/io/pbm/save.hh: Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1512 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* mln/set/all.hh, * mln/set/diff.hh, * mln/set/inter.hh, * mln/set/is_subset_of.hh, * mln/set/sym_diff.hh, * mln/set/uni.hh: Review. * tests/Makefile.am, * tests/set/Makefile.am, * tests/set/diff.cc, * tests/set/inter.cc, * tests/set/is_subset_of.cc, * tests/set/sym_diff.cc, * tests/set/uni.cc: Add tests. * mln/make/pix.hh: Doc. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1511 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 21 Nov, 2007 6 commits
-
-
Guillaume Duhamel authored
* mln/display/save_and_show.hh, * mln/display/show.hh, * tests/display/save_and_show.cc, * tests/display/show.cc: Replace "xv" by "display" for the default viewer. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1510 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/display/color_pretty.hh, * mln/display/remove.hh, * mln/display/save.hh, * mln/display/save_and_show.hh, * mln/display/show.hh: Fix enhancement, add doc and tracing, check typo. * tests/display/color_pretty.cc, * tests/display/save_and_show.cc, * tests/display/show.cc: Tests for display routines. Typo * mln/level/transform.hh: Fix typo. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1509 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1508 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* mln/win/backdiag2d.hh, * mln/win/cube3d.hh, * mln/win/diag2d.hh, * mln/win/disk2d.hh, * mln/win/hline2d.hh, * mln/win/line.hh, * mln/win/octagon2d.hh, * mln/win/rectangle2d.hh, * mln/win/segment1d.hh, * mln/win/vline2d.hh: Review. * tests/Makefile.am, * tests/win/Makefile.am: Update. * tests/win_backdiag2d.cc, * tests/win_diag2d.cc, * tests/win_disk2d.cc, * tests/win_hline2d.cc, * tests/win_octagon2d.cc, * tests/win_rectangle2d.cc: Rename as... * tests/win/backdiag2d.cc, * tests/win/diag2d.cc, * tests/win/disk2d.cc, * tests/win/hline2d.cc, * tests/win/octagon2d.cc, * tests/win/rectangle2d.cc: ...this. * tests/win/segment1d.cc, * tests/win/vline2d.cc, * tests/win/cube3d.cc: New tests. * tests/canvas/Makefile.am: Fix subdirs. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1507 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Simon Nivault authored
* mln/win/backdiag2d.hh, * mln/win/cube3d.hh, * mln/win/diag2d.hh, * mln/win/disk2d.hh, * mln/win/hline2d.hh, * mln/win/line.hh, * mln/win/octagon2d.hh, * mln/win/rectangle2d.hh, * mln/win/segment1d.hh, * mln/win/vline2d.hh: Review. * tests/Makefile.am, * tests/win/Makefile.am: Update. * tests/win_backdiag2d.cc, * tests/win_diag2d.cc, * tests/win_disk2d.cc, * tests/win_hline2d.cc, * tests/win_octagon2d.cc, * tests/win_rectangle2d.cc: Rename as... * tests/win/backdiag2d.cc, * tests/win/diag2d.cc, * tests/win/disk2d.cc, * tests/win/hline2d.cc, * tests/win/octagon2d.cc, * tests/win/rectangle2d.cc: ...this. * tests/win/segment1d.cc, * tests/win/vline2d.cc, * tests/win/cube3d.cc: New tests. * tests/canvas/Makefile.am: Fix subdirs. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1506 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* milena/tests/Makefile.am: Fix warning. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1505 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 20 Nov, 2007 5 commits
-
-
Simon Nivault authored
* configure.ac, * milena/tests/Makefile.am, * milena/tests/accu/Makefile.am, * milena/tests/accu, * milena/tests/canvas/Makefile.am, * milena/tests/canvas/browsing/Makefile.am, * milena/tests/canvas/morpho/Makefile.am, * milena/tests/canvas/morpho, * milena/tests/convert/Makefile.am, * milena/tests/convert, * milena/tests/debug/Makefile.am, * milena/tests/debug, * milena/tests/estim/Makefile.am, * milena/tests/estim, * milena/tests/fun/Makefile.am, * milena/tests/fun/i2v/Makefile.am, * milena/tests/fun/i2v, * milena/tests/fun/p2b/Makefile.am, * milena/tests/fun/p2b, * milena/tests/fun/p2v/Makefile.am, * milena/tests/fun/p2v, * milena/tests/fun/v2v/Makefile.am, * milena/tests/fun/v2v, * milena/tests/fun/x2x/Makefile.am, * milena/tests/fun/x2x, * milena/tests/fun, * milena/tests/geom/Makefile.am, * milena/tests/histo/Makefile.am, * milena/tests/histo, * milena/tests/io/Makefile.am, * milena/tests/io/fits/Makefile.am, * milena/tests/io/fits, * milena/tests/io/pbm/Makefile.am, * milena/tests/io/pbm, * milena/tests/io/pfm/Makefile.am, * milena/tests/io/pfm, * milena/tests/io/pgm/Makefile.am, * milena/tests/io/pgm, * milena/tests/io/pnm/Makefile.am, * milena/tests/io/pnm, * milena/tests/io/ppm/Makefile.am, * milena/tests/io/ppm, * milena/tests/io, * milena/tests/labeling/Makefile.am, * milena/tests/labeling, * milena/tests/level/approx/Makefile.am, * milena/tests/level/naive/Makefile.am, * milena/tests/linear/Makefile.am, * milena/tests/linear/local/Makefile.am, * milena/tests/linear/local, * milena/tests/linear, * milena/tests/literal/Makefile.am, * milena/tests/make/Makefile.am, * milena/tests/make, * milena/tests/math/Makefile.am, * milena/tests/math, * milena/tests/metal/Makefile.am, * milena/tests/metal/make/Makefile.am, * milena/tests/metal/make, * milena/tests/metal/math/Makefile.am, * milena/tests/metal/math, * milena/tests/metal, * milena/tests/morpho/Makefile.am, * milena/tests/morpho, * milena/tests/pw/Makefile.am, * milena/tests/pw, * milena/tests/set/Makefile.am, * milena/tests/set, * milena/tests/tag/Makefile.am, * milena/tests/tag, * milena/tests/trace/Makefile.am, * milena/tests/trace, * milena/tests/trait/Makefile.am, * milena/tests/trait/image/Makefile.am, * milena/tests/trait/image, * milena/tests/trait/op/Makefile.am, * milena/tests/trait/op, * milena/tests/trait/value/Makefile.am, * milena/tests/trait/value, * milena/tests/trait, * milena/tests/util/Makefile.am, * milena/tests/util, * milena/tests/value/Makefile.am, * milena/tests/value/builtin/Makefile.am, * milena/tests/value/builtin, * milena/tests/value/concept/Makefile.am, * milena/tests/value/concept, * milena/tests/value, * milena/tests/win/Makefile.am, * milena/tests/win: Add tests makefiles architecture. * milena/tests/level/median.cc: Make test less weight. * milena/tests/canvas/browsing/directional.cc: Add FIXME. * milena/mln/level/median.hh: Fix a deprecated name (dir_ricard51). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1504 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/border_duplicate/test_border_duplicate_image1d_1.cc: Remove. * tests/border_duplicate/test_border_duplicate_image1d_2.cc: Remove. * tests/border_duplicate/test_border_duplicate_image1d_3.cc: Remove. * tests/border_duplicate/test_border_duplicate_image1d_4.cc: Remove. * tests/border_duplicate/test_border_duplicate_image1d_5.cc: Remove. * tests/border_duplicate/test_border_duplicate_image2d_1.cc: Remove. * tests/border_duplicate/test_border_duplicate_image2d_2.cc: Remove. * tests/border_duplicate/test_border_duplicate_image2d_3.cc: Remove. * tests/border_duplicate/test_border_duplicate_image2d_4.cc: Remove. * tests/border_duplicate/test_border_duplicate_image3d_1.cc: Remove. * tests/border_duplicate/test_border_duplicate_image3d_2.cc: Remove. * tests/border_duplicate/test_border_duplicate_image3d_3.cc: Remove. * tests/border_duplicate/test_border_duplicate_image3d_4.cc: Remove. * tests/border_duplicate: Remove. * tests/border_fill/test_border_fill_image1d_1.cc: Remove. * tests/border_fill/test_border_fill_image1d_2.cc: Remove. * tests/border_fill/test_border_fill_image1d_3.cc: Remove. * tests/border_fill/test_border_fill_image1d_4.cc: Remove. * tests/border_fill/test_border_fill_image1d_5.cc: Remove. * tests/border_fill/test_border_fill_image2d_1.cc: Remove. * tests/border_fill/test_border_fill_image2d_2.cc: Remove. * tests/border_fill/test_border_fill_image2d_3.cc: Remove. * tests/border_fill/test_border_fill_image2d_4.cc: Remove. * tests/border_fill/test_border_fill_image3d_1.cc: Remove. * tests/border_fill/test_border_fill_image3d_2.cc: Remove. * tests/border_fill/test_border_fill_image3d_3.cc: Remove. * tests/border_fill/test_border_fill_image3d_4.cc: Remove. * tests/border_fill: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1503 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* Makefile.am: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1502 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/display/all.hh: Add save_and_show.hh. * tests/Makefile.am: Update for display. * tests/display: New subdirectory tests. * tests/display/Makefile.am: New Makefile.am for draw. * tests/show.cc: Remove ... * tests/display/show.cc: ... and replace here. * tests/color_pretty.cc: Remove ... * tests/display/color_pretty.cc: ... and replace here. * tests/save_and_show.cc: Remove ... * tests/display/save_and_show.cc: ... and replace here. * tests/level/apply.cc, * tests/level/saturate.cc: Fix warning. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1501 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
Draw. * mln/draw/line.hh * mln/draw/mesh.hh: Fix doc and typo. Tests. * tests/Makefile.am: Update for draw. * tests/draw: New subdirectory for draw tests. * tests/draw/Makefile.am: New Makefile.am for draw. * tests/line2d.cc: Remove ... . * tests/draw/line.cc: and replace here and update test. * tests/mesh_image.cc: Remove ... . * tests/draw/mesh.cc: ... and replace here and update test. Fix level bug. * mln/level/fill.hh: Fix specialization bug. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1500 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 19 Nov, 2007 3 commits
-
-
Guillaume Duhamel authored
Update * mln/logical/and.hh, * mln/logical/and_not.hh, * mln/logical/not.hh, * mln/logical/or.hh: Add tracing, generic namespace, remove specializations and check typo. * mln/logical/and.spe.hh, * mln/logical/and_not.spe.hh, * mln/logical/not.spe.hh, * mln/logical/or.spe.hh: New specializations for logical. Tests * tests/Makefile.am: Add logical subdirectory. * tests/logical: New subdirectory for logical checking. * tests/logical/Makefile.am: Add test to check. * tests/logical/and.cc, * tests/logical/and_not.cc, * tests/logical/not.cc, * tests/logical/or.cc: New tests for logical. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1499 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* mln/arith/min.hh, * mln/arith/revert.hh, * mln/arith/times.hh: Add tracing, and remove specializations. * mln/arith/min.spe.hh, * mln/arith/revert.spe.hh, * mln/arith/times.spe.hh: New specializations file for arith algorithms. * tests/Makefile.am, * tests/arith/Makefile.am: New Makefile for checking tests. * tests/arith: New subdirectory for arith tests. * tests/arith_plus.cc: Remove ... * tests/arith/plus.cc: ... and replace here. * tests/arith/minus.cc, * tests/arith/revert.cc, * tests/arith/times.cc: New tests for arith. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1498 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Duhamel authored
* tests/border/adjust.cc: New file to test adjsut. * tests/border/find.cc: New. Update * tests/border/get.cc, * tests/border/resize.cc: Update these tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1497 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 16 Nov, 2007 1 commit
-
-
Guillaume Duhamel authored
* tests/border: New subdirectory for border test. * tests/Makefile.am: Add border subdirectory. * tests/border/duplicate.cc: New test for duplicate. * tests/border/fill.cc: New test for duplicate. * tests/border_get.cc: Remove ... * tests/border/get.cc: ... and replace here. * tests/border/resize.cc: Move test for resize. * tests/level/median_dir.cc, * tests/level/median_fast.cc, * tests/level/median_hline2d.cc: Fix path for image. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1496 4aad255d-cdde-0310-9447-f3009e2ae8c0
-