- Feb 27, 2015
-
-
Julien Malik authored
-
- Feb 24, 2015
-
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
- Feb 23, 2015
-
-
Manuel Grizonnet authored
-
- Feb 18, 2015
-
-
Julien Malik authored
-
Julien Malik authored
-
- Jan 28, 2014
-
-
Mickael Savinaud authored
All this stuff have been moved into Monteverdi To achieve this goal, I removed: - Utilities/FLTK - Code/Gui - Code/Visu (old visualization framework) - Code/Visualization - and their relative tests and examples Some modifications have been also done into some CMakelists.txt to remove all links to visualization
-
- Dec 18, 2013
-
-
Manuel Grizonnet authored
OTB does not support anymore classes which use pqxx in version 4.0: Classes removed in OTBv4 are: - PostGISConnectionImplementation - PostGISTable - GISTableFunction - PostGISCreateTableTransactor - PostGISFromStringTransactor - PostGISQueryTransactor - TransactorGISTableFunction You can still access to these classes, related tests and examples in OTB 3.20.
-
- Nov 15, 2013
-
-
Julien Malik authored
-
Julien Malik authored
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. NOTE: MUST USE GNU compliant version of sed Run the following shell code (Adopted from Brad King scripts for CMake): for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' \ | xargs sed -i -f convert.sed \ && rm convert.sed This has been adapted from ITK commit e52dbe7fa476f6283c9b9d1507fca052355113a4
-
Julien Malik authored
This modification is based according to the process described in ITK/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
-
Julien Malik authored
-
- Jan 26, 2012
-
-
Julien Michel authored
-
- Jan 11, 2012
-
-
Jonathan Guinet authored
-
- Oct 07, 2011
-
-
Manuel Grizonnet authored
-
- Jul 26, 2011
-
-
Jonathan Guinet authored
-
- Jul 12, 2011
-
-
Emmanuel Christophe authored
-
- Jan 10, 2011
-
-
Emmanuel Christophe authored
-
- Aug 25, 2010
-
-
Emmanuel Christophe authored
-
- Jan 22, 2010
-
-
Emmanuel Christophe authored
-
- Jan 17, 2010
-
-
Manuel Grizonnet authored
-
- Jan 09, 2010
-
-
Manuel Grizonnet authored
-
- Dec 16, 2009
-
-
Emmanuel Christophe authored
-
- Jun 08, 2009
-
-
Jordi Inglada authored
-
- Sep 23, 2008
-
-
Guillaume Borrut authored
-
- Aug 25, 2008
-
-
OTB Bot authored
Modif cmakelist par rapport au Testing : OPTION(BUILD_TESTING ..) est supprimé du CMakeListst de l'OTB (doublon avec celui présent dans Dart.cmake inclue dans cmake root). Suppression de l'option BUILDING_EXAMPLES_TESTING.
-
- Jun 09, 2008
-
-
Thomas Feuvrier authored
- MAJ 2.2.1 - Find OpenGL : correction pour trouver GLU.h. O nutilise OPENGL_GLU_FOUND - séparation des Testing : BUIL_TESTING et BUILD_EXAMPLES_TESTING. BUT: offrir la possibilités aux utilisateurs de tester les exemples de l'OTB (san spour autant compile rle sTesting qu'il ne peuvent aussi bien pas téster car il n'ont pas OTB-Data.
-
- Jun 04, 2008
-
-
Thomas Feuvrier authored
-
- Dec 19, 2007
-
-
Emmanuel Christophe authored
-
- Oct 17, 2007
-
-
Cyrille Valladeau authored
Correction des commentaires francais dans MatrixTransposeMatrix et StreamingStatisticVectorImage.
-
- Oct 12, 2007
-
-
Jordi Inglada authored
-
- Sep 26, 2007
-
-
Thomas Feuvrier authored
- dans l'arborescence ou - en dehors de l'arborescence de l'OTB.
-
- Sep 24, 2007
-
-
Emmanuel Christophe authored
-
- Jun 13, 2007
-
-
Jordi Inglada authored
-
- May 30, 2007
-
-
Julien Michel authored
-
- Jan 25, 2007
-
-
Jordi Inglada authored
-
- Jul 20, 2006
-
-
Thomas Feuvrier authored
Corrections de la FA00036 concernant la copie du fichier README.txt dans le répertoire ${OTB_BINARY_DIR}/Examples.
-
- Jul 13, 2006
-
-
Thomas Feuvrier authored
MAJ des CMakeLists.txt avec l'ajour de l'option OTB_USE_VISU permettant de compiler ou non le module de visu. Si OFF, OpenGL et FLTK ne sont pas nécessaire et donc pas recherchés par FIND_PACKAGE.
-
- Jul 07, 2006
-
-
Thomas Feuvrier authored
-
- Jul 05, 2006
-
-
Jordi Inglada authored
-