Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'xcode_app_extensions' | Brad King | 2021-04-26 | 2 | -20/+64 |
|\ | |||||
| * | Xcode: Add support for embedding app extensions | Alexander Akhundzhanov | 2021-04-22 | 2 | -20/+64 |
* | | Merge topic 'lzma-threads' | Brad King | 2021-04-26 | 5 | -55/+42 |
|\ \ | |||||
| * | | cmArchiveWrite: Consolidate multiple ways to set thread count | Nils Gladitz | 2021-04-22 | 5 | -55/+42 |
* | | | Merge topic 'autogen-moc-version' | Brad King | 2021-04-26 | 3 | -5/+78 |
|\ \ \ | |||||
| * | | | AutoGen: Retrieve Qt version from moc as fallback | Joerg Bornemann | 2021-04-23 | 3 | -5/+78 |
* | | | | Merge topic 'file-REAL_PATH-EXPAND_TILDE' | Brad King | 2021-04-26 | 1 | -3/+20 |
|\ \ \ \ | |||||
| * | | | | file(REAL_PATH): add option EXPAND_TILDE | Marc Chevrier | 2021-04-21 | 1 | -3/+20 |
| |/ / / | |||||
* | | | | Merge topic 'ninja-multi-custom-target-post-build' | Brad King | 2021-04-26 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Ninja Multi-Config: Correctly generate POST_BUILD custom targets | Kyle Edwards | 2021-04-22 | 1 | -1/+1 |
* | | | | | 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 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-23 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | 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 |
|\ \ \ \ | |||||
| * | | | | cmake: Improve error message when failing to update generation timestamp | Brad King | 2021-04-21 | 1 | -2/+6 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'nvhpc-warnings' | Brad King | 2021-04-21 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Utilities: Suppress warnings in third-party code with NVHPC | Brad King | 2021-04-20 | 1 | -1/+1 |
* | | | | | Merge topic 'autogen-clear-early-source-cache' | Brad King | 2021-04-21 | 1 | -0/+5 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Autogen: Restore mocs_compilation in OBJECT libraries | Brad King | 2021-04-20 | 1 | -0/+5 |
| * | | | | Merge topic 'mrjoel/add-missing-not' into release-3.20 | Brad King | 2021-04-19 | 1 | -3/+3 |
| |\ \ \ \ | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-21 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge topic 'update-kwsys' | Brad King | 2021-04-20 | 1 | -3/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2021-04-19 | 1 | -3/+7 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'Xcode-add_custom_command-DEPFILE' | Brad King | 2021-04-20 | 6 | -10/+54 |
|\ \ \ \ \ | |||||
| * | | | | | Xcode: Add support of DEPFILE for add_custom_command, part 2 | Marc Chevrier | 2021-04-17 | 6 | -10/+54 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-20 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'mrjoel/add-missing-not' | Brad King | 2021-04-19 | 1 | -3/+3 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Add missing 'not' in error messages | Joel Johnson | 2021-04-16 | 1 | -3/+3 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-19 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-18 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-17 | 1 | -1/+1 |
* | | | | Merge topic 'Xcode-add_custom_command-DEPFILE' | Brad King | 2021-04-16 | 5 | -16/+87 |
|\ \ \ \ | |||||
| * | | | | Xcode: Add support of DEPFILE for add_custom_command | Marc Chevrier | 2021-04-15 | 5 | -16/+87 |
* | | | | | Merge topic 'report-system-error' | Brad King | 2021-04-16 | 6 | -35/+50 |
|\ \ \ \ \ | |||||
| * | | | | | try_compile: Improve error message when a file cannot be removed | Brad King | 2021-04-15 | 1 | -5/+9 |
| * | | | | | cmcmd: Improve error message from cmake_symlink_{library,executable} | Brad King | 2021-04-15 | 2 | -10/+19 |
| * | | | | | cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink | Brad King | 2021-04-15 | 3 | -20/+22 |
* | | | | | | Merge topic 'add_toolchain_cmake_option' | Brad King | 2021-04-16 | 2 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: add support for --toolchain command argument | Robert Maynard | 2021-04-15 | 2 | -0/+16 |
* | | | | | | | Merge topic 'depfile-reader-thread-safety' | Brad King | 2021-04-16 | 1 | -5/+6 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | autogen: fix race in depfile parsing | Kyle Edwards | 2021-04-15 | 1 | -5/+6 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-16 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'update-kwsys' | Brad King | 2021-04-15 | 20 | -243/+555 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | cmSystemTools: Simplify using KWSys Status | Brad King | 2021-04-14 | 1 | -31/+26 |
| * | | | | Update CMake code using KWSys to account for Status return values | Brad King | 2021-04-14 | 11 | -21/+26 |
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2021-04-14 | 9 | -191/+503 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-04-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'openbsd-defines' | Brad King | 2021-04-14 | 4 | -10/+9 |
|\ \ \ \ | |/ / / |