- Apr 28, 2021
-
-
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 26, 2021
-
-
e3e005db UseSWIG: use swig dependencies for Xcode generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6042
-
eb5e33ba Xcode: Add support for embedding app extensions f62a2bf4 Tests: Factor out XcodeProject-Embed check function findAttribute() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5934
-
c5c130e6 cmArchiveWrite: Consolidate multiple ways to set thread count 5380d858 liblzma: Enable multi threaded stream encoding support e9065e96 Merge branch 'upstream-liblzma' into lzma-threads ee909a8e liblzma 2020-03-17 (2327a461) 741b85b4 liblzma: Revise update script to get version 5.2.5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6014
-
5b0ea587 AutoGen: Retrieve Qt version from moc as fallback Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6027
-
e4b793c6 file(REAL_PATH): add option EXPAND_TILDE Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Hirsch <michael@scivision.dev> Merge-request: !6033
-
-
1f4ec3f4 Help: Do not recommend WCDH in cmake-compile-features(7) 1cc63f2c Help: Fix typos in cmake-compile-features(7) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6037
-
1f4ec3f4 Help: Do not recommend WCDH in cmake-compile-features(7) 1cc63f2c Help: Fix typos in cmake-compile-features(7) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6037
-
-
f8e2a747 Ninja Multi-Config: Correctly generate POST_BUILD custom targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6040
-
f8e2a747 Ninja Multi-Config: Correctly generate POST_BUILD custom targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6040
-
Kitware Robot authored
-
- Apr 25, 2021
-
-
Kitware Robot authored
-
- Apr 24, 2021
-
-
Kitware Robot authored
-
- Apr 23, 2021
-
-
Marc Chevrier authored
-
Brad King authored
Since commit da7ad799 (WriteCompilerDetectionHeader: Add policy to remove module, 2020-12-04, v3.20.0-rc1~350^2), the WCDH module is deprecated. Update the `cmake-compile-features(7)` manual section that previously recommended WCDH to make such detection the project's responsibility instead. Move the old content of the section over to the WCDH module to preserve it.
-
Brad King authored
-
625ef88a CUDA: Add CMAKE_CUDA_HOST_COMPILER support on Windows non-VS generators Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6030
-
c54c284d Tests: Improve RunCMake.CPack* test error formatting Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6039
-
29876066 ExternalData: Improve error message when we fail to create a file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6038
-
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
-
Kitware Robot authored
-
- 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
* upstream-liblzma: liblzma 2020-03-17 (2327a461)
-
Code extracted from: https://git.tukaani.org/xz.git at commit 2327a461e1afce862c22269b80d3517801103c1b (v5.2.5).
-
Brad King authored
Format message content for `message(FATAL_ERROR)`.
-
Brad King authored
Report the underlying system error.
-
Nils Gladitz authored
Keep files related to multi threaded stream encoding.
-
-
051c3a04 Find{BLAS,LAPACK}: Add test case covering BLA_STATIC with Intel MKL f3f71568 Find{BLAS,LAPACK}: Add test case covering BLA_STATIC with Generic vendor cb6889a0 FindLAPACK: Fix finding generic LAPACK with BLA_STATIC 193714d6 Find{BLAS,LAPACK}: Simplify search for static libraries 2e2db28e Find{BLAS,LAPACK}: Simplify check_function_exists state maintenance Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6036
-
1b37305b VS: Add support for ASAN -fsanitize=address flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6034
-
dfb47335 Tutorial: Step12 install MathFunctionsConfigVersion.cmake Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6025
-
71cbddf8 cmake(1): Change wording for fields in presets Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !6026
-
11c0bfff VS: Generalize CSharp /langversion flag mapping Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6031
-
bd8cc6d6 Merge branch 'upstream-KWIML' into update-kwiml 873dbc52 KWIML 2021-04-21 (49d91529) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6032
-
-