- Jun 08, 2018
-
-
Victor Poughon authored
-
- Jun 05, 2018
-
-
Guillaume Pasero authored
-
- Jun 01, 2018
-
-
Julien Michel authored
-
- May 31, 2018
-
-
Cédric Traizet authored
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
- May 30, 2018
-
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
- May 29, 2018
-
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
- May 28, 2018
-
-
Victor Poughon authored
-
Antoine Regimbeau authored
-
Cédric Traizet authored
BUG : no data flags when there is no nodata values should be set to true after setting the functor flags
-
Cédric Traizet authored
-
Yannick TANGUY authored
-
Cédric Traizet authored
ENH : change no data filter now create a no-data flag and a no-data value if there are no flags in all bands of the input
-
- May 25, 2018
-
-
Antoine Regimbeau authored
-
Rashad Kanavath authored
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
- May 17, 2018
-
-
Manuel Grizonnet authored
-
- May 16, 2018
-
-
Cédric Traizet authored
-
- May 14, 2018
-
-
Antoine Regimbeau authored
-
- May 04, 2018
-
-
Guillaume Pasero authored
-
Rashad Kanavath authored
-
- May 03, 2018
-
-
Rashad Kanavath authored
-
Antoine Regimbeau authored
-
- May 02, 2018
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
below commit uses POST_BUILD and PRE_BUILD to generate a fresh copy of descriptor files for all OTB applications. orfeotoolbox/otb@b963a177 This has broken dashboard due to a dependency issue. https://dash.orfeo-toolbox.org/buildSummary.php?buildid=318175 otbQgisDescriptor is not dependent on any otb applications and it is TRUE. But it has a run-time dependency to all otb applications when we auto-generating all depscriptors. This situation forces us to add a dependency so that POST, PRE building targets works. These are only executed if otbQgisDescriptor target is rebuilt hence, it is not run everytime with make. Revert of the initial commit[2] is to get source tree in to a stage which was reviewed. The first version of post,pre build was pushed directly to release rather than via MR. Current state in release-6.6 will result in broken dashboard. [2] orfeotoolbox/otb@3f7b6d40
-
Rashad Kanavath authored
This reverts commit b963a177.
-
- Apr 30, 2018
-
-
Rashad Kanavath authored
-
- Apr 27, 2018
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Antoine Regimbeau authored
-
Rashad Kanavath authored
descriptors are generated with a custom target called 'generate_descriptors'. It depends on all OTBAPP.txt So a missing .txt during installation will try to generate txt file. This make sure all available applications have a valid descriptor. There is a internal custom target called clean_descr which depends on otbQgisDescriptor executable. This target re-create an empty directory set in OTB_INSTALL_DESCR_DIR under OTB_BINARY_DIR. This make sure every execution of generate_descriptor target is a clean one. Finally, custom target is executed by make install using cmake's install(CODE. Users can either can "make generate_descriptors" manually or is automatically called during install.
-
- Apr 26, 2018
-
-
Rashad Kanavath authored
-
Guillaume Pasero authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-