- 29 Apr, 2019 1 commit
-
-
Victor Poughon authored
-
- 14 Jan, 2019 1 commit
-
-
Julien Michel authored
-
- 18 Dec, 2018 1 commit
-
-
Julien Michel authored
COMP: Fix compilation error on pansharpening application (can not convert to ImageToImageFilter instance)
-
- 07 Dec, 2018 1 commit
-
-
Victor Poughon authored
-
- 20 Jul, 2018 1 commit
-
-
Victor Poughon 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' {} +)
-
- 09 Nov, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 17 Aug, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 23 May, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 03 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 02 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 08 Mar, 2017 2 commits
-
-
Sebastien Dinot authored
-
Sebastien Dinot authored
-
- 23 Jan, 2017 1 commit
-
-
Ludovic Hussonnois authored
-
- 09 Jan, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 23 Dec, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 24 Nov, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 24 Jun, 2016 1 commit
-
-
Guillaume Pasero authored
-
- 16 Jun, 2016 1 commit
-
-
Manuel Grizonnet authored
clang-tidy tool can insert missing override keyword as a macro so that missing [optional] virtual identifiers can be easily added. build otb with clang 3.8 and use cmake option CMAKE_EXPORT_COMPILE_COMMANDS=ON. Most modules and third parties have been activated. #Run clang modernize check using utility script which allow to process the code in parallel (only on Applications directory) 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-override -header-filter=/home/grizonnetm/projets/otb/src/OTB/Modules/Modules/Applications/.*/include/.* -j8 -fix -p ~/projets/otb/bin/release/OTB-clang3.8/ ~/projets/otb/src/OTB/Modules/Applications/*/app/*.cxx > ~/temporary/run-clang-tidy-app-log.txt #Replace override by ITK macro (to maintain compat with c++98) in Modules/Applications find . -type f -print -name "*.cxx" |xargs perl -pi -e 's/\ override/\ ITK_OVERRIDE/g'
-
- 14 Mar, 2016 2 commits
-
-
Julien Michel authored
ENH: Using the new, faster filter for zooming xs image in phr mode (in applications Superimpose and BundleToPerfectSensor)
-
Julien Michel authored
BUG: Ensure that the Superimpose and BundleToPerfectSensor app reports the correcte geometry information (mantis #1153)
-
- 04 Jan, 2016 1 commit
-
-
Rashad Kanavath authored
This is a big one without much harm. It fixes incorrect spelling and grammer when packaging OTB 5.0.0 and 5.2.0 for Debian. Most of these changes are done by developers at DebianGIS. For more info, I include the original patch header below. Description: Fix some spelling errors to silence lintian enabling to concentrate on the real problem. Author: Andreas Tille <tille@debian.org> Author: Rashad Kanavath <rashad.kanavath@c-s.fr> Author: Bas Couwenberg <sebastic@xs4all.nl> Last-Update: 2015-12-22
-
- 04 May, 2015 1 commit
-
-
Guillaume Pasero authored
-
- 25 Feb, 2015 1 commit
-
-
Julien Michel authored
-
- 23 Feb, 2015 1 commit
-
-
Julien Michel authored
-
- 18 Feb, 2015 2 commits
-
-
Julien Malik authored
-
Julien Malik authored
-