Skip to content
Snippets Groups Projects
  1. Jan 20, 2016
  2. Jan 15, 2016
  3. Jan 14, 2016
  4. Jan 13, 2016
  5. Jan 12, 2016
  6. Jan 11, 2016
    • Matt McCormick's avatar
      d50cbbb0
    • Jean-Christophe Fillion-Robin's avatar
      FindDCMTK: Improve compatibility with DCMTKConfig.cmake. · 31b4700e
      Jean-Christophe Fillion-Robin authored and Matt McCormick's avatar Matt McCormick committed
      This improvement to the FindDCMTK module improves compatibility with recent
      DCMTK, which provides a DCMTKConfig.cmake file. See the module comments for a
      compatibility matrix.
      
      It also provides DCMTK_INCLUDE_DIRS.
      
      Ported from CommonTK (commontk.org).
      31b4700e
    • Brad King's avatar
      FindwxWidgets: Drop suppression of -isystem · 4d05f195
      Brad King authored
      
      This was added by commit v2.8.0~2292 (... Set variable
      wxWidgets_INCLUDE_DIRS_NO_SYSTEM on the Mac ..., 2008-04-16) and updated
      by commit v2.8.9~183^2 (FindwxWidgets: Do not use -isystem on OpenBSD,
      2012-05-14).  Since the underlying cause was never investigated fully we
      do not know the conditions under which -isystem breaks wxWidgets, but
      suppressing -isystem is problematic for users that do not want to see
      warnings in wxWidgets headers.  Simply drop the special case for now so
      we can see whether anyone hits the problem again, at which point it can
      be investigated in more detail.
      
      Reported-by: default avatarSimon Wells <swel024@gmail.com>
      4d05f195
    • Brad King's avatar
      VS: Fix Windows 10 SDK version selection (#15831) · a57caf7e
      Brad King authored
      In commit v3.4.0-rc1~5^2~1 (VS: Add support for selecting the Windows 10
      SDK, 2015-09-30) we added Windows 10 SDK selection choosing the most
      recent SDK that is not newer than the target version.  This is backward
      because it should be up to the application code to not use APIs newer
      than the target version.  It is up to the build system to provide a SDK
      that has at least the APIs expected to be available for the target
      version.  Furthermore, since the default target version is the host
      version of Windows, the old approach breaks when the only SDK available
      is for a newer version of Windows.
      
      Fix this by always selecting a Windows 10 SDK if one exists.  Use the
      SDK for the exact version if is available.  Otherwise use the latest
      version of the SDK available because that will have at least the APIs
      expected for the target version.
      a57caf7e
Loading