Skip to content
Snippets Groups Projects
  1. Feb 24, 2015
  2. Feb 20, 2015
  3. Feb 19, 2015
  4. Feb 18, 2015
  5. Feb 12, 2015
  6. Jan 29, 2015
    • Manuel Grizonnet's avatar
      BUG: Mantis 950 - compatibility with cmake 3.0 · 4ea12b22
      Manuel Grizonnet authored
      Drop reference to cmake macro CMAKE_IMPORT_BUILD_SETTINGS and
      CMAKE_EXPORT_BUILD_SETTINGS. Those macros seems to do nothing since CMake
      2.8. It should allow to compile current trunk with cmake 3.0 wainting for the
      new modular OTB which rewrite completely cmake configuration.
      4ea12b22
  7. Oct 15, 2014
  8. Sep 19, 2014
  9. Sep 05, 2014
  10. Jul 09, 2014
  11. May 21, 2014
  12. Feb 04, 2014
  13. 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
  14. Jan 08, 2014
  15. Mar 22, 2014
  16. Dec 18, 2013
    • Manuel Grizonnet's avatar
      CLEAN: remove dependency to pqxx and remove all related classes · b4efcdce
      Manuel Grizonnet authored
      OTB does not support anymore classes which use pqxx in version 4.0:
      
      Classes removed in OTBv4 are:
              - PostGISConnectionImplementation
              - PostGISTable
              - GISTableFunction
              - PostGISCreateTableTransactor
              - PostGISFromStringTransactor
              - PostGISQueryTransactor
              - TransactorGISTableFunction
      
      You can still access to these classes, related tests and examples in OTB 3.20.
      b4efcdce
  17. 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
  18. Oct 25, 2013
  19. Sep 30, 2013
  20. Jul 23, 2013
  21. Jul 19, 2013
  22. Jul 18, 2013
  23. Jun 21, 2013
  24. May 28, 2013
  25. May 22, 2013
  26. Apr 24, 2013
  27. Mar 25, 2013
  28. Mar 20, 2013
Loading