- Aug 20, 2024
-
-
Thibaut ROMAIN authored
-
-
Needed in cmake scripts, thus scope need to be environment
-
-
- Made two new .ps1 files to replace .bat files - Add .ps1 file to execute cmd script from powershell and put resulting var in powershell (thanks Microsoft to provide a clean solution...just a joke it's ugly) - Specify each variable scope when defining the in powershell as default scope is file scope
-
BUILD: use same cmake naming btw standalone and classic modules, generate Target and Config cmake files for standalone module - Generate Target and Config cmake files used during cmake configure step when looking for package - Unify the naming of some vars between classic and standalone cmake files - Put duplicate code in macro - Use function instead of macro when pertinent
-
-
- Aug 13, 2024
-
-
Alexandre Fiche authored
-
Alexandre Fiche authored
-
- Jul 25, 2024
-
-
Alexandre Fiche authored
-
Alexandre Fiche authored
-
- Jul 24, 2024
-
-
Alexandre Fiche authored
-
Thibaut ROMAIN authored
BUG: update dead link for BandMath and BandMathX See merge request !1032
-
Thibaut ROMAIN authored
-
- Jul 23, 2024
-
-
Alexandre Fiche authored
-
- Jul 02, 2024
-
-
Tristan Laurent authored
CI: rename all centos packages with _RedHat See merge request !1030
-
Tristan Laurent authored
-
- Jul 01, 2024
-
-
Tristan Laurent authored
COMP: install libtiff and libjpeg in lib instead of lib64 in RedHat builds Closes #2406 See merge request !1029
-
Tristan Laurent authored
Fix #2406
-
- Jun 13, 2024
-
-
Tristan Laurent authored
COMP: get the list of enabled module when reading cmake config files See merge request !1028
-
- Jun 12, 2024
-
-
Tristan Laurent authored
-
- Jun 10, 2024
-
-
Tristan Laurent authored
CMAKE: reset cache variables to 0 before each build See merge request !1025
-
Tristan Laurent authored
-
- Jun 03, 2024
-
-
Tristan Laurent authored
BUILD: correctly transfer cmake GDAL args to disable spatialite See merge request !1024
-
Tristan Laurent authored
Cmake arguments were not transfered due to options not used as cmake list. Thus when spatialite was installed, gdal automatically detects it. As spatialite can use a system libproj which can be different to the one we use it creates a gdal lib linked with the two libproj. This lead to lib symbols errors during runtime.
-
- May 29, 2024
-
-
Tristan Laurent authored
UPD: from geotiff 1.7.1 to 1.7.3 See merge request !1023
-
Tristan Laurent authored
-
Alexandre Fiche authored
-
Tristan Laurent authored
BUILD: change otbTarget to name with module Closes #2383 See merge request !1016
-
- May 28, 2024
-
-
Tristan Laurent authored
Support sensor doc update See merge request !1008
-
Tristan Laurent authored
-
- May 24, 2024
-
-
Tristan Laurent authored
DOC: #2050 remove dead link to rst file on top of every cookbook pages Closes #2050 See merge request !1022
-
- May 23, 2024
-
-
Tristan Laurent authored
-
Tristan Laurent authored
-
Tristan Laurent authored
The <module>Config.cmake is found with the find_package cmake command. It checks the project dependencies and resolves them before reading the <module>Targets.cmake file that describe targets variables.
-
Tristan Laurent authored
-
Tristan Laurent authored
-
Tristan Laurent authored
-
Tristan Laurent authored
To have separated components/groups, each of them must package its own target file. This find is found and read by a Config.cmake file.
-
- May 22, 2024
-
-
Thibaut ROMAIN authored
ENH: update GDAL to 3.9.0 See merge request orfeotoolbox/otb!1021
-