- Jul 10, 2017
-
-
Antoine Regimbeau authored
allow different unit for radius and center, put mode vector in the fit mode as an option (fit mode's input : ref image or vector file) get ride of the function trying to read the info of the input vector file in update, it is now only in execute this can easily be back in the update it is a subjectiv choice.
-
- Jul 07, 2017
-
-
Antoine Regimbeau authored
-
- Jul 06, 2017
-
-
Antoine Regimbeau authored
-
- Jul 04, 2017
-
-
aregimbeau authored
-
aregimbeau authored
-
- Jul 03, 2017
-
-
aregimbeau authored
-
aregimbeau authored
-
- Jun 09, 2017
-
-
Victor Poughon authored
-
- May 03, 2017
-
- May 02, 2017
-
-
Marina Bertolino authored
-
- Apr 24, 2017
-
-
Guillaume Pasero authored
-
- Mar 08, 2017
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- Feb 01, 2017
-
-
Ludovic Hussonnois authored
-
- Jan 25, 2017
-
-
Ludovic Hussonnois authored
-
- Jan 23, 2017
-
-
Ludovic Hussonnois authored
-
- Dec 14, 2016
-
-
Rashad Kanavath authored
-
- Sep 23, 2016
-
-
Guillaume Pasero authored
-
- Sep 19, 2016
-
-
Guillaume Pasero authored
-
- Sep 16, 2016
-
-
Guillaume Pasero authored
-
Manuel Grizonnet authored
-
- Sep 15, 2016
-
-
Manuel Grizonnet authored
-
- Jul 11, 2016
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- Jun 16, 2016
-
-
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'
-
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'
-
- Apr 22, 2016
-
-
Mickael Savinaud authored
-
- Apr 12, 2016
-
-
Mickael Savinaud authored
-
- Apr 05, 2016
-
-
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
-
- Feb 18, 2016
-
-
Christophe Palmann authored
-
- Jan 22, 2016
-
-
Christophe Palmann authored
-
- Jan 07, 2016
-
-
Guillaume Pasero authored
-
- Jan 05, 2016
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- 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
-
- Oct 28, 2015
-
-
Guillaume Pasero authored
-
- Oct 16, 2015
-
-
Guillaume Pasero authored
-
- Oct 07, 2015
-
-
Guillaume Pasero authored
-
- Sep 11, 2015
-
-
Julien Michel authored
-