-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benjamin Chrétien
committed
Jul 29, 2015
1 parent
059ea08
commit 797111a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule shared-tests
updated
29 files
+2 −2 | common.hh | |
+22 −0 | common/CMakeLists.txt | |
+134 −0 | common/throw.cc | |
+56 −0 | fixture.hh | |
+22 −0 | qp/CMakeLists.txt | |
+146 −0 | qp/qp_unconstrained.cc | |
+1 −1 | roboptim/distance-to-sphere.cc | |
+2 −2 | schittkowski/problem_40.cc | |
+2 −2 | schittkowski/problem_47.cc | |
+2 −2 | schittkowski/problem_48.cc | |
+2 −2 | schittkowski/problem_49.cc | |
+2 −2 | schittkowski/problem_50.cc | |
+2 −2 | schittkowski/problem_51.cc | |
+2 −2 | schittkowski/problem_52.cc | |
+2 −2 | schittkowski/problem_53.cc | |
+2 −2 | schittkowski/problem_55.cc | |
+2 −2 | schittkowski/problem_56.cc | |
+2 −2 | schittkowski/problem_61.cc | |
+2 −2 | schittkowski/problem_63.cc | |
+2 −2 | schittkowski/problem_66.cc | |
+4 −4 | schittkowski/problem_71b.cc | |
+2 −2 | schittkowski/problem_72.cc | |
+2 −2 | schittkowski/problem_76.cc | |
+2 −2 | schittkowski/problem_78.cc | |
+2 −2 | schittkowski/problem_79.cc | |
+2 −2 | schittkowski/problem_80.cc | |
+2 −2 | schittkowski/problem_81.cc | |
+105 −0 | serialize.hh | |
+18 −5 | tests.cmake |