- 09 Jun, 2009 5 commits
-
-
Roland Levillain authored
* mln/core/image/complex_image.hh, * mln/core/site_set/p_complex.hh, * mln/io/off/load.hh, * mln/topo/complex.hh, * mln/topo/face.hh, * mln/topo/face_iter.hh: * mln/topo/n_face_iter.hh, * tests/core/image/complex_image.cc, * tests/topo/complex.cc: Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4039 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* apps/statues/save_bin_alt.hh, * mln/core/site_set/p_faces.hh, * mln/io/off/save.hh, * mln/topo/attic/faces_iter.hh, * mln/topo/complex.hh, * mln/topo/face_iter.hh, * mln/topo/n_face.hh, * mln/topo/static_n_face_iter.hh, * tests/morpho/complex_image_wst.cc, * tests/topo/complex.cc: Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4038 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/topo/complex.hh: Here. Reported by Thierry Graud <thierry.geraud@lrde.epita.fr>. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4037 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4036 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* python/image2d-misc.py: Always get the domain of an image by calling it domain() method. * python/Makefile.am (TESTS): Remove conditional HAVE_SWIG_1_3_39 and always exercise dynamic-image2d-misc.py. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4035 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 08 Jun, 2009 26 commits
-
-
Roland Levillain authored
* box2d.i: Include box.ixx earlier than mln/core/alias/box2d.hh to generate working headers. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4034 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/debug/histo.hh (h): Disambiguate type. * mln/data/sort_psites.hh (to_p_array): Qualify to disambiguate. * mln/value/shell.hh (operator): Remove inherited cast operator. * mln/value/glf.hh: Upgrade doc style. * mln/make/win_chamfer.hh (sqrt): Remove useless cast. * tests/data/fill_with_image.cc, * tests/data/transform.cc, * tests/data/paste.cc (iota): Fix ambiguity; declare then use. * tests/data/transform.cc: Avoid sqrt. * tests/data/replace.cc: Layout. * tests/value/graylevel.cc (test_conversion): Fix ambiguity. * tests/morpho/graph_image_wst.cc, * tests/morpho/graph_image_morpho.cc, * tests/labeling/foreground.cc (mln_VAR): Get rid of it. * tests/norm/l2.cc (sqrt): Remove useless return cast. Disambiguate argument. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4033 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* mln/accu/all.hh, * mln/accu/logic/all.hh: Update all.hh with respect to new logical accus directory. * mln/accu/land.hh, * mln/accu/land_basic.hh, * mln/accu/lor.hh, * mln/accu/lor_basic.hh: Move to... * mln/accu/logic, * mln/accu/logic/land.hh, * mln/accu/logic/land_basic.hh * mln/accu/logic/lor.hh, * mln/accu/logic/lor_basic.hh: Move land, land_basic, lor, lor_basic accumulators to logic directory. * mln/morpho/dilation.hh, * mln/morpho/erosion.hh, * sandbox/abraham/mln/morpho/vector_median.hh, * sandbox/abraham/mln/morpho/vmt.hh, Replace accu::accu_name by accu::logic::accu_name, accu::meta::accu_name by accu::meta::logic::accu_name, accu/accu_name.hh by accu/logic/accu_name.hh, and update mln_morpho_select_accu call maccro. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4032 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* mln/accu/all.hh, * mln/accu/essential.hh, * mln/accu/stat/all.hh, * mln/accu/stat/essential.hh: Move median_h, and mean inclusions. * mln/accu/mean.hh, * mln/accu/median_h.hh: Move to... * mln/accu/stat/mean.hh * mln/accu/stat/median_h.hh: New. Move median_h, and mean accus to stat directory. * tests/accu/mean.cc * tests/accu/median_h.cc: Move to... * tests/accu/stat/mean.cc, * tests/accu/stat/median_h.cc: New. Move median_h, and mean tests to stat directory. * tests/accu/Makefile.am, * tests/accu/stat/Makefile.am: Update makefiles. * doc/examples/trash/accu.cc, * doc/examples/trash/tuto_bis.cc, * mln/data/fast_median.hh, * mln/data/median.hh, * mln/data/naive/median.hh, * mln/data/was.median.hh, * mln/estim/mean.hh, * mln/geom/seeds2tiling.hh, * mln/geom/seeds2tiling_roundness.hh, * mln/labeling/mean_values.hh, * mln/make/voronoi.hh, * sandbox/beguin/irm.cc, * sandbox/beguin/irm_g.cc, * sandbox/duhamel/labeling_algo.hh, * sandbox/duhamel/slow_seed2tiling.cc, * sandbox/edwin/exec/color_labeling_mean.hh, * sandbox/fabien/binarization/test.cc, * sandbox/fabien/igr/filter.cc, * sandbox/fabien/igr/fixed_seg/main.cc, * sandbox/fabien/igr/fun_labels.cc, * sandbox/fabien/igr/graph.cc, * sandbox/fabien/igr/label2gif.cc, * sandbox/fabien/igr/matlab.cc, * sandbox/fabien/igr/mean_median_label.cc, * sandbox/fabien/igr/mean_slices.cc, * sandbox/fabien/igr/med.cc, * sandbox/fabien/igr/norm.cc, * sandbox/fabien/igr/plot_label.hh, * sandbox/fabien/igr/point_filtering/main.cc, * sandbox/fabien/igr/seg_vol_irm.hh, * sandbox/fabien/igr/smooth_fixed_seg/main.cc, * sandbox/fabien/igr/space_smooth/linear.cc, * sandbox/fabien/igr/space_smooth/median.cc, * sandbox/fabien/igr/space_smooth/morpho.cc, * sandbox/fabien/igr/time_max.cc, * sandbox/fabien/igr/time_max_norm.cc, * sandbox/fabien/igr/time_smooth/linear.cc, * sandbox/fabien/igr/time_smooth/median.cc, * sandbox/fabien/igr/time_smooth/morpho.cc, * sandbox/fabien/igr/watershed.hh, * sandbox/fabien/igr/watershed2d.cc, * sandbox/fabien/igr/watershed3d.cc, * sandbox/fabien/igr/wst_edges.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/accuprops.cc, * sandbox/fred/old/accuprops2.cc, * sandbox/fred/old/mean.hh, * sandbox/icdar/2009/dibco/binarization.cc, * sandbox/icdar/2009/dibco/svg.1.binarization.cc, * sandbox/icdar/2009/dibco/svg.2.binarization.cc, * sandbox/icdar/2009/dibco/svg.3.binarization.cc, * sandbox/inim/2009/classif/src/proj.hh, * sandbox/inim/2009/color/reference.cc, * sandbox/inim/2009/color/reference2.cc, * sandbox/inim/2009/nature/proj.hh, * sandbox/lazzara/igr/irm/wst_rag.cc, * sandbox/lazzara/igr/irm/wst_rag_hsl.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_rgb_edges.cc, * sandbox/theo/cs2d/cs2d.cc, * sandbox/theo/esiee/laurent/presentation/wst_edge.cc, * sandbox/theo/exec/color_labeling_mean.cc, * sandbox/theo/experimental/projected_histo.cc, * sandbox/theo/igr/irm_anat_segm.cc, * sandbox/theo/igr/irm_anat_segm__2D_ONLY.cc, * sandbox/theo/igr/irm_seg_with_mm_and_rag.cc, * sandbox/theo/igr/segment_2d_t.cc, * tests/accu/all_accus.cc, * tests/accu/pair.cc, * tests/accu/tuple.cc, * tests/estim/mean.cc: Replace accu::accu_name by accu::stat::accu_name, accu::meta::accu_name by accu::meta::stat::accu_name, accu/accu_name.cc by accu/stat/accu_name.cc, accu/accu_name.hh by accu/stat/accu_name.hh. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4031 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* bootstrap: Trigger option `-x' earlier. Run generators following the project's directory hierarchy. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4030 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* Makefile.am (tools): Remove useless target. (doc, tutorial): Do not use make's non portable `-C' option. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4029 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* Makefile.am (pretty-check): New (phony) target. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4028 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* Makefile.am (doc, pretty-check): Remove targets. (LOCAL_RECURSIVE_TARGETS): New. Add doc and pretty-check. ($(LOCAL_RECURSIVE_TARGETS)): New (phony) target. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4027 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* Makefile.am: Include build-aux/regen-recursive.mk. (REGEN_SUBDIRS): Add tests. * tests/Makefile.am: Include build-aux/regen-recursive.mk. (REGEN_SUBDIRS): Add unit_test. * tests/unit_test/Makefile.am: Include build-aux/regen-recursive.mk. (regen): Remove phony status (now handled by regen-recursive.mk). Rename target as... (regen-am): ...this. Do not make unit-tests.mk read-only, since bootstrap expects it to be writable. ($(srcdir)/unit-tests.mk): Likewise. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4026 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* Makefile.am: Include build-aux/regen-recursive.mk. (REGEN_SUBDIRS): Add doc and tests. (regen): Remove phony status (now handled by regen-recursive.mk). Rename target as... (regen-am): ...this. * doc/Makefile.am (regen): Remove phony status (now handled by regen-recursive.mk). (regen): Rename target as... (regen-am): ...this. Actually handle the generation and remove the dependency to permit forced regenerations. * tests/Makefile.am: Include build-aux/regen-recursive.mk. (REGEN_SUBDIRS): Add unit_test. * tests/unit_test/Makefile.am: Include build-aux/regen-recursive.mk. (regen): Remove phony status (now handled by regen-recursive.mk). Rename target as... (regen-am): ...this. Do not make unit-tests.mk read-only, since bootstrap expects it to be writable. ($(srcdir)/unit-tests.mk): Likewise. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4025 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* Makefile.am: Include build-aux/regen-recursive.mk. (REGEN_SUBDIRS): Add milena and scribo. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4024 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* build-aux/regen-recursive.mk: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4023 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* tests/tests-recursive.mk: Include build-aux/extra-recursive-targets.mk. (EXTRA_RECURSIVE_TARGETS): Add tests-recursive. Remove redundant parts. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4022 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* build-aux/extra-recursive-targets.mk: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4021 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* Makefile.am, doc/Makefile.am (regen-dist): Rename target as... (regen): ...this. (.PHONY): Adjust. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4020 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4019 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* python/Makefile.am (TESTS) [!HAVE_SWIG_1_3_39]: Remove dynamic-image2d-misc.py. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4018 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4017 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4016 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* config.i: New. * python/Makefile.am (pyexec_LTLIBRARIES): Add _config.la. (nodist__config_la_SOURCES, _config_la_LIBADD): New. (CLEANFILES): Add $(nodist__config_la_SOURCES), config.py, config.pyc and config.pyo. (nodist_python_PYTHON): Add config.py. * python/swilena.py: Import config. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4015 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* mln/core/alias/neighb2d.hh (mln::c6_2d): Declare it. Use fully qualified type name of mln::fun::p2b::chess to help swig. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4014 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* m4/with-swilena.m4 (_OLN_WITH_SWIG): Here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4013 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Roland Levillain authored
* box.ixx, * box2d.i, * box2d_piter.i, * box_piter.ixx, * ch_value.ixx, * concat.ixx, * concrete.ixx, * coord.ixx, * dpoint2d.i, * dynamic_image2d.i, * fill.ixx, * image2d.ixx, * image2d_int.i, * image2d_int_u8.i, * int_u.ixx, * int_u32.i, * int_u8.i, * intp.ixx, * morpho.ixx, * neighb2d.i, * pgm.ixx, * point2d.i, * println.ixx, * python-utils.ixx, * window2d.i, * python/box2d-misc.py, * python/data.py, * python/dynamic-image2d-misc.py, * python/image2d-misc.py, * python/morpho-fun.py, * python/morpho-segm.py, * python/sps-common.in, * python/sps.py, * python/swilena.py: Remove the special exception (irrelevant for Swilena). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4012 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* mln/accu/all.hh, * mln/accu/essential.hh, * mln/accu/stat/all.hh * mln/accu/stat/essential.hh: Move min, max, max_h, min_h, min_max accus from accu to accu/stat. * sandbox/folio/mln/dt/raw_cp_fast.hh, * sandbox/folio/mln/dt/raw_dmap_fast.hh, * sandbox/folio/mln/dt/raw_path_fast.hh, * sandbox/fred/old/accuprops2.cc, * sandbox/garrigues/fllt/lower.hh, * sandbox/garrigues/fllt/upper.hh, * sandbox/garrigues/lower.hh, * sandbox/garrigues/upper.hh, * sandbox/theo/browsing/fwd.cc: Replace accu::accu_name by accu::stat:accu_name. * tests/accu/stat/max.cc, * tests/accu/stat/max_h.cc, * tests/accu/stat/min.cc, * tests/accu/stat/min_h.cc, * tests/accu/stat/min_max.cc: Replace "accu/accu_name.cc" by "accu/stat/accu_name.cc". git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4011 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* edwin/move_accu.sh: Minor changes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4010 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/core/internal/check/image_fastest.hh: Fix an issue with ICC. * mln/make/box3d.hh: Fix an invalid inline (gcc-3.3). * mln/make/win_chamfer.hh: Fix a warning (gcc-3.3). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4009 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 07 Jun, 2009 1 commit
-
-
Edwin Carlinet authored
* edwin/move_accu.sh: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4008 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 05 Jun, 2009 8 commits
-
-
Edwin Carlinet authored
* mln/accu/max.hh, * mln/accu/max_h.hh, * mln/accu/min.hh, * mln/accu/min_h.hh, * mln/accu/min_max.hh: Moved to... * mln/accu/stat/max.hh, * mln/accu/stat/max_h.hh, * mln/accu/stat/min.hh, * mln/accu/stat/min_h.hh, * mln/accu/stat/min_max.hh: New. * tests/accu/max.cc, * tests/accu/max_h.cc, * tests/accu/min.cc, * tests/accu/min_h.cc, * tests/accu/min_max.cc: Moved to... * tests/accu/stat/max.cc, * tests/accu/stat/max_h.cc, * tests/accu/stat/min.cc, * tests/accu/stat/min_h.cc, * tests/accu/stat/min_max.cc: New. * tests/accu/Makefile.am, * tests/accu/stat/Makefile.am: Update makefiles respecting stat accus directory. * apps/statues/mesh-complex-max-curv.cc, * apps/statues/mesh-max-curv.cc, * doc/examples/accu-right-instanciation.cc, * doc/examples/trash/tuto_bis.cc, * doc/examples/tuto4_genericity_and_algorithms.cc, * mln/accu/all.hh, * mln/accu/essential.hh, * mln/accu/max_site.hh, * mln/accu/mean.hh, * mln/accu/stat/all.hh, * mln/canvas/distance_front.hh, * mln/core/image/imorph/labeled_image.hh, * mln/debug/println.spe.hh, * mln/estim/min_max.hh, * mln/labeling/colorize.hh, * mln/morpho/elementary/dilation.hh, * mln/morpho/elementary/erosion.hh, * mln/morpho/elementary/gradient.hh, * mln/morpho/elementary/gradient_external.hh, * mln/morpho/elementary/gradient_internal.hh, * mln/morpho/general.spe.hh, * sandbox/abraham/mln/morpho/basic_najman.hh, * sandbox/abraham/mln/morpho/najman_wst.hh, * sandbox/abraham/mln/morpho/vector_median.hh, * sandbox/abraham/mln/morpho/vmt.hh, * sandbox/edwin/exec/color_internal_gradient.hh, * sandbox/edwin/tree/propagation.cc, * sandbox/fabien/igr/norm.cc, * sandbox/fabien/igr/seg_vol_irm.hh, * sandbox/folio/mln/dt/canvas_dt.hh, * sandbox/folio/mln/dt/dt_old/distance_front_new.hh, * sandbox/folio/mln/dt/dt_old/naive.cc, * sandbox/folio/mln/dt/raw_cp_fast.hh, * sandbox/folio/mln/dt/raw_path_fast.hh, * sandbox/folio/test/dt/naive.cc, * sandbox/fred/old/overload.cc, * sandbox/fred/tests/wip.cc, * sandbox/garrigues/fllt/fllt.hh, * sandbox/garrigues/fllt/lower.hh, * sandbox/garrigues/fllt/upper.hh, * sandbox/garrigues/level_set.hh, * sandbox/garrigues/lower.hh, * sandbox/garrigues/union_find/reconstructions_on_function.hh, * sandbox/garrigues/union_find/self_dual_reconstruction.hh, * sandbox/garrigues/upper.hh, * sandbox/inim/2009/color/min_tree_area_filter.cc, * sandbox/inim/2009/color/min_tree_color.cc, * sandbox/inim/2009/color/min_tree_color_v2.cc, * sandbox/inim/2009/color/min_tree_height_filter.cc, * sandbox/inim/2009/color/min_tree_volume_filter.cc, * sandbox/inim/2009/color/reference.cc, * sandbox/inim/2009/color/reference2.cc, * sandbox/theo/browsing/fwd.cc, * sandbox/theo/cs2d/cs2d_morpho.hh, * sandbox/theo/csi/fred.cc, * sandbox/theo/dmap.cc, * sandbox/theo/esiee/laurent/ismm09/pseudo_tree.hh, * sandbox/theo/esiee/laurent/presentation/classif.cc, * sandbox/theo/esiee/laurent/presentation/wst2d.cc, * sandbox/theo/esiee/laurent/presentation/wst_edge.cc, * sandbox/theo/esiee/slides_2009_may/dilation.hh, * sandbox/theo/exec/color_internal_gradient.cc, * tests/accu/all_accus.cc, * tests/accu/line.cc, * tests/accu/pair.cc, * tests/accu/tuple.cc, * tests/data/compute.cc, * tests/data/compute_full.cc, * tests/data/update.cc, * tests/estim/min_max.cc, * tests/morpho/closing/area.cc: Replace accu::accu_name by accu::stat::accu_name, accu::meta::accu_name by accu::meta::stat::accu_name. * mln/morpho/dilation.hh, * mln/morpho/erosion.hh: Idem + replace mln_morpho_select_accu(..., accu_name) by mln_morpho_select_accu(..., stat::accu_name). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4007 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* edwin/rush/granulometry/Makefile: Remove. * edwin/rush/granulometry/granulometry.hh: Add function to retrieve treshold. * edwin/rush/granulometry/test.cc: Test file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4006 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* morpho/tree/data.hh: Remove get_depth method which was commited by error. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4005 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/core/alias/neighb2d.hh (c6_2d): New. * mln/make/double_neighb2d.hh: Fix sig. * demos: New directory. * demos/genericity: New directory. * demos/genericity/neighborhood.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4004 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4003 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* doc/Makefile.am: - Fix invalid replacement in doxyfile. - Fix invalid rule names. - Fix invalid dist files. * tests/tools/pretty_check.sh: return the make check return value. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4002 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* milena/doc/Doxyfile.in: fix missing backspace. * milena/doc/examples/extend.cc: add missing include. * milena/doc/ref_guide/ref_guide.tex: fix typo. * milena/doc/tools/clearbanner.sh: new tool to remove hevea banner. * milena/doc/tutorial/tutorial.tex: add navigation links. * milena/doc/white_paper/white_paper.tex: do not use pgf. * milena/tests/unit_test/unit-tests.mk, * milena/headers.mk: update. * milena/mln/metal/equal.hh, * milena/mln/metal/is.hh, * milena/mln/metal/is_a.hh: add comments. * milena/mln/transform/influence_zone_geodesic.hh, * milena/mln/transform/internal/influence_zone_functor.hh: allow to set a different value for the background. * milena/mln/value/shell.hh: temporary re-enable the commented overload of set_ and comment the other one. * milena/tests/Makefile.am: fix pretty-check rule. * milena/tests/extract/blue.cc, * milena/tests/extract/green.cc, * milena/tests/extract/red.cc: improve tests. * milena/tests/extract/Makefile.am, * milena/tests/extract/hue.cc, * milena/tests/extract/lum.cc, * milena/tests/extract/sat.cc: new tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4001 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4000 4aad255d-cdde-0310-9447-f3009e2ae8c0
-