- 06 Aug, 2019 1 commit
-
-
Justin Carpentier authored
This is for making the code compliant with new policy in C++17.
-
- 12 Jun, 2019 4 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- 07 Feb, 2019 3 commits
-
-
-
-
* Commands executed: * find include src test -iname "*.h" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$i} // namespace hpp\n" {} \; * find src -iname "*.cpp" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$a\\\n} // namespace hpp" {} \; * find test/ -iname "*.cpp" -type f -exec sed -i "s/using namespace fcl/using namespace hpp::fcl/; s/fcl::/hpp::fcl::/g" {} \;
-
- 10 Jan, 2018 1 commit
-
-
- 29 Sep, 2016 1 commit
-
-
jcarpent authored
-
- 12 Jul, 2016 1 commit
-
-
jcarpent authored
-
- 29 Jun, 2016 1 commit
-
-
Valenza Florian authored
Added functions to convert an assimp scene to a mesh. hpp-fcl is compatible with 2.0 < assimp < 3.0.0
-