Skip to content
Snippets Groups Projects
  1. Aug 11, 2017
  2. Aug 08, 2017
  3. Aug 07, 2017
  4. Aug 04, 2017
  5. Aug 03, 2017
    • Guillaume Pasero's avatar
      DOC: fix subdoxygen macro · 8be9d936
      Guillaume Pasero authored
      8be9d936
    • Rashad Kanavath's avatar
      c50067cc
    • Rashad Kanavath's avatar
      WRG: hide msvc D9025 warning on dashboard · fa157c55
      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
      fa157c55
  6. Aug 02, 2017
  7. Aug 01, 2017
  8. Jul 31, 2017
  9. Jul 28, 2017
Loading