- 21 Jun, 2012 2 commits
-
-
Roland Levillain authored
* apps/morphers/Makefile.am (noinst_PROGRAMS): Add iz. (iz_SOURCES): New. (EXTRA_DIST): Add iz_input.pbm. (iz_output.ppm): New target. (MOSTLYCLEANFILES): Add tmp_clo.pgm, tmp_dmap.pgm, tmp_ws_superpose.ppm, tmp_ws.ppm, tmp_lab.pgm, tmp_iz.pgm, tmp_iz.ppm and tmp_iz_input.ppm.
-
Roland Levillain authored
* apps/morphers/lazy_recorder.hh: New. * apps/morphers/lazy_recorder.cc: New test. * apps/morphers/Makefile.am (noinst_HEADERS): Add lazy_recorder.hh. (noinst_PROGRAMS): Add lazy_recorder. (lazy_recorder_SOURCES): New. (MOSTLYCLEANFILES): Add lena-fill-lazy??????.ppm.
-
- 28 Nov, 2011 1 commit
-
-
Roland Levillain authored
* apps/morphers/recorder-bft.cc: New. * apps/morphers/image2d-skel.hh: New. * apps/morphers/Makefile.am (noinst_PROGRAMS): Add recorder-bft. (recorder_wst_SOURCES): New. (recorder_SOURCES, recorder_wst_SOURCES, mask_recorder_SOURCES): Move recorder.hh... (noinst_HEADERS): ...here (new variable). (MOSTLYCLEANFILES): Add lena-bft??????.pbm.
-
- 24 Nov, 2011 1 commit
-
-
Roland Levillain authored
* apps/morphers/recorder-wst.cc: New. * apps/morphers/Makefile.am (noinst_PROGRAMS): Add recorder-wst. (recorder_wst_SOURCES): New. (MOSTLYCLEANFILES): lena-wst??????.ppm.
-
- 18 Nov, 2011 1 commit
-
-
Roland Levillain authored
* apps/morphers/recorder.cc, * apps/morphers/mask+recorder.cc: Factor common parts... * apps/morphers/recorder.hh: ...here (new file). * apps/morphers/Makefile.am (recorder_SOURCES, mask_recorder_SOURCES): Add recorder.hh.
-
- 14 Nov, 2011 1 commit
-
-
Roland Levillain authored
* apps/morphers/mask+channel.cc, * apps/morphers/recorder.cc, * apps/morphers/mask+recorder.cc: New. * apps/morphers/Makefile.am: New. * apps/Makefile.am (SUBDIRS): Add morphers.
-
- 13 Sep, 2011 1 commit
-
-
Roland Levillain authored
* apps/constrained-connectivity/Makefile.am (constrained_connectivity_CXXFLAGS): New. Append $(STRICT_ALIASING_CXXFLAGS).
-
- 24 Sep, 2009 2 commits
-
-
Roland Levillain authored
* apps/constrained-connectivity/test-constrained-connectivity.in: New. * apps/constrained-connectivity/Makefile.am (TESTS): New. Add test-constrained-connectivity. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4542 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/constrained-connectivity/: New directory. * sandbox/roland/constrained-connectivity.cc, * sandbox/roland/soille.pgm: Move files... * apps/constrained-connectivity/constrained-connectivity.cc, * apps/constrained-connectivity/soille.pgm: ...here. * sandbox/roland/Makefile: Adjust. * apps/constrained-connectivity/Makefile.am: New. * apps/Makefile.am (SUBDIRS): Add constrained-connectivity. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4540 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 11 Jun, 2009 1 commit
-
-
Edwin Carlinet authored
* mln/accu/count.hh, * mln/accu/sum.hh: Move to... * mln/accu/math, * mln/accu/math/count.hh, * mln/accu/math/sum.hh: Move accus in math directory. * mln/accu/all.hh, * mln/accu/essential.hh, * mln/accu/math/all.hh, * mln/accu/math/essential.hh: Update all.hh, and essential.hh respecting the new location. * tests/accu/count.cc: Move to... * tests/accu/math, * tests/accu/math/count.cc: Move accus tests in math directory. * tests/accu/Makefile.am, * tests/accu/math/Makefile.am: Update accus Makefiles. * doc/examples/tuto3/first_routine.cc: * mln/accu/site_set/rectangularity.hh, * mln/accu/stat/deviation.hh, * mln/accu/stat/mean.hh, * mln/estim/sum.hh, * mln/labeling/fill_holes.hh, * mln/registration/icp.hh, * sandbox/edwin/tree/tree.cc, * sandbox/fabien/igr/dist_edges.cc, * sandbox/fabien/igr/filter.cc, * sandbox/fabien/igr/fixed_seg/main.cc, * sandbox/fabien/igr/igr.cc, * sandbox/fabien/igr/matlab.cc, * sandbox/fabien/igr/mean_median_label.cc, * sandbox/fabien/igr/seg_vol_irm.hh, * sandbox/fabien/igr/smooth_fixed_seg/main.cc, * sandbox/fabien/igr/time_max.cc, * sandbox/fabien/igr/time_max_norm.cc, * sandbox/fabien/igr/wst_edges.cc, * sandbox/fabien/level.cc, * sandbox/folio/test/histo/project_histo_add.cc, * sandbox/folio/test/histo/project_screen.cc, * sandbox/folio/test/histo/projected3d.cc, * sandbox/fred/old/mean.hh, * sandbox/garrigues/area_filter_auto_dual.cc, * sandbox/garrigues/union_find/canvas/reconstruction_on_function.hh, * sandbox/garrigues/union_find/canvas/reconstruction_on_set.hh, * sandbox/garrigues/union_find/canvas/self_dual_reconstruction.hh, * sandbox/icdar/2009/hsc/clean_input.hh, * sandbox/jardonnet/n_cmpt/fused_filter.cc, * sandbox/jardonnet/n_cmpt/n_cmpt.hh, * sandbox/jardonnet/n_cmpt/ref_filter.cc, * sandbox/laurent/ismm2009.cc, * sandbox/laurent/memo/ismm2009.v0.cc, * sandbox/laurent/memo/ismm2009.v1.cc, * sandbox/laurent/memo/ismm2009.v2.cc, * sandbox/laurent/playing_with_attributes.cc, * sandbox/lazzara/igr/igr-biggest-comp.cc, * sandbox/lazzara/igr/igr-cloud.cc, * sandbox/lazzara/igr/igr.cc, * sandbox/lazzara/igr/irm_seg_with_mm_and_rag.mine.cc, * sandbox/nivault/extract_character.cc, * sandbox/nivault/extract_score.cc, * sandbox/theo/color/filter_blen_rgb_edges.cc, * sandbox/theo/color/segment_gl_pixels.cc, * sandbox/theo/color/segment_rgb_edges.cc, * sandbox/theo/esiee/laurent/ismm09/main.cc, * sandbox/theo/esiee/laurent/ismm09/trash.hh, * sandbox/theo/experimental/projected_histo.cc, * sandbox/theo/publis/icip2009/compute_a.cc, * sandbox/theo/test_attribute.cc, * sandbox/theo/tufa_2008/filter_n.cc, * sandbox/theo/tufa_2008/n_cmpt.cc, * sandbox/theo/tufa_2008/steps.0.cc, * sandbox/theo/tufa_2008/steps.1.cc, * sandbox/theo/tufa_2008/steps.2.cc, * sandbox/theo/tufa_2008/steps.2b.cc, * sandbox/theo/tufa_2008/steps.3.cc, * tests/accu/all_accus.cc, * tests/accu/compute.cc, * tests/accu/image/init.cc, * tests/accu/image/set_value.cc, * tests/accu/image/take.cc, * tests/accu/image/take_as_init.cc, * tests/accu/image/take_n_times.cc, * tests/accu/image/to_result.cc, * tests/accu/image/untake.cc, * tests/accu/transform.cc, * tests/accu/transform_diagonal.cc, * tests/accu/transform_directional.cc, * tests/accu/transform_line.cc, * tests/accu/transform_snake.cc, * tests/accu/tuple.cc, * tests/labeling/compute.cc, * tests/labeling/n_max.cc, * tests/labeling/value.cc, * tests/morpho/closing/algebraic.cc, * tests/morpho/opening/algebraic.cc, * tests/set/compute.cc: Replace accu::accu_name by accu::math::accu_name, accu::meta::accu_name by accu::meta::math::accu_name, accu/accu_name.hh by accu/math/accu_name.hh. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4099 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 09 Jun, 2009 1 commit
-
-
Guillaume Lazzara authored
* Makefile.am, * apps/Makefile.am, * apps/statues/Makefile.am, * doc/Makefile.am, * doc/examples/Makefile.am, * doc/ref_guide/Makefile.am, * doc/tutorial/Makefile.am, * doc/white_paper/Makefile.am, * mesh/Makefile.am, * mln/convert/from_to.hxx, * mln/core/concept/proxy.hxx, * mln/core/routine/init.hxx, * mln/version.hh.in, * tests/Makefile.am, * tests/accu/Makefile.am, * tests/accu/image/Makefile.am, * tests/accu/site_set/Makefile.am, * tests/accu/stat/Makefile.am, * tests/algebra/Makefile.am, * tests/arith/Makefile.am, * tests/binarization/Makefile.am, * tests/border/Makefile.am, * tests/canvas/Makefile.am, * tests/canvas/browsing/Makefile.am, * tests/canvas/morpho/Makefile.am, * tests/convert/Makefile.am, * tests/convert/impl/Makefile.am, * tests/core/Makefile.am, * tests/core/alias/Makefile.am, * tests/core/image/Makefile.am, * tests/core/image/complex_image.hh, * tests/core/image/dmorph/Makefile.am, * tests/core/image/imorph/Makefile.am, * tests/core/image/vmorph/Makefile.am, * tests/core/other/Makefile.am, * tests/core/routine/Makefile.am, * tests/core/site_set/Makefile.am, * tests/data.hh.in, * tests/data/Makefile.am, * tests/data/approx/Makefile.am, * tests/data/naive/Makefile.am, * tests/debug/Makefile.am, * tests/display/Makefile.am, * tests/draw/Makefile.am, * tests/estim/Makefile.am, * tests/extension/Makefile.am, * tests/extract/Makefile.am, * tests/fun/Makefile.am, * tests/fun/i2v/Makefile.am, * tests/fun/p2b/Makefile.am, * tests/fun/p2p/Makefile.am, * tests/fun/p2v/Makefile.am, * tests/fun/stat/Makefile.am, * tests/fun/v2i/Makefile.am, * tests/fun/v2v/Makefile.am, * tests/fun/vv2v/Makefile.am, * tests/fun/x2x/Makefile.am, * tests/geom/Makefile.am, * tests/graph/Makefile.am, * tests/graph/attribute/Makefile.am, * tests/histo/Makefile.am, * tests/io/Makefile.am, * tests/io/dicom/Makefile.am, * tests/io/dump/Makefile.am, * tests/io/fits/Makefile.am, * tests/io/magick/Makefile.am, * tests/io/off/Makefile.am, * tests/io/pbm/Makefile.am, * tests/io/pbms/Makefile.am, * tests/io/pfm/Makefile.am, * tests/io/pgm/Makefile.am, * tests/io/pgms/Makefile.am, * tests/io/pnm/Makefile.am, * tests/io/ppm/Makefile.am, * tests/io/ppms/Makefile.am, * tests/io/tiff/Makefile.am, * tests/labeling/Makefile.am, * tests/linear/Makefile.am, * tests/linear/gaussian/Makefile.am, * tests/linear/local/Makefile.am, * tests/literal/Makefile.am, * tests/logical/Makefile.am, * tests/make/Makefile.am, * tests/math/Makefile.am, * tests/metal/Makefile.am, * tests/metal/make/Makefile.am, * tests/metal/math/Makefile.am, * tests/morpho/Makefile.am, * tests/morpho/approx/Makefile.am, * tests/morpho/attribute/Makefile.am, * tests/morpho/closing/Makefile.am, * tests/morpho/closing/approx/Makefile.am, * tests/morpho/elementary/Makefile.am, * tests/morpho/opening/Makefile.am, * tests/morpho/opening/approx/Makefile.am, * tests/morpho/reconstruction/Makefile.am, * tests/morpho/reconstruction/by_dilation/Makefile.am, * tests/morpho/reconstruction/by_erosion/Makefile.am, * tests/morpho/tree/Makefile.am, * tests/morpho/tree/filter/Makefile.am, * tests/morpho/watershed/Makefile.am, * tests/norm/Makefile.am, * tests/norm/common.hh, * tests/opt/Makefile.am, * tests/pw/Makefile.am, * tests/registration/Makefile.am, * tests/set/Makefile.am, * tests/subsampling/Makefile.am, * tests/tag/Makefile.am, * tests/test/Makefile.am, * tests/tests-recursive.mk, * tests/tests.mk, * tests/timer.hh, * tests/tools/pretty_check.sh, * tests/topo/Makefile.am, * tests/topo/skeleton/Makefile.am, * tests/trace/Makefile.am, * tests/trait/Makefile.am, * tests/trait/image/Makefile.am, * tests/trait/op/Makefile.am, * tests/trait/value/Makefile.am, * tests/transform/Makefile.am, * tests/transformation/Makefile.am, * tests/unit_test/Makefile.am, * tests/unit_test/build_unit_test.sh, * tests/util/Makefile.am, * tests/value/Makefile.am, * tests/value/builtin/Makefile.am, * tests/value/concept/Makefile.am, * tests/value/macros.hh, * tests/win/Makefile.am, * tests/world/Makefile.am, * tests/world/binary_2d/Makefile.am, * tests/world/inter_pixel/Makefile.am, * tests/world/inter_pixel/dim2/Makefile.am, * tools/Makefile.am, * tools/area_flooding.cc, * tools/seed2tiling.cc, * tools/tools.mk: Add missing license header. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4049 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 05 Jun, 2009 1 commit
-
-
Guillaume Lazzara authored
* mln/io/pgms/load.hh, * mln/io/pnms/load.hh, * mln/io/ppms/load.hh: fix invalid calls to pnm::load. * tests/io/pbm/pbm.cc, * tests/io/pgm/pgm.cc, * tests/io/ppm/ppm.cc: remove tests related to routines located in namespace p*ms. * tests/io/Makefile.am, * tests/io/pbms/Makefile.am, * tests/io/pgms/Makefile.am, * tests/io/ppms/Makefile.am, * tests/io/pbms/load.cc, * tests/io/pgms/load.cc, * tests/io/ppms/load.cc: new tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3998 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 03 Jun, 2009 1 commit
-
-
Roland Levillain authored
* tests/accu/stat/Makefile.am, * tests/fun/stat/Makefile.am, * tests/linear/gaussian/Makefile.am, * tests/morpho/reconstruction/Makefile.am, * tests/morpho/reconstruction/by_dilation/Makefile.am, * tests/morpho/reconstruction/by_erosion/Makefile.am, * tests/topo/skeleton/Makefile.am, * tests/transformation/Makefile.am, * tests/world/binary_2d/Makefile.am, * tests/world/inter_pixel/Makefile.am: Do not impose Emacs' Makefile major mode. * tests/tests-recursive.mk: Typo in comment. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3979 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 07 May, 2009 1 commit
-
-
Thierry Geraud authored
Starting revamping world inter-pixel. * mln/world/inter_pixel/image2full.hh: Rename as... * mln/world/inter_pixel/immerse.hh: ...this new file. (image2full): Rename as... (immerse): ...this. Revamp. * mln/world/inter_pixel/separator_to_pixels.hh: New. * mln/world/inter_pixel/is_separator.hh: New. * mln/world/inter_pixel/is_pixel.hh: New. * mln/world/inter_pixel/compute.hh: New. * mln/world/inter_pixel/make: New directory. * mln/world/inter_pixel/neighb2d.hh: Fix ending guard. * mln/world/inter_pixel/display_edge.hh: Likewise. * mln/core/macros.hh (mln_unmorph, mln_unmorph_): New. * mln/core/point.hh (point): Fix warning. Add static check. * mln/core/internal/image_morpher.hh (unmorph): New typedef. * mln/core/internal/pixel_impl.hh (pixel_impl_): Fix compile errors with g++-3.4. * mln/core/concept/gpoint.hh (operator*): New overload with scalar. (trait): New corresponding trait. * tests/world/inter_pixel/compute.cc: New. * tests/world/inter_pixel/immerse.cc: New. * tests/world/inter_pixel/Makefile.am: Update. Fix missing code for operator less with builtins. * mln/value/builtin/ops.hh: (mln_internal_decl_op_less_): New. (mln_internal_def_op_less_): New. (mln_internal_builtins_op_less_): New. Misc. * mln/accu/stat/all.hh: New. * mln/accu/all.hh: Update. * mln/convert/to_fun.hh: Upgrade doc style. * mln/data/paste_without_localization.hh: New. * mln/data/paste.hh: New static check. * mln/fun/c.hh: Likewise. Fix ending guard. Augmenting accumulators. * mln/accu/stat/var.hh (mean_t): New typedef. (to_result, mean): Fix null_ construction. * tests/accu/stat: New directory. * tests/accu/stat/Makefile.am: New. * tests/accu/stat/var.cc: New. * tests/accu/Makefile.am: Update. Augmenting fun :-) * mln/fun/access: New directory. * mln/fun/access/all.hh: New. * mln/fun/access/mean.hh: New. * mln/fun/all.hh: Update. * mln/fun/stat: New. * mln/fun/stat/all.hh: New. * mln/fun/stat/mahalanobis.hh: New. * tests/fun/stat: New. * tests/fun/stat/mahalanobis.cc: New. * tests/fun/stat/Makefile.am: New. * tests/fun/Makefile.am: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3768 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 18 Dec, 2008 1 commit
-
-
Nicolas Ballas authored
* mln/debug/println.spe.hh, * mln/core/pixter2d.hh, * mln/core/pixter3d.hh, * mln/level/was.median.hh, * mln/make/image.hh, * sandbox/duhamel/chamfer.cc, * sandbox/scribo/demat.hh, * sandbox/aroumougame/skeleton/miscellenous.hh, * sandbox/aroumougame/skeleton/sedt.hh, * sandbox/jardonnet/n_cmpt/fused_filter.cc, * sandbox/jardonnet/n_cmpt/ref_filter.cc, * sandbox/garrigues/ocr/skeleton.old.hh, * sandbox/garrigues/ocr/enlarge.hh, * sandbox/abraham/tests/transform/fft_.cc, * sandbox/abraham/mln/transform/fft.hh, * sandbox/inim/classif/src/proj.hh, * sandbox/inim/binarization/proof-of-concept/src/gradient.cc, * sandbox/inim/binarization/binarization.hh, * sandbox/nature/nature.cc, * sandbox/nature/co_occurence.hh, * sandbox/nature/proj.hh, * sandbox/ballas/color/min_tree_volume_filter.cc, * sandbox/ballas/color/reference.cc, * sandbox/ballas/color/min_tree_area_filter.cc, * sandbox/ballas/color/min_tree_height_filter.cc, * sandbox/ballas/color/min_tree_color.cc, * sandbox/ballas/color/reference2.cc, * sandbox/ballas/color/min_tree_color_v2.cc, * sandbox/ballas/color/laplacien.cc, * sandbox/geraud/wst_edge.cc, * sandbox/geraud/fllt.svg.6.cc, * sandbox/geraud/browsing/fwd.cc, * sandbox/geraud/fllt/fllt.hh, * sandbox/geraud/fllt/fllt.svg.7.hh, * sandbox/geraud/fllt/fllt.svg.2.cc, * sandbox/geraud/fllt/fllt.svg.3.cc, * sandbox/geraud/fllt/fllt.svg.4.cc, * sandbox/geraud/fllt/fllt.svg.5.cc, * sandbox/geraud/fllt/fllt_test.hh, * sandbox/geraud/fllt.svg.7.hh, * sandbox/geraud/dmap.cc, * sandbox/geraud/tufa_2008/steps.0.cc, * sandbox/geraud/tufa_2008/steps.1.cc, * sandbox/geraud/tufa_2008/steps.2.cc, * sandbox/geraud/tufa_2008/steps.3.cc, * sandbox/geraud/tufa_2008/steps.2b.cc, * sandbox/geraud/tufa_2008/compute_a.cc, * sandbox/geraud/tufa_2008/fz_count.cc, * sandbox/geraud/tufa_2008/regmin_count.cc, * tests/debug/println_with_border.cc, * tests/debug/println.cc, * tests/histo/compute.cc, * tests/core/other/pixel.cc, * tests/level/convert.cc, * tests/level/memset_.cc, * tests/transform/distance_geodesic.cc, * tests/transform/distance_front.cc, * tests/make/dual_neighb.cc, * tests/morpho/artificial_line_graph_image_wst.cc, * tests/canvas/chamfer.cc, * doc/tutorial/samples/ima2d-3.cc, * doc/tutorial/examples/image_plain.cc, * doc/benchmark/image2d.cc, * doc/examples/labeling_algo.cc: Replace .at by opt::add. * tests/opt/Makefile.am: New Makefile.am for opt test dir. * tests/Makefile.am: Add opt subdir. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3063 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 26 Nov, 2007 1 commit
-
-
Matthieu Garrigues authored
* tests/Makefile.am: Makefile update due to test moves. * tests/io/Makefile.am: Likewise. * tests/io/fits/Makefile.am: Likewise. * tests/io/pbm/Makefile.am: Likewise. * tests/io/pgm/Makefile.am: Likewise. * tests/io/ppm/Makefile.am: Likewise. * sandbox/garrigues/io_fits.cc: Remove. * tests/io/fits/io_fits.cc: New. * tests/io_pbm.cc: Rename as... * tests/io/pbm/pbm.cc: ...this. * tests/io_pgm.cc: Rename as... * tests/io/pgm/pgm.cc: ...this. * tests/io_pgm16.cc: Rename as... * tests/io/pgm/pgm16.cc: ...this. * tests/io_pgm19.cc: Rename as... * tests/io/pgm/pgm19.cc: ...this. * tests/io_pgm27.cc: Rename as... * tests/io/pgm/pgm27.cc: ...this. * tests/io_ppm.cc: Rename as... * tests/io/ppm/ppm.cc: ...this. * tests/io_ppm16.cc: Rename as... * tests/io/ppm/ppm16.cc: ...this. * tests/io_ppm23.cc: Rename as... * tests/io/ppm/ppm23.cc: ...this. * tests/new_io_pgm.cc: Remove, now into tests/io/pgm/pgm.cc. Fix style and doc. * mln/accu/compute.hh, * mln/io/ppm/load.hh: Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@1537 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 20 Nov, 2007 1 commit
-
-
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
-
- 03 Mar, 2006 1 commit
-
-
Thierry Geraud authored
- extended: New sub-project. - extended/xtd: New directory. - extended/tests: New directory. - extended/tests/Makefile.am: New. - extended/Makefile.am: New. - configure.ac: Update. - Makefile.am: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@418 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 16 Feb, 2006 1 commit
-
-
Roland Levillain authored
- configure.ac: New file. - Makefile.am, build-aux/Makefile.am, metalic/Makefile.am, - metalic/mlc/Makefile.am, metalic/tests/Makefile.am: New file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@411 4aad255d-cdde-0310-9447-f3009e2ae8c0
-