Skip to content
Snippets Groups Projects
  1. Oct 23, 2019
  2. Oct 09, 2019
  3. Sep 13, 2019
  4. Sep 06, 2019
  5. Sep 02, 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. Feb 06, 2019
  8. Dec 07, 2018
  9. Dec 06, 2018
  10. Dec 29, 2016
  11. Jun 20, 2016
  12. Jun 14, 2016
  13. Jun 30, 2015
  14. Apr 24, 2015
  15. Apr 16, 2015
  16. Sep 19, 2012
  17. Sep 05, 2012
  18. Sep 04, 2012
Loading