- 08 Jul, 2014 1 commit
-
-
Roland Levillain authored
* NEWS, * README, * configure.ac, * milena/NEWS, * milena/doc/Doxyfile.in, * milena/doc/milena.qhcp, * scribo/NEWS, * scribo/doc/Doxyfile.in, * scribo/doc/scribo.qhcp, * swilena/NEWS: Update version number. * milena/doc/figures/extend-1.ppm, * milena/doc/figures/extend-2.ppm, * milena/doc/figures/extend-3.ppm, * milena/doc/figures/extend-4.ppm, * milena/doc/figures/extend-5.ppm, * milena/doc/figures/fill-1.ppm, * milena/doc/figures/fill-2.ppm, * milena/doc/figures/fill-imageif-cfun-1.ppm, * milena/doc/figures/fill-subdomain-1.pbm, * milena/doc/figures/fill-subdomain-2.ppm, * milena/doc/figures/fill-subdomain-3.ppm, * milena/doc/figures/fill-subdomain-4.ppm, * milena/doc/figures/ima2d-rot-1.ppm, * milena/doc/figures/ima2d-rot-2.ppm, * milena/doc/figures/ima_save.pbm, * milena/doc/figures/labeling-compute-1.pbm, * milena/doc/figures/labeling-compute-2.ppm, * milena/doc/figures/logical-not-1.pbm, * milena/doc/figures/logical-not-2.pbm, * milena/doc/figures/logical-not-3.pbm, * milena/doc/figures/tuto2_first_image-1.pbm, * milena/doc/figures/tuto3_colorize-1.pgm, * milena/doc/figures/tuto3_colorize-2.ppm, * milena/doc/figures/tuto3_rw_image-1.ppm, * milena/doc/figures/tuto3_rw_image-2.ppm, * milena/doc/figures/tuto3_rw_image-3.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-1.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-2.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-3.pbm, * milena/doc/figures/tuto4_genericity_and_algorithms-4.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-5.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-6.ppm, * milena/mln/version.hh: Regen.
-
- 02 Jul, 2014 1 commit
-
-
Roland Levillain authored
* NEWS: New.
-
- 27 Jun, 2014 1 commit
-
-
Roland Levillain authored
* python/Makefile.am: Do not use `$<' outside suffix rules.
-
- 25 Jun, 2014 2 commits
-
-
Roland Levillain authored
* box2d_piter.i, * complex.ixx, * dynamic_image2d.i, * python/complex2-misc.py: Here, to convert these files to plain ASCII.
-
Roland Levillain authored
-
- 23 May, 2014 3 commits
-
-
Roland Levillain authored
* println.ixx: Include std_string.i to help SWIG wrap mln::debug::println(const std::string&, const Image<I>&) and use it... * python/max-tree.py: ...here.
-
Roland Levillain authored
* morpho.ixx: Give names to wrapped traits, to let SWIG properly deduce the return types of wrapped functions templates. * python/max-tree.py: Reenable a previously disabled println statement.
-
Roland Levillain authored
* image2d.ixx, * neighb2d.i, * window2d.i: Give names to wrapped base classes, so that recent version of SWIG actually considers them and allows upcasts.
-
- 22 May, 2014 1 commit
-
-
Roland Levillain authored
* dynamic_image2d.i: Here.
-
- 13 Feb, 2014 1 commit
-
-
Roland Levillain authored
-
- 10 Sep, 2013 1 commit
-
-
Roland Levillain authored
* python/Makefile.am: Here, as Automake 1.11+ already takes care of this.
-
- 09 Sep, 2013 1 commit
-
-
Roland Levillain authored
* python/Makefile.am (AM_CPPFLAGS): Here.
-
- 30 Aug, 2013 1 commit
-
-
Roland Levillain authored
* python/Makefile.am (AM_CPPFLAGS): Add -I$(top_builddir)/milena.
-
- 26 Aug, 2013 1 commit
-
-
Roland Levillain authored
-
- 12 Apr, 2013 2 commits
-
-
Roland Levillain authored
* python/Makefile.am: s/TESTS_ENVIRONMENT/LOG_COMPILER/.
-
Roland Levillain authored
* run.in: Here. Convert to UTF-8.
-
- 09 Apr, 2013 24 commits
-
-
Roland Levillain authored
* python/Makefile.am (data.py): Here.
-
Roland Levillain authored
* python/data.py.in (lena): Use small.pgm instead of lena.pgm. * python/max-tree.py: Disable a no longer working statement (needs further investigation).
-
Roland Levillain authored
* python/Makefile.am (%-wrap.cc %.py): Do not use `$@' in the action block to represent the first output, as `$@' may stand for any target of the rule; instead, rely on an explicit pattern based on `$*'.
-
Roland Levillain authored
* box2d.i: Here. Drop the namespace qualifier before the class name (see http://sourceforge.net/p/swig/bugs/1291/).
-
Roland Levillain authored
-
Roland Levillain authored
* swilena/box.ixx, * swilena/box2d.i, * swilena/image2d.ixx, * swilena/image2d_point2d.i, * swilena/morpho.ixx: Here.
-
Roland Levillain authored
* python/sps-gdb-local.in: New. * python/Makefile.am (edit): Also substitute @LIBTOOL@. (noinst_SCRIPTS): Add sps-gdb-local. (EXTRA_DIST): Add sps-gdb-local.in. (sps-gdb-local): Adda a dependency on $(srcdir)/sps-gdb-local.in.
-
Roland Levillain authored
* python/Makefile.am (image2d_point2d-wrap.cc): Depend on $(top_srcdir)/swilena/concat.ixx.
-
Roland Levillain authored
* python/max-tree.py: Here.
-
Roland Levillain authored
* python/sps-local.in (PYTHONPATH): Add `@abs_builddir@/.libs'.
-
Roland Levillain authored
* python/ltihooks.py: Remove. * python/Makefile.am (python_PYTHON): Remove ltihooks.py. * python/swilena.py: No longer import `ltihooks'. * run.in: Help Python find actual dynamic modules in directory `.libs', as suggested by Alexandre Duret-Lutz in http://stackoverflow.com/a/5125879/1551751.
-
Roland Levillain authored
* python/installcheck.mk: New. Include it... * python/Makefile.am: ...here. (run_install_test_verbose, run_install_test_verbose_) (run_install_test_verbose_0) (INSTALL_TESTS_ENVIRONMENT, INSTALL_TESTS): New variables.
-
Roland Levillain authored
* python/Makefile.am (CLEANFILES): Add data.py[co].
-
Roland Levillain authored
* python/Makefile.am (sps, sps-local): Remove a stray slash. Fix permissions.
-
Roland Levillain authored
* python/data.py: Rename as... * python/data.py.in: ...this. Adjust. Turn top_srcdir into a variable substituted by configure. * python/Makefile.am (EXTRA_DIST): s/data.py/data.py.in/. * python/Makefile.am (all-local): New rule. Depend on data.py. (edit): Substitute top_srcdir. (data.py): New rule. (CLEANFILES): Add data.py. (TESTS_ENVIRONMENT): No longer set top_srcdir and top_builddir. * python/complex2-misc.py, python/max-tree.py: Do not import `data', as it is not used.
-
Roland Levillain authored
* python/max-tree.py (values): Use itertools.izip to shorten the parallel iterations on sites and values.
-
Roland Levillain authored
* python-utils.ixx (generate__str__): Do not include C++ header `string'. * image2d_int.i, * image2d_int_u8.i, * image2d_rgb8.i: Fix the Swilena documentation headers. * int_u.ixx, * rgb.ixx, * image2d.ixx: More Doxygen documentation. * concat.ixx: Typo in comment. * box_piter.ixx: Remove a blank line.
-
Roland Levillain authored
* complex.ixx, complex2.i: New. * Makefile.am (meta_wrappers): Add complex.ixx. (wrappers): Add complex2.i. * python/Makefile.am (pyexec_LTLIBRARIES): Add _complex2.la. (nodist__complex2_la_SOURCES, _complex2_la_LIBADD): New. (CLEANFILES): Add $(nodist__complex2_la_SOURCES) complex2.py complex2.py[co]. (nodist_python_PYTHON): Add complex2.py. (complex_ixx_deps): New. (complex2-wrap.cc): Add dependencies on $(top_srcdir)/swilena/complex.ixx $(complex_ixx_deps). (TESTS): Add complex2-misc.py. * python/complex2-misc.py: New. * python/swilena.py: Import the contents of module complex2.
-
Roland Levillain authored
* morpho.ixx (instantiate_max_tree): New macro. Call it... (instantiate_morpho): ...here. * python/max-tree.py: New test. * python/Makefile.am (TESTS): Add max-tree.py.
-
Roland Levillain authored
* image2d_point2d.i: New. * Makefile.am (wrappers): Add image2d_point2d.i. * python/Makefile.am (pyexec_LTLIBRARIES): Add _image2d_point2d.la. (nodist__image2d_point2d_la_SOURCES, _image2d_point2d_la_LIBADD): New. (CLEANFILES): Add $(nodist__image2d_point2d_la_SOURCES) image2d_point2d.py image2d_point2d.py[co]. (nodist_python_PYTHON): Add image2d_point2d.py. (image2d_point2d-wrap.cc): Add dependencies. * python/swilena.py: Import image2d_point2d.
-
Roland Levillain authored
* python/Makefile.am (EXTRA_DIST): Add sps-common.in, sps.in and sps-local.in. (edit): New. (sps, sps-local): New rules.
-
Roland Levillain authored
* image2d_rgb8.i: New file. * Makefile.am (wrappers): Add image2d_rgb8.i. * python/swilena.py: Import the contents of module image2d_rgb8. * python/Makefile.am (pyexec_LTLIBRARIES): Add _image2d_rgb8.la. (nodist__image2d_rgb8_la_SOURCES, _image2d_rgb8_la_LIBADD): New. (CLEANFILES): Add $(nodist__image2d_rgb8_la_SOURCES) image2d_rgb8.py image2d_rgb8.py[co]. (nodist_python_PYTHON): Add image2d_rgb8.py. (image2d_rgb8-wrap.cc): Add dependencies.
-
Roland Levillain authored
* ppm.ixx: New file. * Makefile.am (meta_wrappers): Add ppm.ixx.
-
Roland Levillain authored
* image2d.ixx (mln::image2d<T>::set): New method (extension).
-