Skip to content
Snippets Groups Projects
  1. Oct 13, 2016
  2. Sep 23, 2016
  3. Sep 15, 2016
  4. Jul 20, 2016
  5. Jun 16, 2016
    • Manuel Grizonnet's avatar
      ENH: Explicitly recognize virtual functions in applications · 29522e41
      Manuel Grizonnet authored
              clang-tidy tool can insert missing override keyword as a macro so that missing [optional] virtual identifiers can be easily added.
      
              build otb with clang 3.8 and use cmake option CMAKE_EXPORT_COMPILE_COMMANDS=ON. Most modules and third parties have been activated.
      
              #Run clang modernize check using utility script which allow to process the code in parallel (only on Applications directory)
              python run-clang-tidy.py -clang-tidy-binary ~/software/clang+llvm-3.8.0-x86_64-linux-gnu-ubuntu-14.04/bin/clang-tidy -checks=-*,modernize-use-override -header-filter=/home/grizonnetm/projets/otb/src/OTB/Modules/Modules/Applications/.*/include/.* -j8 -fix -p ~/projets/otb/bin/release/OTB-clang3.8/ ~/projets/otb/src/OTB/Modules/Applications/*/app/*.cxx  > ~/temporary/run-clang-tidy-app-log.txt
      
              #Replace override by ITK macro (to maintain compat with c++98) in Modules/Applications
              find . -type f -print -name "*.cxx" |xargs perl -pi -e 's/\ override/\ ITK_OVERRIDE/g'
      29522e41
  6. Jan 04, 2016
    • Rashad Kanavath's avatar
      ENH: apply spelling.patch from DebianGIS · 8cafd175
      Rashad Kanavath authored
      This is a big one without much harm. It fixes incorrect spelling
      and grammer when packaging OTB 5.0.0 and 5.2.0 for Debian.
      Most of these changes are done by developers at DebianGIS.
      For more info, I include the original patch header below.
      Description: Fix some spelling errors to silence lintian
      enabling  to concentrate on the real problem.
      Author: Andreas Tille <tille@debian.org>
      Author: Rashad Kanavath <rashad.kanavath@c-s.fr>
      Author: Bas Couwenberg <sebastic@xs4all.nl>
      Last-Update: 2015-12-22
      8cafd175
  7. Aug 03, 2015
  8. Jun 25, 2015
  9. Apr 28, 2015
  10. Feb 20, 2015
  11. Feb 18, 2015
  12. Dec 19, 2014
  13. Nov 05, 2014
  14. Oct 28, 2014
  15. Sep 10, 2014
  16. Sep 01, 2014
  17. Aug 29, 2014
  18. Aug 28, 2014
  19. Aug 26, 2014
  20. Aug 22, 2014
  21. Aug 21, 2014
  22. Aug 06, 2014
    • Christophe Palmann's avatar
      Renamed sources <classname>2.h to <classname>.h and so on. Suppressed... · 5c132c4a
      Christophe Palmann authored
      Renamed sources <classname>2.h to <classname>.h and so on. Suppressed otbAtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms class. Added otbRadiometryCorrectionParametersToAtmosphericRadiativeTerms class instead. Tried to make those classes more reliable and more similar : otbReflectanceToSurfaceReflectanceImageFilter otbSurfaceAdjacencyEffectCorrectionSchemeFilter otbSurfaceReflectanceToReflectanceFilter. Warning : Task on otbAtmosphericEffects class not finished. Test about this class is still deactivated.
      5c132c4a
  23. Jun 11, 2014
  24. May 13, 2014
  25. Apr 11, 2014
  26. Apr 10, 2014
  27. Apr 09, 2014
  28. Mar 19, 2014
  29. Jul 11, 2013
  30. May 15, 2013
  31. Apr 23, 2013
  32. Apr 22, 2013
Loading