- 09 Oct, 2020 7 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 06 Oct, 2020 4 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
Enhance C++11 support for Windows
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 05 Oct, 2020 2 commits
-
-
Justin Carpentier authored
Support msvc v142 compiler
-
Justin Carpentier authored
-
- 04 Oct, 2020 3 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 03 Oct, 2020 5 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
Add support of joint friction and dampings
-
- 02 Oct, 2020 16 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
-
The MSVC v142 parser (version 16.7 Preview 4) seems to have problems with some specific template expressions if they contain multiple parenthesis. As a workaround, avoid to have double parenthesis.
-
Pinocchio with its heavely templated code create a huge number of sections, and to avoid C1128 errors, the simpler solution is to always pass /bigobj on MSVC to compilation units that link pinocchio. The only downside of this approach is that library generates with this option cannot be linked with linkers shipped with Visual Studio 2005 or earlier, that I think it is not a problem in practice.
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- 23 Sep, 2020 1 commit
-
-
Justin Carpentier authored
Fix pickling of std::{vector,map} and add testing
-
- 22 Sep, 2020 2 commits
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-