Skip to content
  • Raphal Poss's avatar
    Index: ChangeLog · 7a9eadff
    Raphal Poss authored
    from  +2003-01-19  Raphal Poss  <raph@lrde.epita.fr>
    
       * INSTALL (install): Mention installation of sample images.
       * BUILD: Remove references to --enable-dependency-tracking and
       --enable-maintainer-mode.
    
       * README: Fix indentation.
       * component.m4 (OLN_COMPONENT, OLN_COLLECTION): Simplify.
    
    +2003-01-15  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * cleanup.sh: Add `pconf.hh' as a candidate to deletion.
    +
    +2003-01-12  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * configure.ac: Rename package to "olena-meta".
    +
    +2003-01-09  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * cleanup.sh: Simplify.
    +
    +  * Makefile.am (EXTRA_DIST): Add component.m4.  Add
    +  comments.
    +
    +2003-01-07  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * bootstrap.sh: Call generate_morpho.sh during boostrap.
    +
     2003-01-16  Akim Demaille  <akim@epita.fr>
    
            Make sure all the file display the "(C)" after "Copyright".
    Index: oln/ChangeLog
    from  +2003-01-19  Raphal Poss  <raph@lrde.epita.fr>
    
       * tests/morpho/Makefile.am (CXXFLAGS): append $(CXXFLAGS_OPTIMIZE)
       to CXXFLAGS.
    
       * tests/meta/gen_test.cc (write_postlude_and_test): Use
       CXXFLAGS_STRICT_ERRORS.
    
       * tests/defs.in (CXXFLAGS): Use @CXXFLAGS_STRICT_ERRORS@, instead
       of testing for $GXX.
    
       * tests/check/srcdir.hh: Include `config.h' if available, so that
       various directory names are defined.
    
       * tests/check/Makefile.flags (AM_CXXFLAGS): Use
       $(CXXFLAGS_STRICT_ERRORS).
    
       * configure.ac: Rearrange tests. Add more AC_DEFINE's.
       * oln/Makefile.am: Comment.
    
       * oln/oln.m4: Comment exhaustively. Fix directory detection
       tests. Complete AC_CXX_FLAGS (renamed from AC_CXX_WARNINGS).
       * tests/check/data.cc: use OLN_IMG_DIR and OLN_IMG_AUX_DIR instead
       of RDATADIR and WDATADIR.
    
    +2003-01-15  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * oln/Makefile.am (EXTRA_DIST): Mention
    +  `config/pconf-hh.in'. FIXME: this should not be necessary since
    +  configure.ac mentions in it AC_CONFIG_FILES. To investigate.
    +
    +  * oln/config/system.hh: Remove test for HAVE_STL_CONFIG_H.
    +
    +  * oln.m4 (OLN_PATH_LOCAL): Remove bogus build directory detection.
    +  (_OLN_CHECK): Cleanup+simplify Olena location detection system.
    +  (AC_CXX_EXCEPTIONS):  Add,  as  a sanity  check   for users  using
    +  OLN_ENABLE_EXCEPTIONS.
    +
    +2003-01-12  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * tests/convol/Makefile.am: Adjust src directory.
    +  * tests/morpho/Makefile.am: Likewise.
    +  * tests/meta/Makefile.am: Likewise.
    +  * tests/convert/Makefile.am: Likewise.
    +  * tests/io/Makefile.am: Likewise.
    +
    +2003-01-11  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * oln/config/system.hh: Add explicit tests for numeric limits.
    +  * oln/config/pconf-inc.in: Remove.
    +  * oln/config/pconf.hh: Remove.
    +  * oln/config/pconf-hh.in: Add.
    +
    +  * tests/Makefile.am: Remove ACLOCAL_AMFLAGS and
    +  CONFIGURE_DEPENDENCIES.
    +  * tests/check/Makefile.flags (AM_CPPFLAGS): Adjust directories.
    +  * tests/check/Makefile.check: Adjust directories.
    +  * tests/configure.ac: Remove.
    +
    +  * configure.ac: Merge tests/configure.ac. Use AC_CONFIG_FILES
    +  instead of AC_CONFIG_HEADERS for pconf.inc.
    +  * tests/defs.in (CXXFLAGS): Remove warning options (added by "configure")
    +
    +2003-01-09  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * tests/Makefile.am (SUBDIRS): Correct @OLN_TESTS_SUBDIRS@ to
    +  $(OLN_TESTS_SUBDIRS). Add comments.
    +
    +  * Makefile.am (SUBDIRS): Correct @OLN_SRC_SUBDIRS@ to
    +  $(OLN_SRC_SUBDIRS).  Add comments.
    +
     2003-01-18  Nicolas Burrus  <burrus_n@lrde.epita.fr>
    
            * oln/io/gz_stream.hh: Replace NULL by 0. Add missing forward
    Index: doc/ChangeLog
    from  +2003-01-19  Raphal Poss  <raph@lrde.epita.fr>
    
       * doc/Makefile.am (olnsrc): Do not use OLN_INCLUDE_DIR any more.
    
       * demo/Makefile.am (AM_CXXFLAGS): Use $(CXXFLAGS_STRICT), and
       append $(CXXFLAGS_OPTIMIZE) to CXXFLAGS.
    
       * demo/morpholena.cc: Explode into ...
       * demo/morpholena-base.cc,
       demo/morpholena-opening-closing.cc,
       demo/morpholena-fast-hats.cc,
       demo/morpholena-hats.cc,
       demo/morpholena-grad.cc,
       demo/morpholena-gaussian.cc,
       demo/morpholena-minima-imp.cc,
       demo/morpholena-minima.cc,
       demo/morpholena-hit-miss.cc,
       demo/morpholena-ops.cc,
       demo/morpholena-wshed.cc,
       demo/morpholena-wshed-beucher.cc: New files, and ...
       * demo/Makefile.am (morpholena_SOURCES): Modify accordingly.
    
       * configure.ac: Adjust Olena source path. Use AC_CXX_FLAGS instead
       of AC_WITH_CXX_WARNINGS. Use AC_CONFIG_FILES again.
    
    +2003-01-09  Raphal Poss  <raph@lrde.epita.fr>
    +
    +  * Makefile.am: Comment. Correct @OLN_DOC_SUBDIRS@ to $(OLN_DOC_SUBDIRS).
    +
     2003-01-15  Akim Demaille  <akim@epita.fr>
    
            * configure.ac: Require Autoconf 2.57, Automake 1.7.2.
    Index: tools/ChangeLog
    from  +2003-01-19  Raphal Poss  <raph@lrde.epita.fr>
    
       * utilities/Makefile.am (AM_CXXFLAGS): Use $(CXXFLAGS_STRICT) and
       $(CXXFLAGS_OPTIMIZE).
       * utilities/morpho/Makefile.am (AM_CXXFLAGS): Likewise.
    
       * configure.ac: Fix Olena source directory specification. Indent
       to fit within 80 columns. Use AC_CONFIG_FILES again.
    
        prcs2git-id: 7.26
    7a9eadff
To find the state of this project's repository at the time of any of these versions, check out the tags.