- 02 Sep, 2019 2 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- 07 Feb, 2019 1 commit
-
-
* 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" {} \;
-
- 06 Feb, 2019 1 commit
-
-
stevet authored
-
- 06 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
- old constructor is deprecated.
-
- 18 May, 2017 1 commit
-
-
- 10 May, 2017 3 commits
-
-