- 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'
-
- Jun 06, 2016
-
-
Julien Michel authored
-
- May 02, 2016
-
-
Description: Fix spelling errors. ouptut -> output catched -> caught allows to <verb> -> allows <verb>ing Author: Bas Couwenberg <sebastic@debian.org>
-
- Apr 29, 2016
-
-
Manuel Grizonnet authored
-
- Apr 07, 2016
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Apr 06, 2016
-
-
Guillaume Pasero authored
-
Rashad Kanavath authored
This reverts commit 2fc0e953.
-
- Apr 05, 2016
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Rashad Kanavath authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Mar 29, 2016
-
-
Rashad Kanavath authored
This patch is authored by Bas Couwenberg <sebastic@xs4all.nl> from DebianGIS team. spelling errors were encountered when updating OTB debian package for 5.2.1. https://bugs.orfeo-toolbox.org/view.php?id=1143
-
- Mar 23, 2016
-
-
Christophe Palmann authored
-
- Mar 18, 2016
-
-
Christophe Palmann authored
-
Christophe Palmann authored
-
Christophe Palmann authored
-
Christophe Palmann authored
-
Christophe Palmann authored
-
Christophe Palmann authored
-
- Mar 16, 2016
-
-
Guillaume Pasero authored
-
- Mar 14, 2016
-
-
Julien Michel authored
-
Julien Michel authored
ENH: Using the new, faster filter for zooming xs image in phr mode (in applications Superimpose and BundleToPerfectSensor)
-
Julien Michel authored
-
Julien Michel authored
BUG: Ensure that the Superimpose and BundleToPerfectSensor app reports the correcte geometry information (mantis #1153)
-
Julien Michel authored
-
- Mar 10, 2016
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Mar 07, 2016
-
-
Guillaume Pasero authored
-
- Feb 18, 2016
-
-
Christophe Palmann authored
-
- Feb 11, 2016
-
-
Julien Michel authored
-
- Feb 03, 2016
-
-
Manuel Grizonnet authored
-
- Jan 27, 2016
-
-
Rashad Kanavath authored
-
- Jan 22, 2016
-
-
Christophe Palmann authored
-
- Jan 07, 2016
-
-
Guillaume Pasero authored
-
- Jan 06, 2016
-
-
Guillaume Pasero authored
-
- Jan 05, 2016
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-