- Feb 24, 2015
-
-
Manuel Grizonnet authored
-
- Feb 20, 2015
-
-
Julien Michel authored
-
Julien Michel authored
-
- Feb 19, 2015
-
-
Julien Malik authored
-
Julien Malik authored
-
Julien Malik authored
-
- Feb 18, 2015
-
-
Julien Malik authored
-
Julien Malik authored
-
Julien Malik authored
-
Julien Malik authored
-
Julien Malik authored
-
Julien Malik authored
-
- Feb 12, 2015
-
- Jan 29, 2015
-
-
Manuel Grizonnet authored
Drop reference to cmake macro CMAKE_IMPORT_BUILD_SETTINGS and CMAKE_EXPORT_BUILD_SETTINGS. Those macros seems to do nothing since CMake 2.8. It should allow to compile current trunk with cmake 3.0 wainting for the new modular OTB which rewrite completely cmake configuration.
-
- Oct 15, 2014
-
-
Christophe Palmann authored
-
- Sep 19, 2014
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- Sep 05, 2014
-
-
Manuel Grizonnet authored
-
- Jul 09, 2014
-
-
Rashad Kanavath authored
-
- May 21, 2014
-
-
Guillaume Pasero authored
-
- Feb 04, 2014
-
-
Manuel Grizonnet 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
-
- Jan 08, 2014
-
-
Mickael Savinaud authored
-
Mickael Savinaud authored
OTB does not support anymore classes which use liblas in version 4.0: -otbPointSetFileReader You can still access to these classes, related tests and examples in OTB 3.20.
-
- Mar 22, 2014
-
-
Manuel Grizonnet authored
-
- 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
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
-
- Oct 25, 2013
-
-
Julien Malik authored
-
- Sep 30, 2013
-
-
Mickael Savinaud authored
-
- Jul 23, 2013
-
- Jul 19, 2013
-
-
Julien Malik authored
-
- Jul 18, 2013
-
-
Manuel Grizonnet authored
-
- Jun 21, 2013
-
-
Julien Malik authored
-
- May 28, 2013
-
-
Julien Malik authored
-
- May 22, 2013
-
-
Julien Malik authored
-
- Apr 24, 2013
-
-
Manuel Grizonnet authored
-
- Mar 25, 2013
-
-
Julien Malik authored
-
- Mar 20, 2013
-
-
Arnaud Jaen authored
-