This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "roboptim-core".
The branch, master has been updated via 6130f6bad150054f656ee2099771d78bee8b2132 (commit) from 11f0b418862fd26d07643b1eaa35ab4e1d34af48 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6130f6bad150054f656ee2099771d78bee8b2132 Author: Thomas Moulard <thomas.moul...@gmail.com> Date: Wed Mar 3 11:06:42 2010 +0100 Distribute filters in a separate sub-directory. * include/Makefile.am: Fix path. * include/roboptim/core/filter/cached-function.hh: Rename from include/roboptim/core/cached-function.hh. * include/roboptim/core/filter/cached-function.hxx: Rename from include/roboptim/core/cached-function.hxx. * tests/cached-function.cc: Fix include. Signed-off-by: Thomas Moulard <thomas.moul...@gmail.com> diff --git a/ChangeLog b/ChangeLog index f9b9ded..47bf03d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2010-03-03 Thomas Moulard <thomas.moul...@gmail.com> + + Distribute filters in a separate sub-directory. + * include/Makefile.am: Fix path. + * include/roboptim/core/filter/cached-function.hh: + Rename from include/roboptim/core/cached-function.hh. + * include/roboptim/core/filter/cached-function.hxx: + Rename from include/roboptim/core/cached-function.hxx. + * tests/cached-function.cc: Fix include. + 2010-03-01 Thomas Moulard <thomas.moul...@gmail.com> Use shared pointers in caching proxy. diff --git a/include/Makefile.am b/include/Makefile.am index d6b0b98..de2cb13 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,8 +2,6 @@ include $(top_srcdir)/build-aux/init.mk # --- Distribute and install headers. nobase_include_HEADERS = \ - roboptim/core/cached-function.hh \ - roboptim/core/cached-function.hxx \ roboptim/core/constant-function.hh \ roboptim/core/debug.hh \ roboptim/core/derivable-function.hh \ @@ -40,6 +38,12 @@ nobase_include_HEADERS = \ roboptim/core/util.hh \ roboptim/core/util.hxx +# Function filters. +nobase_include_HEADERS += \ + roboptim/core/filter/cached-function.hh \ + roboptim/core/filter/cached-function.hxx + + # Built-in plug-in. nobase_include_HEADERS += \ roboptim/core/plugin/dummy.hh diff --git a/include/roboptim/core/cached-function.hh b/include/roboptim/core/filter/cached-function.hh similarity index 98% rename from include/roboptim/core/cached-function.hh rename to include/roboptim/core/filter/cached-function.hh index 5c032e4..8d50d55 100644 --- a/include/roboptim/core/cached-function.hh +++ b/include/roboptim/core/filter/cached-function.hh @@ -110,5 +110,5 @@ namespace roboptim } // end of namespace roboptim -# include <roboptim/core/cached-function.hxx> +# include <roboptim/core/filter/cached-function.hxx> #endif //! ROBOPTIM_CORE_CACHED_FUNCTION_HH diff --git a/include/roboptim/core/cached-function.hxx b/include/roboptim/core/filter/cached-function.hxx similarity index 100% rename from include/roboptim/core/cached-function.hxx rename to include/roboptim/core/filter/cached-function.hxx diff --git a/tests/cached-function.cc b/tests/cached-function.cc index 5c5efcc..d279d37 100644 --- a/tests/cached-function.cc +++ b/tests/cached-function.cc @@ -19,10 +19,10 @@ #include <iostream> -#include <roboptim/core/cached-function.hh> #include <roboptim/core/io.hh> #include <roboptim/core/derivable-function.hh> #include <roboptim/core/util.hh> +#include <roboptim/core/filter/cached-function.hh> using namespace roboptim; ----------------------------------------------------------------------- Summary of changes: ChangeLog | 10 ++++++++++ include/Makefile.am | 8 ++++++-- .../roboptim/core/{ => filter}/cached-function.hh | 2 +- .../roboptim/core/{ => filter}/cached-function.hxx | 0 tests/cached-function.cc | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) rename include/roboptim/core/{ => filter}/cached-function.hh (98%) rename include/roboptim/core/{ => filter}/cached-function.hxx (100%) hooks/post-receive -- roboptim-core ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ roboptim-commit mailing list roboptim-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/roboptim-commit