Skip to content
Snippets Groups Projects
  1. Sep 18, 2019
  2. Sep 03, 2019
  3. Jul 23, 2019
  4. 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
  5. May 09, 2017
  6. Jun 14, 2016
  7. Jun 30, 2015
  8. Apr 24, 2015
  9. Apr 16, 2015
  10. May 31, 2014
  11. Mar 04, 2014
  12. Aug 30, 2013
  13. Aug 15, 2013
  14. Sep 19, 2012
Loading