Skip to content
Snippets Groups Projects
  1. Mar 03, 2020
  2. Feb 27, 2020
  3. Dec 08, 2019
  4. Nov 14, 2019
  5. Sep 18, 2019
  6. Feb 07, 2019
    • Joseph Mirabel's avatar
      Wrap library into namespace hpp. · 788afa0d
      Joseph Mirabel authored and Joseph Mirabel's avatar Joseph Mirabel committed
      * 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" {} \;
      788afa0d
  7. Jan 02, 2019
  8. Jun 30, 2015
Loading