Skip to content
Snippets Groups Projects
  1. Feb 07, 2019
    • Joseph Mirabel's avatar
      Prepend HPP_ to header guards · eb686fe2
      Joseph Mirabel authored and Joseph Mirabel's avatar Joseph Mirabel committed
      eb686fe2
    • 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
  2. Jan 16, 2018
  3. Jan 10, 2018
  4. Nov 15, 2017
  5. Jun 14, 2016
  6. Apr 01, 2016
  7. Mar 15, 2016
  8. Mar 11, 2016
  9. Jun 30, 2015
  10. Apr 24, 2015
  11. Apr 16, 2015
  12. Mar 13, 2014
  13. Aug 15, 2013
  14. Sep 19, 2012
  15. Aug 23, 2012
  16. Aug 03, 2012
  17. Jul 29, 2012
  18. Jul 25, 2012
  19. Jul 16, 2012
  20. Jul 09, 2012
  21. Jun 19, 2012
  22. Jun 11, 2012
  23. Jun 09, 2012
  24. Jun 07, 2012
  25. Jun 03, 2012
  26. Feb 22, 2012
  27. Dec 08, 2011
  28. Dec 06, 2011
  29. Dec 05, 2011
  30. Sep 29, 2011
  31. Sep 12, 2011
Loading