Skip to content
Snippets Groups Projects
  1. Nov 03, 2016
  2. Nov 02, 2016
  3. Nov 01, 2016
    • Alex Turbov's avatar
      CPackDeb: fix copy-n-paste typos in documentation · c75b8910
      Alex Turbov authored and Brad King's avatar Brad King committed
      c75b8910
    • Gregor Jasny's avatar
      Darwin: Remove deployment target version check · 93504190
      Gregor Jasny authored and Brad King's avatar Brad King committed
      Starting with Xcode 8 the SDK folder also contains an unversioned entry:
      
          MacOSX.sdk
          MacOSX10.12.sdk -> MacOSX.sdk
      
      If this unversioned path is used CMake cannot detect the SDK version.
      
      Furthermore, querying the SDK version via
      
          xcodebuild -sdk <sysroot> -version Path
      
      gives bogus results for the Command Line Tools installed into `/`.
      
      The OS X deployment target version and SDK version are not as tied as
      they once were, so this check is now more trouble than it is worth.
      Simply remove it.
      
      Closes: #16323
      93504190
    • Gregor Jasny's avatar
      Revert "Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path" · 542d52f9
      Gregor Jasny authored and Brad King's avatar Brad King committed
      Revert commit v3.7.0-rc1~48^2 (Xcode: Convert maybe unversioned OSX
      sysroot into versioned SDK path, 2016-09-25).  The replacement of
      `else()` with `if(CMAKE_OSX_SYSROOT)` defeats the prior handling of
      `if("x${CMAKE_OSX_SYSROOT}" MATCHES "/")`. This causes the combination
      
          -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" -DCMAKE_OSX_SYSROOT:STRING=/
      
      to not be honored and `-isysroot` to be emitted as a compiler flag
      universally.  We will need another solution to the problem the
      now-reverted commit was meant to address.
      
      Closes: #16394
      542d52f9
  4. Oct 28, 2016
  5. Oct 27, 2016
  6. Oct 26, 2016
  7. Oct 24, 2016
  8. Oct 21, 2016
  9. Oct 19, 2016
  10. Oct 18, 2016
Loading