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