- Aug 09, 2019
-
-
Cédric Traizet authored
-
- Jan 14, 2019
-
-
Julien Michel authored
-
- Dec 07, 2018
-
-
Victor Poughon authored
-
- Nov 30, 2018
-
-
Victor Poughon authored
-
- Jun 25, 2018
-
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
OTB followed since the beginning the ITK convention and use .txx extension for all template classes. Nevertheless, some development tools do not recognize .txx file extension. Other tool like GitHub can't do in-browser syntax highlighting for txx files I think. The root problem is the use of the txx which should be changed to hxx (or hpp). In 2011, after an in-depth discussion near April 20, 2011 on the Insight-Developers mailing list, ITK rename all txx files to hxx (and event prevent the push of .txx files with a pre-commit hook). It happens is major release v4. You can find some arguments in the discussion about the change and also in other projects related to ITK which applied the same modification, see for instance VXL: https://github.com/vxl/vxl/issues/209 This commit apply now the same modification for OTB. I understand that it will change some habit for developers and don't bring new features but I think that in general it is better to stay align with ITK guidelines. In my opinion, it always facilitate the use of OTB and ITK together if we share when we can the same code architecture, directory organization, naming conventions...
-
- Feb 19, 2018
-
-
Guillaume Pasero authored
-
- Feb 12, 2018
-
-
Guillaume Pasero authored
-
- Jul 18, 2017
-
-
Antoine Regimbeau authored
-
- Mar 08, 2017
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- Feb 28, 2017
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Feb 24, 2017
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Jan 23, 2017
-
-
Ludovic Hussonnois authored
-
- Jun 13, 2016
-
-
Manuel Grizonnet authored
Used the following command: find . \( -iname *.txx -and ! -path *ThirdParty* \) -exec perl -pi -w -e 's/__otb(.*)_txx/otb$1_txx/g;' {} \; find . \( -iname *.h -and ! -path *ThirdParty* \) -exec perl -pi -w -e 's/__otb(.*)_h/otb$1_h/g;' {} \; Fixes many, but not all, clang -Wreserved-id-macro warnings.
-
- 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
-
- Aug 10, 2015
-
-
Guillaume Pasero authored
-
- Aug 07, 2015
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Mar 19, 2015
-
-
Christophe Palmann authored
-
- Feb 18, 2015
-
-
Julien Malik authored
-
- Jun 05, 2013
-
-
Charles Peyrega authored
TEST: Add tests of several classifiers for the OpenCV framework in the TrainImagesClassifier application
-
- May 17, 2013
-
-
Charles Peyrega authored
-
- Apr 30, 2013
-
-
Charles Peyrega authored
DOC: Typo and punctuation correction and clarification of the documentation and menus of the otbTrainImagesClassifier application
-
- Apr 29, 2013
-
-
Charles Peyrega authored
-
- Apr 12, 2013
-
-
Arnaud Jaen authored
-