- 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 4 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 28 Aug, 2017 3 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 25 Aug, 2017 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 24 Aug, 2017 1 commit
-
-
Rashad Kanavath authored
-
- 22 Aug, 2017 1 commit
-
-
Rashad Kanavath authored
-
- 18 Aug, 2017 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 16 Aug, 2017 1 commit
-
-
Rashad Kanavath authored
-
- 14 Aug, 2017 1 commit
-
-
Rashad Kanavath authored
-
- 09 Aug, 2017 1 commit
-
-
Rashad Kanavath authored
-
- 07 Aug, 2017 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
this fix requires more work on windows side This reverts commit 817e317b.
-
- 03 Aug, 2017 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
This bitching warning seems too annoying on dashboard superbuild-contrib build. total number of warnings seems 300. This magic number is the maximum number of dashboard warnings in OTB. superbuild usually set max warnings to zero in their CTestCustom.cmake.in. But here the issue is when doing superbuild-contrib we switch binary directory to OTB and run configure, build, install from it and not from SuperBuild binary directory. The case about D9025 warning on msvc is actually a misconfig in the list of arguments passed. The related cause is from Modules/ThirdParty/6S/src/CMakeLists.txt where we force /Ob1 flag for msvc > 1800. the change is decorated with enough inline docs. As this is a commandline warning, it cannot be silenced using #pragma and moreover it is important to show it to user. But for dashboard case, it is too annoying for developers
-
- 02 Aug, 2017 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 31 Jul, 2017 3 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 28 Jul, 2017 1 commit
-
-
Rashad Kanavath authored
-
- 23 Jun, 2017 1 commit
-
-
Manuel Grizonnet authored
ENH: Check of c++11 support and module declaration of c++11 requirements are not needed anymore in otb configuration
-
- 21 Jun, 2017 3 commits
-
-
Manuel Grizonnet authored
This reverts commit 112e533d.
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
WRG: add_compiler_export_flags is deprecated, prefer to use target properties supported by newer cmake
-
- 20 Jun, 2017 2 commits
-
-
Julien Michel authored
-
Julien Michel authored
-
- 06 Jun, 2017 1 commit
-
-
Guillaume Pasero authored
BUG: Mantis-1419: FindOpenCV.cmake supports multiarch paths (spotted by Bas Couwenberg <sebastic@debian.org>)
-
- 31 May, 2017 1 commit
-
-
Manuel Grizonnet authored
-
- 30 May, 2017 2 commits
-
-
Julien Michel authored
-
Julien Michel authored
-
- 10 May, 2017 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 24 Apr, 2017 1 commit
-
-
Guillaume Pasero authored
-