- 14 Feb, 2019 2 commits
- 06 Feb, 2019 8 commits
-
-
Brad King authored
aa9161fd Help: Organize and revise 3.14 release notes 0d1a9282 Help: Consolidate 3.14 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2925
-
Brad King authored
Add section headers similar to the 3.13 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
Brad King authored
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.14.rst`.
-
Brad King authored
75a75d27 Xcode: deprecate support for Xcode 4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2922
-
Gregor Jasny authored
-
Brad King authored
850ef90a CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !2900
-
Brad King authored
a28caabf Autogen: AUTOMOC support for files with the same name but different extensions 1f802295 Autogen: Extend the SameName test with same name but different extension files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2920
-
Kitware Robot authored
-
- 05 Feb, 2019 11 commits
-
-
Robert Maynard authored
`CUDA_RESOLVE_DEVICE_SYMBOLS` can be used with shared, module, and executable target types. This relaxation is to allow for better interoperability with linkers that automatically do CUDA device symbol resolution and have no way to disable it.
-
Sebastian Holtermann authored
This adds support for AUTOMOC to moc header files with the same but different extensions (e.g `obj.h`, `obj.hpp`, `obj.hxx`). If a moc file would appear multiple times in `mocs_compilation.cpp`, a number suffix is appended to the name to make it unique. Closes #14489
-
Sebastian Holtermann authored
-
Brad King authored
9ddbf4c6 Merge branch 'upstream-KWSys' into update-kwsys 8372c054 KWSys 2019-02-05 (65802a20) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2918
-
Brad King authored
b6cf0862 Autogen: Iterate over makefile sources only once ed0fa784 cmSystemTools: Let `GetFileFormat` accept a `std::stding const&` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2909
-
Brad King authored
d3d2c3cd VS: Fix Fortran target type selection when linking C++ targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2913
-
Brad King authored
e8ee8cab Xcode: Completely disable code signing for compiler id detection 11da882a Apple: Introduce separate system name for iOS, tvOS, and watchOS 36cf44a7 Tests: Isolate RunCMake.XcodeProject per-device cases from host arch Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2392
-
Brad King authored
96dece6d Xcode: Update default Swift language version for Xcode 10.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2912
-
Brad King authored
* upstream-KWSys: KWSys 2019-02-05 (65802a20)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 65802a20ec4b9a774518151c3f8772e082163601 (master). Upstream Shortlog ----------------- Nicolae Vartolomei (1): d1536b02 macOS: Better approximation for AvailablePhysicalMemory
-
Kitware Robot authored
-
- 04 Feb, 2019 10 commits
-
-
Brad King authored
Since commit 2c9f3578 (VS: Decide project type by linker lang as fallback, 2017-03-30, v3.9.0-rc1~340^2) we consider the linker language when detecting whether to generate a `.vfproj` or `.vcxproj` file. However, this could cause C-only projects to become `.vfproj` files if they link to Fortran projects. Instead we should consider only the `LINKER_LANGUAGE` property on the target itself. This approach is already used for CSharp. It allows project code to specify the project file type for a target with no sources but does not allow linked targets to affect it. Fixes: #18687
-
Gregor Jasny authored
Issue: #17870
-
Gregor Jasny authored
- Remove code signing requirements for non-macOS - Do not set deployment target for non-macOS - Build static library for compiler feature detection for non-macOS - Use framework to run CompilerId tests for watchOS - Port tests to new SDK handling - Add new Apple cross-compiling section to toolchain documentation Closes: #17870
-
Brad King authored
Run all host cases before per-device cases. Do not expose the host `CMAKE_OSX_ARCHITECTURES` environment value to the per-device tests.
-
Brad King authored
254b7260 cmSourceFile: Check if a file is GENERATED first in the full path computation cd8a930d cmSourceFile: Refactor FindFullPath method 6d407ae4 Use cmSourceFile::GetIsGenerated 2ddf3f44 cmSourceFile: Add IsGenerated method b9d44fc3 cmSourceFile: Additional static property strings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2908
-
Brad King authored
f5d72be5 VS: Fix deployment for WinCE projects Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2907
-
Brad King authored
cff026db VS: Fix WinRT component references 6c21722a Tests: Fix VSWinStorePhone test with Windows 10 SDK 17763 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2906
-
Brad King authored
cb01b8c8 set: warn of extra arguments after ENV value. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2903
-
Kitware Robot authored
-
- 03 Feb, 2019 1 commit
-
-
Kitware Robot authored
-
- 02 Feb, 2019 5 commits
-
-
Sebastian Holtermann authored
In QtAutoGen we used to iterate over all makefile source two times to extract file parameters for moc and uic respectively. This patch merges both iterations into one loop. This makes the code easier to understand and likely faster to execute as well.
-
Sebastian Holtermann authored
The `const char*` used formerly was converted to a `std::string` internally anyway.
-
Sebastian Holtermann authored
In `cmSourceFile::FindFullPath` check first if the file is GENERATED before aborting on `FindFullPathFailed`. This allows recomputation of the full path when the GENERATED property was set after the file path was computed with an error.
-
Sebastian Holtermann authored
Refactors the cmSourceFile::FindFullPath method to use lambdas.
-
Kitware Robot authored
-
- 01 Feb, 2019 3 commits
-
-
Gilles Khouzam authored
WinRT components need to be referenced in a similar way that managed code libraries are referenced. Validate that the library reference is a WinRT component and reference it through the project. Add test coverage for `VS_WINRT_COMPONENT`. While at it, fix the IOT reference failing on Win10 SDK 17763 which doesn't include it anymore. Fixes: #18846
-
Gilles Khouzam authored
The Windows 10 SDK no longer includes IOT.