Skip to content
Snippets Groups Projects
  1. Sep 16, 2015
    • Rashad Kanavath's avatar
      ENH: Build examples if a dependent module is available. · 9b896a88
      Rashad Kanavath authored
      Earlier one needs all otb modules to build examples. This single commit
      activate an example and its related test if and only if all of its
      dependent module is activated. The check for a module is done using
      <Module>_LOADED cmake variable. With this change, activating
      BUILD_EXAMPLES=ON works flawlessly irrespective of your build configuration.
      9b896a88
  2. May 04, 2015
  3. Feb 22, 2015
  4. Feb 21, 2015
  5. Feb 19, 2015
  6. Feb 18, 2015
  7. Oct 28, 2014
  8. Jul 13, 2014
  9. Feb 04, 2014
  10. Nov 15, 2013
    • 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
    • Julien Malik's avatar
  11. Mar 15, 2013
  12. Jan 08, 2013
  13. Jan 02, 2013
  14. Jul 09, 2012
  15. Jun 28, 2012
  16. Jun 18, 2012
  17. Jun 15, 2012
  18. Jun 14, 2012
  19. Jun 12, 2012
  20. Jun 08, 2012
  21. Jun 06, 2012
  22. Nov 30, 2011
  23. May 08, 2011
  24. Jan 31, 2011
  25. Nov 24, 2010
  26. Oct 06, 2010
  27. Sep 30, 2010
  28. Sep 23, 2010
  29. Aug 25, 2010
  30. Aug 24, 2010
Loading