Skip to content
Snippets Groups Projects
  1. Feb 22, 2015
  2. Feb 21, 2015
  3. Feb 19, 2015
  4. Feb 18, 2015
  5. Feb 02, 2015
  6. Oct 28, 2014
  7. Jul 13, 2014
  8. Jan 28, 2014
    • Mickael Savinaud's avatar
      REFAC: remove the visualization framework from OTB · 887ec784
      Mickael Savinaud authored
       All this stuff have been moved into Monteverdi
       To achieve this goal, I removed:
       - Utilities/FLTK
       - Code/Gui
       - Code/Visu (old visualization framework)
       - Code/Visualization
       - and their relative tests and examples
      Some modifications have been also done into some CMakelists.txt to remove all links to visualization
      887ec784
  9. 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
  10. Jan 08, 2013
  11. Jul 05, 2012
  12. Jul 24, 2011
  13. Jul 22, 2011
  14. Jul 12, 2011
  15. Jun 08, 2011
  16. May 08, 2011
  17. May 04, 2011
  18. Apr 17, 2011
  19. Mar 17, 2011
  20. Feb 01, 2011
  21. Jan 31, 2011
  22. Oct 06, 2010
  23. Sep 13, 2010
  24. Jul 07, 2010
  25. Apr 01, 2010
  26. Mar 02, 2010
  27. Feb 21, 2010
  28. Feb 14, 2010
  29. Jan 22, 2010
  30. Jan 17, 2010
  31. Dec 16, 2009
  32. Dec 01, 2009
  33. Nov 18, 2009
Loading