[roboptim-commit] [laas/roboptim-core] f5d57d: Fix test suite.
Status: Beta
Brought to you by:
flamiraux
From: GitHub <no...@gi...> - 2013-02-01 06:15:00
|
Branch: refs/heads/master Home: https://github.com/laas/roboptim-core Commit: f5d57de2d0ad445e5928a724bf2ac19f8026f4af https://github.com/laas/roboptim-core/commit/f5d57de2d0ad445e5928a724bf2ac19f8026f4af Author: Thomas Moulard <tho...@gm...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M include/roboptim/core/constant-function.hh M include/roboptim/core/derivable-parametrized-function.hh M include/roboptim/core/derivative-size.hh M include/roboptim/core/differentiable-function.hh M include/roboptim/core/filter/cached-function.hh M include/roboptim/core/filter/cached-function.hxx M include/roboptim/core/filter/split.hh M include/roboptim/core/filter/split.hxx M include/roboptim/core/finite-difference-gradient.hh M include/roboptim/core/finite-difference-gradient.hxx M include/roboptim/core/function.hh M include/roboptim/core/fwd.hh M include/roboptim/core/linear-function.hh M include/roboptim/core/n-times-derivable-function.hh M include/roboptim/core/n-times-derivable-function.hxx M include/roboptim/core/problem.hh M include/roboptim/core/quadratic-function.hh M include/roboptim/core/sum-of-c1-squares.hh M include/roboptim/core/twice-differentiable-function.hh M include/roboptim/core/util.hh M include/roboptim/core/util.hxx M src/constant-function.cc M src/differentiable-function.cc M src/finite-difference-gradient.cc M src/identity-function.cc M src/numeric-linear-function.cc M src/numeric-quadratic-function.cc M src/quadratic-function.cc M src/sum-of-c1-squares.cc M src/twice-differentiable-function.cc M src/visualization/gnuplot.cc M tests/cached-function.cc M tests/cached-function.stdout M tests/constant-function.stdout M tests/derivable-function.cc M tests/derivable-function.stdout M tests/derivable-parametrized-function.stdout M tests/finite-difference-gradient.cc M tests/function.stdout M tests/identity-function.stdout M tests/linear-function.stdout M tests/n-times-derivable-function.stdout M tests/numeric-linear-function.stdout M tests/numeric-quadratic-function.stdout M tests/parametrized-function.stdout M tests/plugin.stdout M tests/problem-cc.cc M tests/quadratic-function.stdout M tests/shared-tests M tests/simple.cc M tests/simple.stdout M tests/split.cc M tests/split.stdout M tests/twice-derivable-function.cc M tests/twice-derivable-function.stdout M tests/visualization-gnuplot-function.stdout M tests/visualization-gnuplot-simple.stdout Log Message: ----------- Fix test suite. Commit: 7b68276175026375d484e6666d98bba98e96eb90 https://github.com/laas/roboptim-core/commit/7b68276175026375d484e6666d98bba98e96eb90 Author: Thomas Moulard <tho...@gm...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M CMakeLists.txt Log Message: ----------- Enable -Werror again. Compare: https://github.com/laas/roboptim-core/compare/6be66689783f...7b6827617502 |