- 14 Sep, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 26 Jul, 2018 1 commit
-
-
Rashad Kanavath authored
-
- 03 Jul, 2018 1 commit
-
-
Rashad Kanavath authored
share/otb directory contains i18n and maybe other data files for OTB. This allows to simply some code. * avoid search and install of i18n files in package scripts * use of OTB_INSTALL_DESCR cmake variable for storing qgis description * install qgis description to share/otb/description in all cases: ** build directory, otb, superbuild, remote modules? ** generate of missing description file when loading qgis plugin. (This always goes to share/otb/description) ** packaging in debian, ubuntu and binary packages * unversioned otb doc folder. share/doc/OTB-X.Y -> share/doc/otb. This is where all VERSION , LICENSE are kept.
-
- 26 Jun, 2018 1 commit
-
-
Victor Poughon authored
-
- 25 Jun, 2018 1 commit
-
-
Manuel Grizonnet authored
-
- 11 Jun, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 08 Jun, 2018 2 commits
-
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
- 04 Jun, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 01 Jun, 2018 3 commits
-
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
- 28 May, 2018 2 commits
-
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
- 24 May, 2018 1 commit
-
-
Antoine Regimbeau authored
-
- 04 May, 2018 1 commit
-
-
Rashad Kanavath authored
qgis descriptors are copied to share/otb/description. This ends up with share/otb/ and share/OTB-X.Y It is better to have a single directory for and it should be share/otb and not a versioned. Changes included in packaging script show non-versioned 'otb' directory in share is easy to manage than a verisoned one. In any case, users cannot keep multiple versions of OTB under same prefix. This was breifly discussed in issue : #1557
-
- 03 May, 2018 1 commit
-
-
Rashad Kanavath authored
-
- 02 May, 2018 2 commits
-
-
Antoine Regimbeau authored
-
Antoine Regimbeau authored
-
- 27 Apr, 2018 1 commit
-
-
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.
-
- 26 Apr, 2018 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 13 Apr, 2018 1 commit
-
-
Antoine Regimbeau authored
-
- 11 Apr, 2018 1 commit
-
-
Antoine Regimbeau authored
-
- 09 Apr, 2018 1 commit
-
-
Antoine Regimbeau authored
-
- 28 Mar, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 12 Jan, 2018 1 commit
-
-
Guillaume Pasero authored
-
- 15 Dec, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 13 Dec, 2017 2 commits
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- 16 Nov, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 13 Oct, 2017 3 commits
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- 11 Oct, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 31 Aug, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 30 Aug, 2017 1 commit
-
-
Rashad Kanavath authored
otbsiftfast was enabling /fp:fast option with msvc along with SSE. This is not normal as MSDN docs doesn't mention anything about /fp:fast when using /arch:SSE. I think it has a problematic behaviour with otb's dashboard testing. Many --compare-image tests we do are with zero tolerance. So it has to go.
-
- 29 Aug, 2017 3 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-