- Sep 26, 2016
-
-
540815ee Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path
-
1ef45a30 Revert "CPack/DEB: Make package description variable precedence match RPM"
-
92207752 cmServer: add braces around conditional statements
-
b66bc660 Tests: Add Fortran submodule tests
-
-
-
Brad King authored
Create a new CMAKE_Swift_LANGUAGE_VERSION variable to specify the SWIFT_VERSION attribute in a generated Xcode project. Ideally this would be a `<LANG>_STANDARD` property but since Swift support is very minimal we should reserve that property for more complete treatment later. Issue: #16326
-
Kitware Robot authored
-
- Sep 25, 2016
-
-
Gregor Jasny authored
Starting with Xcode 8 the SDK folder also contains an unversioned entry: $ ls -l /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs drwxr-xr-x 5 root wheel 170 Mar 4 2018 MacOSX.sdk lrwxr-xr-x 1 root wheel 10 Sep 16 20:49 MacOSX10.12.sdk -> MacOSX.sdk If this unversioned path is used CMake cannot detect the SDK version. To work around the problem we always invoke the code path that translates short SDK names like "macosx10.12" into a path. That way we always end up with a versioned SDK path in _CMAKE_OSX_SYSROOT_PATH which is later used to determine the version. Closes: #16323
-
Kitware Robot authored
-
- Sep 24, 2016
-
-
Domen Vrankar authored
This reverts commit 332b089a as multiline descriptions require special formatting.
-
Kitware Robot authored
-
- Sep 23, 2016
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Brad King authored
The `.pbxproj` file must now specify a `SWIFT_VERSION` value. Set it to the legacy value of "2.3" for now. Later this can be made configurable (e.g. to "3.0").
-
Brad King authored
-
-
-
-
Brad King authored
Co-Author: Damian Rouson <damian@sourceryinstitute.org> Issue: #16234
-
Brad King authored
-
33058150 Help: Document Ninja generator conditional Fortran support 59aae292 Ninja: Add dyndep rules for Fortran module dependencies 39ebfc79 Ninja: Add explicit preprocessing step for Fortran 9a77680e Ninja: Conditionally allow Fortran based on ninja 'dyndep' support 0f331d78 Ninja: Add internal tool to produce a ninja dyndep file for Fortran d3e0b64b Ninja: Add internal tool to scan Fortran code for module dependencies 8eca59a1 Ninja: Add comment with Fortran dependency design documentation a57d1bb7 Ninja: Add API to check for dyndep support 0488ae63 Ninja: Refactor ninja feature detection f0a23aa3 Ninja: Refactor Fortran rejection logic
-
764775c4 Fix XCODE_ATTRIBUTE_..._LOCATION target property lookup
-
0d8c5ba4 FindOpenSSL: Search in more-specific directories before less-specific
-
48624b3c cmake-gui: Do not remove library paths for Qt5 plugins.
-
Brad King authored
-
Kitware Robot authored
-
- Sep 22, 2016
-
-
Clinton Stimpson authored
Not removing library paths is necessary for QFileDialog to function correctly on Linux when using Qt5.
-
Brad King authored
The main Fortran test is not granular enough. Split some into another test.
-
Brad King authored
-
Brad King authored
-