Skip to content
Snippets Groups Projects
  1. Apr 27, 2017
  2. Apr 12, 2017
  3. Apr 04, 2017
  4. Mar 08, 2017
  5. Feb 10, 2017
  6. Feb 09, 2017
  7. Feb 08, 2017
  8. Feb 07, 2017
  9. Feb 06, 2017
  10. Feb 01, 2017
  11. Jan 31, 2017
  12. Jan 26, 2017
  13. Jan 24, 2017
  14. Jan 10, 2017
  15. Dec 01, 2016
  16. Nov 30, 2016
  17. Nov 29, 2016
  18. Nov 17, 2016
  19. Oct 31, 2016
  20. Oct 24, 2016
    • Manuel Grizonnet's avatar
      ENH: add ITK_OVERRIDE when missing · 8de50fda
      Manuel Grizonnet authored
      Add ITK_OVERRIDE msotly in Monteverdi
      
      save override in OTB (need to manually fix this after tidy)
        cd src/Modules ; grep -nR "override" * > ~/temporary/override_otb.txt
        cd ~/software
        python run-clang-tidy.py -checks=-*,modernize-use-override -header-filter=/home/grizonnetm/projets/otb/src/OTB/Modules/.*/.*/include/.* -j8 -fix -p ~/projets/otb/bin/release/OTB-clang3.8/ ~/projets/otb/src/OTB/Modules/*/*/src/*.cxx ~/projets/otb/src/OTB/Examples/*/*.cxx ~/projets/otb/src/OTB/Modules/*/*/test/*.cxx > ~/temporary/run-clang-tidy-log.txt
        #rename override with ITK macro ITK_OVERRIDE
        cd src/Modules
        find . -path ./ThirdParty -prune -o -type f -print -name "*.h" -o -name "*.txx" | xargs perl -pi -e 's/\ override/\ ITK_OVERRIDE/g'
      8de50fda
    • Guillaume Pasero's avatar
      a95d786b
  21. Oct 20, 2016
  22. Oct 04, 2016
Loading