- Apr 26, 2018
-
-
Antoine Regimbeau authored
-
- Mar 12, 2018
-
-
Julien Michel authored
STY: Change ITK_OVERRIDE for override in whole code (find Modules -type f -exec sed -i 's/ITK_OVERRIDE/override/g' {} +)
-
- Feb 16, 2018
-
-
Guillaume Pasero authored
-
- Feb 12, 2018
-
-
Guillaume Pasero authored
-
- Oct 25, 2017
-
-
Antoine Regimbeau authored
-
- May 03, 2017
-
- May 02, 2017
-
-
Marina Bertolino authored
-
- Mar 08, 2017
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- Jan 23, 2017
-
-
Ludovic Hussonnois authored
-
- Dec 14, 2016
-
-
Rashad Kanavath authored
-
- Sep 15, 2016
-
-
Manuel Grizonnet authored
-
- Jun 16, 2016
-
-
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'
-
- Jan 04, 2016
-
-
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
-
- Jun 25, 2015
-
-
Mickael Savinaud authored
-
- Jun 05, 2015
-
-
Julien Michel authored
-
Julien Michel authored
-
- Feb 18, 2015
-
-
Julien Malik authored
-
- Jul 03, 2014
-
-
Julien Michel authored
-
- Mar 27, 2013
-
-
Manuel Grizonnet authored
-
- Oct 29, 2012
-
-
Julien Michel authored
-
Julien Michel authored
-
- Jun 14, 2012
-
-
Manuel Grizonnet authored
now compliant with ouptput parameters behaviour (commit from the 4th of June). Not sure it is the best solution. Ity allows to keep baselines related to ReadImageInfo application like this
-
- Feb 02, 2012
-
-
Manuel Grizonnet authored
-
- Jan 25, 2012
-
-
Manuel Grizonnet authored
-
Cyrille Valladeau authored
-
- Jan 24, 2012
-
-
Guillaume Pasero authored
-
- Jan 16, 2012
-
-
Cyrille Valladeau authored
-
- Jan 11, 2012
-
-
Otmane Lahlou authored
-
- Jan 05, 2012
-
-
Julien Michel authored
-
- Dec 22, 2011
-
-
Julien Michel authored
-
- Dec 24, 2011
-
-
OTB Bot authored
-
Julien Malik authored
-
- Dec 23, 2011
-
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
- Dec 16, 2011
-
-
Julien Malik authored
-
- Dec 07, 2011
-
-
Julien Malik authored
SetName needs access to DocExample structure, which is created during initialization
-
Julien Malik authored
-
Cyrille Valladeau authored
-
- Dec 06, 2011
-
-
Cyrille Valladeau authored
-