- Sep 02, 2019
-
-
Joseph Mirabel authored
-
- Aug 28, 2019
-
-
Lucile Remigy 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 10, 2018
-
-
- Jun 20, 2016
-
-
jcarpent authored
-
- Jun 14, 2016
-
-
- Mar 15, 2016
-
-