- Jun 27, 2019
-
-
Brad King authored
-
- Jun 26, 2019
-
-
Brad King authored
Merge-request: !3485
-
-
Brad King authored
Apply the refactoring from commit 70728398 (VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookup, 2019-04-01, v3.15.0-rc1~300^2) to the CUDA, ASM_MASM, and ASM_NASM languages too. In particular, CUDA needs the MSVC runtime library selection logic in the `AddLanguageFlags` method that is used by other generators.
-
Brad King authored
Merge-request: !3478
-
Brad King authored
Merge-request: !3484
-
- Jun 25, 2019
-
-
Brad King authored
Merge-request: !3482
-
Fix the logic added by commit d91b5a72 (Ninja: Add support for CUDA nvcc response files, 2019-05-30, v3.15.0-rc1~8^2) to always use the CUDA compiler response file flag for response files during device linking.
-
Brad King authored
Merge-request: !3469
-
-
Craig Scott authored
- Jun 24, 2019
-
-
Brad King authored
Merge-request: !3468
-
- Jun 23, 2019
-
-
Craig Scott authored
-
- Jun 21, 2019
-
-
Brad King authored
Merge-request: !3466
-
- Jun 19, 2019
-
-
Brad King authored
Merge-request: !3461
-
- Rewrites and restructures the AUTOMOC target property documentation - Remove the reference to the deprecated CMAKE_AUTOMOC_RELAXED_MODE Fixes: #19167
-
-
-
Brad King authored
-
Brad King authored
Merge-request: !3459
-
In commit c4b4d8b3 (POSITION_INDEPENDENT_CODE: Manage link flags for executables, 2018-10-02, v3.14.0-rc1~395^2) we accidentally removed our Android-specific logic for PIE under the CMP0083 OLD behavior. Restore it and also implement Android-specific logic for CMP0083 NEW behavior. Fixes: #19393
-
Brad King authored
Merge-request: !3449
-
We already use the `separate_arguments` `NATIVE_COMMAND` mode to parse command-line strings into lists in several other places. Fixes: #18897
-
- Jun 18, 2019
-
-
Brad King authored
Merge-request: !3438
-
-
This allows future BoostConfig to NOT define those and users relying on them use the newer FindBoost of newer CMake versions
-
Is set in Boost >= 1.71 so don't overwrite it
-
-
-
- Jun 17, 2019
- Jun 13, 2019
-
-
Cristian Adam authored
Fixes: #19361
-
Craig Scott authored
Merge-request: !3441
-
- Jun 12, 2019
-
-
Brad King authored
-