- 07 Jun, 2018 1 commit
-
-
Victor Poughon authored
-
- 08 Mar, 2017 2 commits
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- 13 Jun, 2016 1 commit
-
-
Manuel Grizonnet authored
-
- 10 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. #Save override occurences in otb code cd src/Modules ; grep -nR "override" * > ~/temporary/override_otb.txt #Run clang modernize check using utility script which allow to process the code in parallel 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/.*/.*/include/.* -j8 -fix -p ~/projets/otb/bin/release/OTB-clang3.8/ ~/projets/otb/src/OTB/Modules/*/*/src/*.cxx ~/projets/otb/src/OTB/Examples/*/*.cxx ~/projets/otb/src/OTB/Modules/*/*/test/*.cxx > ~/temporary/run-clang-tidy-log.txt #Replace override by ITK macro (to maintain compat with c++98) find . -type f -print -name "*.h" -o -name "*.txx" |xargs perl -pi -e 's/\ override/\ ITK_OVERRIDE/g'
-
- 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
-
- 08 May, 2011 1 commit
-
-
Emmanuel Christophe authored
-
- 14 Jul, 2010 1 commit
-
-
Emmanuel Christophe authored
-
- 07 Jul, 2010 1 commit
-
-
OTB Bot authored
-
- 26 Jun, 2010 1 commit
-
-
Emmanuel Christophe authored
-
- 01 Apr, 2010 1 commit
-
-
OTB Bot authored
-
- 21 Feb, 2010 2 commits
-
-
Emmanuel Christophe authored
-
Emmanuel Christophe authored
-
- 22 Jan, 2010 1 commit
-
-
Emmanuel Christophe authored
-
- 17 Jan, 2010 1 commit
-
-
Manuel Grizonnet authored
-
- 31 Jan, 2009 1 commit
-
-
Emmanuel Christophe authored
-
- 16 Jan, 2009 1 commit
-
-
Emmanuel Christophe authored
-
- 06 Dec, 2008 1 commit
-
-
Emmanuel Christophe authored
-
- 17 Nov, 2008 1 commit
-
-
Emmanuel Christophe authored
-
- 22 Jun, 2007 1 commit
-
-
Emmanuel Christophe authored
-
- 11 Jun, 2007 1 commit
-
-
Emmanuel Christophe authored
-
- 03 Jul, 2006 1 commit
-
-
Jordi Inglada authored
-
- 29 Jun, 2006 2 commits
-
-
Jordi Inglada authored
-
Patrick Imbo authored
-
- 15 Jun, 2006 1 commit
-
-
Thomas Feuvrier authored
-
- 11 Apr, 2006 1 commit
-
-
Jordi Inglada authored
-