Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'lzma-threads' | Brad King | 2021-04-26 | 66 | -336/+1296 |
|\ | |||||
| * | cmArchiveWrite: Consolidate multiple ways to set thread count | Nils Gladitz | 2021-04-22 | 7 | -61/+56 |
| * | liblzma: Enable multi threaded stream encoding support | Nils Gladitz | 2021-04-22 | 6 | -6/+29 |
| * | Merge branch 'upstream-liblzma' into lzma-threads | Brad King | 2021-04-22 | 53 | -268/+1205 |
| |\ | |||||
| | * | liblzma 2020-03-17 (2327a461) | liblzma upstream | 2021-04-22 | 54 | -273/+1216 |
| * | | liblzma: Revise update script to get version 5.2.5 | Nils Gladitz | 2021-04-22 | 1 | -1/+6 |
* | | | Merge topic 'autogen-moc-version' | Brad King | 2021-04-26 | 6 | -5/+114 |
|\ \ \ | |||||
| * | | | AutoGen: Retrieve Qt version from moc as fallback | Joerg Bornemann | 2021-04-23 | 6 | -5/+114 |
* | | | | Merge topic 'file-REAL_PATH-EXPAND_TILDE' | Brad King | 2021-04-26 | 6 | -21/+77 |
|\ \ \ \ | |||||
| * | | | | file(REAL_PATH): add option EXPAND_TILDE | Marc Chevrier | 2021-04-21 | 6 | -21/+77 |
| |/ / / | |||||
* | | | | Merge branch 'release-3.20' | Brad King | 2021-04-26 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge topic 'doc-compile-features-wcdh' into release-3.20 | Brad King | 2021-04-26 | 2 | -115/+142 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'doc-compile-features-wcdh' | Brad King | 2021-04-26 | 2 | -115/+142 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Help: Do not recommend WCDH in cmake-compile-features(7) | Brad King | 2021-04-23 | 2 | -114/+141 |
| * | | | | | Help: Fix typos in cmake-compile-features(7) | Brad King | 2021-04-23 | 1 | -6/+6 |
* | | | | | | Merge branch 'release-3.20' | Brad King | 2021-04-26 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'ninja-multi-custom-target-post-build' into release-3.20 | Brad King | 2021-04-26 | 4 | -1/+15 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'ninja-multi-custom-target-post-build' | Brad King | 2021-04-26 | 4 | -1/+15 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Ninja Multi-Config: Correctly generate POST_BUILD custom targets | Kyle Edwards | 2021-04-22 | 4 | -1/+15 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-26 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-25 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-24 | 1 | -1/+1 |
* | | | | | | Merge topic 'cuda-host-compiler-windows' | Brad King | 2021-04-23 | 5 | -22/+22 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CUDA: Add CMAKE_CUDA_HOST_COMPILER support on Windows non-VS generators | unknown | 2021-04-22 | 5 | -22/+22 |
* | | | | | | | Merge topic 'test-RunCMake.CPack-errors' | Brad King | 2021-04-23 | 1 | -13/+23 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tests: Improve RunCMake.CPack* test error formatting | Brad King | 2021-04-22 | 1 | -13/+23 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'ExternalData-fail-reason' | Brad King | 2021-04-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ExternalData: Improve error message when we fail to create a file | Brad King | 2021-04-22 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-23 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'blas-lapack-static' | Brad King | 2021-04-22 | 10 | -56/+73 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Find{BLAS,LAPACK}: Add test case covering BLA_STATIC with Intel MKL | Brad King | 2021-04-21 | 3 | -2/+4 |
| * | | | | | | Find{BLAS,LAPACK}: Add test case covering BLA_STATIC with Generic vendor | Brad King | 2021-04-21 | 5 | -0/+32 |
| * | | | | | | FindLAPACK: Fix finding generic LAPACK with BLA_STATIC | Brad King | 2021-04-21 | 1 | -1/+9 |
| * | | | | | | Find{BLAS,LAPACK}: Simplify search for static libraries | Brad King | 2021-04-21 | 2 | -44/+26 |
| * | | | | | | Find{BLAS,LAPACK}: Simplify check_function_exists state maintenance | Brad King | 2021-04-21 | 2 | -9/+2 |
* | | | | | | | Merge topic 'vs-asan' | Brad King | 2021-04-22 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS: Add support for ASAN -fsanitize=address flag | oltolm | 2021-04-21 | 1 | -0/+7 |
* | | | | | | | | Merge topic 'tutorial_step12_version_install' | Brad King | 2021-04-22 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Tutorial: Step12 install MathFunctionsConfigVersion.cmake | Alexander Pivovarov | 2021-04-20 | 1 | -0/+1 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'cmake-1-docs-for-presets' | Brad King | 2021-04-22 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmake(1): Change wording for fields in presets | friendlyanon | 2021-04-21 | 1 | -3/+3 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'vs-csharp-langversion' | Brad King | 2021-04-22 | 6 | -270/+36 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | VS: Generalize CSharp /langversion flag mapping | Brad King | 2021-04-21 | 6 | -270/+36 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'release-3.20' | Brad King | 2021-04-22 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'update-kwiml' into release-3.20 | Brad King | 2021-04-22 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'update-kwiml' | Brad King | 2021-04-22 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'upstream-KWIML' into update-kwiml | Brad King | 2021-04-21 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | KWIML 2021-04-21 (49d91529) | KWIML Upstream | 2021-04-21 | 1 | -0/+4 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-22 | 1 | -1/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'cmake-timestamp-error' | Brad King | 2021-04-21 | 1 | -2/+6 |
|\ \ \ \ \ \ \ |