- 29 Apr, 2019 1 commit
-
-
Victor Poughon authored
-
- 08 Feb, 2019 2 commits
- 06 Feb, 2019 1 commit
-
-
ctraizet authored
DOC: DocExample default algortihm is now som instead of pca (compilation issue when building without shark)
-
- 14 Jan, 2019 1 commit
-
-
Julien Michel authored
-
- 21 Dec, 2018 1 commit
-
-
Victor Poughon authored
-
- 11 Dec, 2018 1 commit
-
-
Victor Poughon authored
-
- 07 Dec, 2018 1 commit
-
-
Victor Poughon authored
-
- 18 Jul, 2018 1 commit
-
-
Victor Poughon authored
This was done with this script: #!/bin/bash set -eou pipefail # Use C++11 sstream constructor from string # Exclude 'ThirdParty' because it uses ossimFilename type find Modules/ Examples/ -not -iwholename "*ThirdParty*" -type f -print0 | xargs -0 sed -i -E "s/std::ifstream (.*)\((.*)\.c_str\(\)/std::ifstream \1\(\2/" find Modules/ Examples/ -not -iwholename "*ThirdParty*" -type f -print0 | xargs -0 sed -i -E "s/std::ofstream (.*)\((.*)\.c_str\(\)/std::ofstream \1\(\2/" # Use C++11 ::open(const std::string&) of ifstream, ofstream, etc. # Exclude ThirdParty because of ossimFilename type find Modules/ Examples/ -not -iwholename "*ThirdParty*" -type f -print0 | xargs -0 sed -i -E "s/\.open\((.*).c_str\(\)/\.open\(\1/" # No need for c_str when outputing to std::cout and such find Modules/ Examples/ -type f -print0 | xargs -0 sed -i -E "s/\.c_str\(\) ?<</ <</" # Use itk::ExceptionObject::SetDescription and SetLocation string versions find Modules/ Examples/ -type f -print0 | xargs -0 sed -i -E "s/e\.SetDescription\((.*)\.c_str\(\)\)/e\.SetDescription\(\1\)/" find Modules/ Examples/ -type f -print0 | xargs -0 sed -i -E "s/e\.SetLocation\((.*)\.c_str\(\)\)/e\.SetLocation\(\1\)/" # Use itksys::SystemTool:: string versions find Modules/ Examples/ -type f -print0 | xargs -0 sed -i -E "s/itksys::SystemTools::(.*)\((.*)\.c_str\(\)/itksys::SystemTools::\1\(\2/" # Exclude otbLogger because it uses GetCurrentDateTime which does not have a string version git checkout -- Modules/Core/Common/src/otbLogger.cxx # Exclude test/otbOGRLayerStreamStitchingFilter.cxx because there's a double use which is not compatible with the regex git checkout -- Modules/Segmentation/OGRProcessing/test/otbOGRLayerStreamStitchingFilter.cxx
-
- 08 Jun, 2018 1 commit
-
-
Victor Poughon authored
-
- 30 May, 2018 1 commit
-
-
Antoine Regimbeau authored
-
- 28 May, 2018 1 commit
-
-
Antoine Regimbeau authored
-
- 29 Mar, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 12 Mar, 2018 1 commit
-
-
Julien Michel authored
STY: Change ITK_OVERRIDE for override in whole code (find Modules -type f -exec sed -i 's/ITK_OVERRIDE/override/g' {} +)
-
- 07 Mar, 2018 1 commit
-
-
Julien Michel authored
-
- 19 Feb, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 12 Feb, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 15 Dec, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 14 Dec, 2017 2 commits
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- 13 Dec, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 08 Dec, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 04 Dec, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 28 Nov, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 09 Nov, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 02 Nov, 2017 1 commit
-
-
Jordi Inglada authored
-
- 16 Oct, 2017 1 commit
-
-
Jordi Inglada authored
-
- 06 Oct, 2017 1 commit
-
-
Jordi Inglada authored
-
- 03 Oct, 2017 4 commits
-
-
Jordi Inglada authored
application module
-
Jordi Inglada authored
-
Jordi Inglada authored
-
Jordi Inglada authored
-
- 03 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 02 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 25 Apr, 2017 1 commit
-
-
remi cresson authored
-
- 08 Mar, 2017 2 commits
-
-
Sebastien Dinot authored
-
Sebastien Dinot authored
-
- 23 Jan, 2017 1 commit
-
-
Ludovic Hussonnois authored
-
- 16 Jan, 2017 1 commit
-
-
Julien Michel authored
-
- 14 Dec, 2016 1 commit
-
-
Rashad Kanavath authored
-