Skip to content
Snippets Groups Projects
  1. Nov 15, 2013
    • Julien Malik's avatar
      e82a5ec5
    • Julien Malik's avatar
      STYLE: Remove CMake-language block-end arguments · e84f23c4
      Julien Malik authored
      Ancient versions of CMake required else(), endif(), and similar block
      termination commands to have arguments matching the command starting the
      block.  This is no longer the preferred style.
      
      NOTE: MUST USE GNU compliant version of sed
      Run the following shell code (Adopted from Brad King scripts for CMake):
      
      for c in else endif endforeach endfunction endmacro endwhile; do
          echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/'
      done >convert.sed \
      && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' \
         | xargs sed -i -f convert.sed \
      && rm convert.sed
      
      
      This has been adapted from ITK commit e52dbe7fa476f6283c9b9d1507fca052355113a4
      e84f23c4
    • Julien Malik's avatar
      STYLE: switch all CMake files to lower case format · c89f9a38
      Julien Malik authored
      This modification is based according to
      the process described in ITK/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
      c89f9a38
  2. Jun 19, 2013
  3. Mar 19, 2013
  4. Jan 29, 2013
  5. Jan 08, 2013
  6. Jan 09, 2013
  7. Jul 24, 2012
  8. Jun 22, 2012
  9. May 31, 2012
  10. May 30, 2012
  11. May 29, 2012
  12. May 28, 2012
  13. May 27, 2012
  14. May 26, 2012
  15. May 25, 2012
  16. May 24, 2012
  17. May 23, 2012
  18. May 22, 2012
  19. Apr 03, 2012
  20. Mar 31, 2011
  21. Jul 22, 2011
  22. Jul 20, 2011
  23. Jul 12, 2011
  24. Jun 06, 2011
  25. May 29, 2011
  26. May 27, 2011
  27. May 26, 2011
  28. May 08, 2011
  29. May 04, 2011
  30. Apr 17, 2011
Loading