- Mar 03, 2020
-
-
Joseph Mirabel authored
-
- Feb 27, 2020
-
-
Joseph Mirabel authored
-
- Dec 08, 2019
-
-
Justin Carpentier authored
It will avoid conflicts with other libs that already implements some of these bindings
-
Justin Carpentier authored
-
- Nov 14, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Sep 18, 2019
-
-
Joseph Mirabel authored
-
- Feb 07, 2019
-
-
* 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" {} \;
-
- Jan 02, 2019
-
-
Joseph Mirabel authored
-
- Jun 30, 2015
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-