- May 06, 2021
-
-
This allows for example reusing the function for generating gRPC code by specifying which grpc plugin to use.
-
- May 05, 2021
-
- May 04, 2021
-
-
friendlyanon authored
Fixes: #19712
-
friendlyanon authored
Issue: #19712
-
- May 03, 2021
-
-
Fixes: #22104
-
Thomas Vaughan authored
Fixes: #22108
-
Brad King authored
If a `CMakeLists.txt` or `CMAKE_TOOLCHAIN_FILE` sets a variable named `C`, `CXX`, or `CUDA`, we were previously comparing each enabled language name to the value of that variable, rather than the name itself. Double-quote the string to take advantage of policy `CMP0054`, but also add "x" prefixes to support projects that do not set the policy. Fixes: #22125
-
- Apr 30, 2021
-
-
Kyle Edwards authored
Fixes: #22123
-
- Apr 28, 2021
-
-
Robert Maynard authored
In v3 of the presets, the `--toolchain` command line argument now has a preset mapping.
-
Marc Chevrier authored
Fixes: #20553
-
Brad King authored
The test regularly fails updating the `vc*.pdb` compiler-generated PDB file. Add the `/Z7` flag as the compiler suggests for this.
-
New option `-A` passed to test binary allows to run all testcases at once and prints a report in a standard format - TestAnythingProtocol v.13 [1]. Execution of test whose names will be passed after an option will be skipped. Sample of output: TAP version 13 1..6 ok 1 TestCryptoHash # 0.030000 ok 2 TestCryptoRand # 0.008000 not ok 3 TestCryptoCipher # 0.005000 ok 4 TestCryptoProtectData # 0.000000 cbPlainText: 21 cbCipherText: 32 PlainText: MySecretPassword123! (cbPlainText = 21, cbCipherText = 32) Decrypted CipherText: MySecretPassword123! ok 5 TestCryptoProtectMemory # 0.014000 ok 6 TestCryptoCertEnumCertificatesInStore # 0.000000 1. https://testanything.org/ Fixes: #19367
-
Brad King authored
-
- Apr 27, 2021
-
-
Zack Galbreath authored
-
- Apr 26, 2021
-
-
Detect MSYS as CYGWIN, with the required adaptations.
-
Zack Galbreath authored
Addresses #18654
-
- Apr 23, 2021
-
-
Marc Chevrier authored
-
Jörg Bornemann authored
Consider the case where the find_package call for QtCore is wrapped in a function call. Then AutoGen cannot determine the Qt version, because it only looks at variables and directory properties. The former don't leave the function scope and the latter are not set by default. As a fallback, locate the moc executable via its target and call it with the --version argument to determine the Qt version. Issue: #22028
-
- Apr 22, 2021
-
-
Kyle Edwards authored
Fixes: #22096
-
Merge use of SetFilterOption() into more abstract thread count in cmArchiveWrite constructor. libarchive defaulting of threads for threads == 0 seems to be configuration dependent. Preemptively default thread count via std::thread::hardware_concurrency(). Also allow negative values for the thread count in which case the detected hardware concurrency is also used but the given absolute thread count is used as an upper limit.
-
Brad King authored
Format message content for `message(FATAL_ERROR)`.
-
Co-Authored-By:
Craig Scott <craig.scott@crascit.com>
-
- Apr 21, 2021
- Apr 20, 2021
-
- Apr 17, 2021
-
-
Marc Chevrier authored
This MR extend the support of 'DEPFILE' to buildsystem version 1. Issue: #20286
-
- Apr 16, 2021
-
-
Fix the warning: `potential leak of memory pointed to by "vp"`.
-
Joel Johnson authored
-
- Apr 15, 2021
-
-
Issue: #20286
-
Robert Maynard authored
-
- Apr 14, 2021
-
-
Brad King authored
-
- Apr 12, 2021
-
-
Marc Chevrier authored
This facility is very useful for 'Ninja Multi-Config' and required as well for future support of DEPFILE in 'Xcode' and 'Visual Studio' generators (#20286).
-
- Apr 11, 2021
-
-
Craig Scott authored
-
- Apr 07, 2021
-
-
Brad King authored
Refactoring in commit bdc40742 (CMakeDetermineCompilerId: Test without COMPILER_ID_FLAGS if REQUIRE_SUCCESS, 2021-02-27, v3.20.0-rc3~6^2) added an extra macro layer through which flag strings are passed. That caused an extra level of argument re-parsing, and broke flags with backslashes. Pass flags to the helper macro through variable names instead. Fixes: #22041
-
- Apr 06, 2021
-
-
friendlyanon authored
In v3 of the presets, generator and buildDir can be omitted to fall back to regular cmake behavior when these values are not explicitly provided by the user. Fixes: #21987
-
Brad King authored
These messages are incidental scheduling output. Avoid cluttering the normal verbose output showing tests starting and finishing.
-
Brad King authored
-
- Apr 05, 2021
-
-
Robert Maynard authored
The NVHPC compiler does not have any implicit link directories that can be used to detect `CMAKE_LIBRARY_ARCHITECTURE`, but it does have implicit object files. Extract implicit object file paths from link lines and check them for the `CMAKE_LIBRARY_ARCHITECTURE` pattern. Issue: #22024
-