Skip to content
Snippets Groups Projects
  1. Nov 11, 2016
  2. Nov 09, 2016
    • Brad King's avatar
      dc083f95
    • Brad King's avatar
      QtAutogen: Do not re-generate AUTORCC outputs on every build · e4232b82
      Brad King authored
      Refactoring in commit v3.6.0-rc1~134^2~10 (Autogen: Split out moc file
      generation code to dedicated method, 2016-04-18) removed the
      unconditional creation of the `<target>_automoc.cpp` file.  Now it is
      generated only when `AUTOMOC` is enabled.  However, if this file is not
      created then our internal `GenerateAll` setting is enabled on every
      build, causing `AUTORCC` to re-generate its file(s) every time.  Fix the
      `GenerateAll` setting to be used only for when autogen settings change.
      The old logic was left from when we had only automoc.
      
      Closes: #16413
      e4232b82
  3. Nov 08, 2016
  4. Nov 04, 2016
  5. Nov 03, 2016
  6. Nov 02, 2016
  7. 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
  8. Oct 28, 2016
  9. Oct 27, 2016
  10. Oct 26, 2016
  11. Oct 24, 2016
  12. Oct 21, 2016
Loading