- 20 Dec, 2014 7 commits
-
-
Inge Wallin authored
-
Inge Wallin authored
-
Inge Wallin authored
This gets rid of multiple inheritance in the actual Joint classes
-
Inge Wallin authored
-
Inge Wallin authored
-
Inge Wallin authored
This was natural since *all* of the inherited classes of Force all inherited Force and Item themselves.
-
Inge Wallin authored
-
- 19 Dec, 2014 4 commits
-
-
Inge Wallin authored
Previously Body was a root class and all subclasses of Body inherited both Item and Body. This seemed strange.
-
Inge Wallin authored
-
Inge Wallin authored
-
Inge Wallin authored
-
- 17 Dec, 2014 1 commit
-
-
Inge Wallin authored
-
- 14 Dec, 2014 1 commit
-
-
Inge Wallin authored
This is the first of a small set of cleanup patches that I want to do because there were some refactorings necessary in the frameworks branch. And if I do them there only, it will be very difficult to forward port any bugfixes later.
-
- 28 Nov, 2014 1 commit
-
-
Script Kiddy authored
-
- 10 Nov, 2014 1 commit
-
-
Script Kiddy authored
-
- 14 Oct, 2014 1 commit
-
-
Script Kiddy authored
-
- 13 Sep, 2014 1 commit
-
-
Script Kiddy authored
-
- 18 Aug, 2014 1 commit
-
-
Script Kiddy authored
-
- 12 Aug, 2014 1 commit
-
-
Script Kiddy authored
-
- 04 Aug, 2014 1 commit
-
-
Script Kiddy authored
-
- 31 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 28 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 25 Jul, 2014 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 24 Jul, 2014 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 23 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 22 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 21 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 20 Jul, 2014 3 commits
-
-
Albert Astals Cid authored
Conflicts: step.appdata.xml
-
Albert Astals Cid authored
-
Script Kiddy authored
-
- 16 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 09 Jul, 2014 4 commits
-
-
Raphael Kubo da Costa authored
* KDE/4.14: Stop using a separate option to choose whether to build tests. Fix the build of stepcore tests. SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file)
-
Raphael Kubo da Costa authored
* KDE/4.13: Stop using a separate option to choose whether to build tests. Fix the build of stepcore tests. SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file)
-
Raphael Kubo da Costa authored
There is no reason to use STEPCORE_TESTS instead of KDE's infrastructure with the KDE4_BUILD_TESTS option and the kde4_add_unit_test() macro, which also allows us to get rid of some calls in stepcore_tests' CMakeLists.txt. There's still a lot to be improved in step's build system, though.
-
Raphael Kubo da Costa authored
It fixes errors such as this one, caused by conflicting types being passed to Eigen's Matrix constructor. ../stepcore_tests/contacts.cc:121:54: error: call to constructor of 'StepCore::Vector2d' (aka 'Matrix<double, 2, 1>') is ambiguous << int(StepCore::Contact::Contacted) << (StepCore::Vector2d(1,1e-5)*9.999999e-04).eval() ^ ~~~~~~ /usr/local/include/eigen2/Eigen/src/Core/Matrix.h:348:25: note: candidate constructor EIGEN_STRONG_INLINE Matrix(int x, int y) : m_storage(x*y, x, y) ^ /usr/local/include/eigen2/Eigen/src/Core/Matrix.h:373:25: note: candidate constructor EIGEN_STRONG_INLINE Matrix(const double& x, const double& y) ^ /usr/local/include/eigen2/Eigen/src/Core/Matrix.h:365:25: note: candidate constructor EIGEN_STRONG_INLINE Matrix(const float& x, const float& y) ^ Submitted by: Vadim Zukhov <persgray@gmail.com> REVIEW: 119026
-
- 07 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 03 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 30 Jun, 2014 1 commit
-
-
Script Kiddy authored
-