Skip to content
Snippets Groups Projects
  1. Jun 08, 2018
  2. May 30, 2018
  3. May 28, 2018
  4. Mar 29, 2018
  5. Mar 12, 2018
  6. Mar 07, 2018
  7. Feb 19, 2018
  8. Feb 12, 2018
  9. Dec 15, 2017
  10. Dec 14, 2017
  11. Dec 13, 2017
  12. Dec 08, 2017
  13. Dec 04, 2017
  14. Nov 28, 2017
  15. Nov 09, 2017
  16. Nov 02, 2017
  17. Oct 16, 2017
  18. Oct 06, 2017
  19. Oct 03, 2017
  20. May 03, 2017
  21. May 02, 2017
  22. Apr 25, 2017
  23. Mar 08, 2017
  24. Jan 23, 2017
  25. Jan 16, 2017
  26. Dec 14, 2016
  27. Sep 19, 2016
  28. 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
  29. 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
  30. Nov 10, 2015
  31. Feb 18, 2015
Loading