- 18 Dec, 2018 1 commit
-
-
Manuel Grizonnet authored
-
- 12 Jul, 2018 1 commit
-
-
Laurentiu Nicola authored
find \( -name "*.hxx" -or -name "*.h" -or -name "*.cxx" \) -not -path "*ThirdParty*" -print0 | xargs -0 sed -sri "s/vcl_(algorithm|complex|cmath)\.h/\1/g" find \( -name "*.hxx" -or -name "*.h" -or -name "*.cxx" \) -not -path "*ThirdParty*" -print0 | xargs -0 sed -sri "s/std::complex\.h/complex/g" find \( -name "*.hxx" -or -name "*.h" -or -name "*.cxx" \) -not -path "*ThirdParty*" -print0 | xargs -0 sed -sri 's/#include "(algorithm|cmath|complex)"/#include <\1>/g'
-
- 08 Mar, 2017 2 commits
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- 13 Jun, 2016 1 commit
-
-
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.
-
- 26 May, 2016 1 commit
-
-
Julien Michel authored
-
- 26 Feb, 2015 1 commit
-
-
Julien Michel authored
-
- 18 Feb, 2015 1 commit
-
-
Julien Malik authored
-
- 25 Oct, 2013 1 commit
-
-
Julien Malik authored
-
- 03 Oct, 2013 1 commit
-
-
Rashad Kanavath authored
-
- 02 Sep, 2011 2 commits
-
-
Julien Malik authored
-
Julien Michel authored
-
- 19 Jul, 2011 1 commit
-
-
Emmanuel Christophe authored
-
- 09 Apr, 2010 1 commit
-
-
OTB Bot authored
-
- 22 Jan, 2010 1 commit
-
-
Emmanuel Christophe authored
-
- 17 Jan, 2010 1 commit
-
-
Manuel Grizonnet authored
-
- 09 Oct, 2009 1 commit
-
-
Emmanuel Christophe authored
-
- 10 Jul, 2009 3 commits
-
-
Cyrille Valladeau authored
-
Cyrille Valladeau authored
-
Emmanuel Christophe authored
-
- 08 Jul, 2009 3 commits
-
-
Cyrille Valladeau authored
-
Cyrille Valladeau authored
-
Emmanuel Christophe authored
-
- 06 Dec, 2008 1 commit
-
-
Emmanuel Christophe authored
-
- 13 Nov, 2008 1 commit
-
-
Emmanuel Christophe authored
-
- 04 Oct, 2008 1 commit
-
-
Emmanuel Christophe authored
-
- 27 May, 2008 1 commit
-
-
Julien Michel authored
-
- 11 May, 2007 3 commits
-
-
Julien Michel authored
-
Thomas Feuvrier authored
Définition des constantes de type M_PI, etc... lorsqu'elles n'ont pas été automatiquement définies sur la plateforme cible.
-
Thomas Feuvrier authored
Encapsule l'appel aux constants et fonctions de mathématique (vcl_..., M_PI..)
-