[roboptim-commit] [laas/roboptim-core] 4e346c: Fix non-scalar constraints support.
Status: Beta
Brought to you by:
flamiraux
From: GitHub <no...@gi...> - 2013-01-31 10:42:40
|
Branch: refs/heads/master Home: https://github.com/laas/roboptim-core Commit: 4e346cf4b4ba7e427480804b4efcbe847e86d003 https://github.com/laas/roboptim-core/commit/4e346cf4b4ba7e427480804b4efcbe847e86d003 Author: Thomas Moulard <tho...@gm...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M include/roboptim/core/problem.hh M include/roboptim/core/problem.hxx M tests/simple.cc Log Message: ----------- Fix non-scalar constraints support. Commit: 0d89786d0db814d38480bf5795714862c4d583db https://github.com/laas/roboptim-core/commit/0d89786d0db814d38480bf5795714862c4d583db Author: Thomas Moulard <tho...@gm...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M tests/cached-function.cc M tests/constant-function.cc M tests/derivable-function.cc M tests/derivable-parametrized-function.cc M tests/finite-difference-gradient.cc M tests/function.cc M tests/identity-function.cc M tests/interval.cc M tests/linear-function.cc M tests/n-times-derivable-function.cc M tests/numeric-linear-function.cc M tests/numeric-quadratic-function.cc M tests/parametrized-function.cc M tests/plugin.cc M tests/problem-cc.cc M tests/quadratic-function.cc M tests/result.cc M tests/shared-tests M tests/simple.cc M tests/split.cc R tests/testsuite.at M tests/twice-derivable-function.cc M tests/util.cc M tests/visualization-gnuplot-function.cc M tests/visualization-gnuplot-simple.cc Log Message: ----------- Port test suite to Boost Test. Since the CMake switch, the test suite output were ignored. Due to the fact that Eigen vectors are displayed differently, most of the tests are currently failing. This will be fixed soon. Compare: https://github.com/laas/roboptim-core/compare/34d393af103c...0d89786d0db8 |