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 7943b4f0089d67ad40cb7a8887e0e2e20fccedfd (commit)
from 6130f6bad150054f656ee2099771d78bee8b2132 (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 7943b4f0089d67ad40cb7a8887e0e2e20fccedfd
Author: Thomas Moulard <[email protected]>
Date: Wed Mar 3 11:27:09 2010 +0100
Add root-level header to easy library use.
* include/roboptim/core.hh: New.
Signed-off-by: Thomas Moulard <[email protected]>
diff --git a/ChangeLog b/ChangeLog
index 47bf03d..8190bbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-03-03 Thomas Moulard <[email protected]>
+ Add root-level header to easy library use.
+ * include/roboptim/core.hh: New.
+
+2010-03-03 Thomas Moulard <[email protected]>
+
Distribute filters in a separate sub-directory.
* include/Makefile.am: Fix path.
* include/roboptim/core/filter/cached-function.hh:
diff --git a/include/roboptim/core.hh b/include/roboptim/core.hh
new file mode 100644
index 0000000..109edb4
--- /dev/null
+++ b/include/roboptim/core.hh
@@ -0,0 +1,65 @@
+// Copyright (C) 2010 by Thomas Moulard, AIST, CNRS, INRIA.
+//
+// This file is part of the roboptim.
+//
+// roboptim is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// roboptim is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with roboptim. If not, see <http://www.gnu.org/licenses/>.
+
+#ifndef ROBOPTIM_CORE_HH
+# define ROBOPTIM_CORE_HH
+# include <roboptim/core/sys.hh>
+# include <roboptim/core/debug.hh>
+
+// Generic headers.
+# include <roboptim/core/fwd.hh>
+# include <roboptim/core/io.hh>
+# include <roboptim/core/visualization/fwd.hh>
+
+
+// Main headers.
+# include <roboptim/core/result-with-warnings.hh>
+# include <roboptim/core/constant-function.hh>
+# include <roboptim/core/derivable-function.hh>
+# include <roboptim/core/derivable-parametrized-function.hh>
+# include <roboptim/core/finite-difference-gradient.hh>
+# include <roboptim/core/function.hh>
+# include <roboptim/core/generic-solver.hh>
+# include <roboptim/core/identity-function.hh>
+# include <roboptim/core/indent.hh>
+# include <roboptim/core/linear-function.hh>
+# include <roboptim/core/n-times-derivable-function.hh>
+# include <roboptim/core/numeric-linear-function.hh>
+# include <roboptim/core/numeric-quadratic-function.hh>
+# include <roboptim/core/parametrized-function.hh>
+# include <roboptim/core/problem.hh>
+# include <roboptim/core/quadratic-function.hh>
+# include <roboptim/core/result.hh>
+# include <roboptim/core/solver-error.hh>
+# include <roboptim/core/solver-factory.hh>
+# include <roboptim/core/solver-warning.hh>
+# include <roboptim/core/solver.hh>
+# include <roboptim/core/twice-derivable-function.hh>
+# include <roboptim/core/util.hh>
+
+
+// Filters.
+# include <roboptim/core/filter/cached-function.hh>
+
+
+// Visualization.
+# include <roboptim/core/visualization/gnuplot.hh>
+# include <roboptim/core/visualization/gnuplot-commands.hh>
+# include <roboptim/core/visualization/gnuplot-function.hh>
+
+
+#endif //! ROBOPTIM_CORE_HH
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++
include/roboptim/core.hh | 65 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+), 0 deletions(-)
create mode 100644 include/roboptim/core.hh
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/roboptim-commit