- 18 Nov, 2016 1 commit
-
-
Julien Michel authored
-
- 16 Jun, 2016 1 commit
-
-
Manuel Grizonnet authored
Where available, use c++11 features to identify potential nullptr usage errors. 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-nullptr -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/Modules/*/*/app/*.cxx ~/projets/otb/src/OTB/Examples/*/*.cxx ~/projets/otb/src/OTB/Modules/*/*/test/*.cxx > ~/temporary/run-clang-tidy-nullptr-log.txt find . -type f -print -name "*.h" -o -name "*.txx" -o -name "*.cxx" |xargs perl -pi -e 's/nullptr/ITK_NULLPTR/g'
-
- 20 Nov, 2015 1 commit
-
-
Rashad Kanavath authored
-
- 02 Nov, 2015 1 commit
-
-
Julien Michel authored
COMP: Adding a new method in the version proxy to wrap the GetDriver()->GetName() code, and use it in Segmentation application
-
- 15 Oct, 2015 1 commit
-
-
Julien Michel authored
ENH: Remove the TestCapability() method from the proxy namespace, has it is only needed for the Delete() method and does not exist anymore in gdal 2.x. Improved Delete() method instead, and simplified OGRDataSourceWrapper and OGRVectorDataIO code accordingly.
-
- 12 Oct, 2015 2 commits
-
-
Julien Michel authored
-
Julien Michel authored
-
- 02 Oct, 2015 1 commit
-
-
Julien Michel authored
-
- 30 Sep, 2015 1 commit
-
-
Julien Michel authored
ENH: Adding proper detection of gdal version >= 2.0 and report in configuration header. The class OGRVersionProxy serves as a proxy containing #if switches between gdal 1.x and gdal 2.x implementations
-