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