| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake -E cat: Add ability to print standard input | Kyle Edwards | 2023-11-03 | 1 | -4/+14 |
|
|
* | Autogen: Revert "AUTO*_EXECUTABLE: add support for per-config values" | Orkun Tokdemir | 2023-10-13 | 1 | -6/+2 |
|
|
* | Source: Remove redundant FileIsSymlink checks | scivision | 2023-09-18 | 1 | -7/+5 |
|
|
* | Autogen: AUTO*_EXECUTABLE: add support for per-config values | Orkun Tokdemir | 2023-09-13 | 1 | -2/+6 |
|
|
* | cmSystemTools::RunSingleCommand(): Replace cmsysProcess with cmUVProcessChain | Kyle Edwards | 2023-08-29 | 1 | -1/+2 |
|
|
* | cmcmd: Replace cmsysProcess with cmUVProcessChain | Kyle Edwards | 2023-08-29 | 1 | -38/+32 |
|
|
* | cmProcessTools::RunProcess(): Replace cmsysProcess with cmUVProcessChain | Kyle Edwards | 2023-08-29 | 1 | -21/+12 |
|
|
* | MSVC: Run manifest tool with llvm-mt compatible arguments | ur4t | 2023-08-16 | 1 | -2/+5 |
|
|
* | cmCryptoHash: prefer to cmSystemTools::ComputeFileHash | Ben Boeckel | 2023-08-08 | 1 | -5/+3 |
|
|
* | Merge topic 'msvc-embed-manifest-direct' | Brad King | 2023-07-07 | 1 | -0/+20 |
|\ |
|
| * | MSVC: Restore support for non-incremental linking without 'rc' in PATH | Brad King | 2023-07-06 | 1 | -0/+20 |
|
|
* | | cmUVProcessChain: Return output and error streams as file descriptors | Kyle Edwards | 2023-06-14 | 1 | -8/+5 |
|
|
* | | cmUVProcessChain: Add Status::SpawnResult field | Kyle Edwards | 2023-06-08 | 1 | -6/+4 |
|/ |
|
* | CMake code rely on cmList class for CMake lists management (part. 2) | Marc Chevrier | 2023-04-29 | 1 | -3/+3 |
|
|
* | Merge topic 'iwyu_errors' | Brad King | 2023-04-26 | 1 | -3/+10 |
|\ |
|
| * | IWYU: Return error code if user enables error reporting | Ashish Sadanandan | 2023-04-25 | 1 | -3/+10 |
|
|
* | | CMake code rely on cmList class for CMake lists management (part. 1) | Marc Chevrier | 2023-04-24 | 1 | -5/+6 |
|/ |
|
* | MSVC: Embed manifests directly for non-incremental vs_link_exe links | Andrew Ng | 2023-02-23 | 1 | -21/+21 |
|
|
* | cmake -E time: use C++11 chrono and better format output | scivision | 2023-02-15 | 1 | -19/+5 |
|
|
* | cmake: Add -E copy_directory_if_different | Robert Maynard | 2023-01-12 | 1 | -3/+8 |
|
|
* | clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR property | Kyle Edwards | 2022-12-06 | 1 | -0/+6 |
|
|
* | cmake -E copy: Add support for -t argument | Kyle Edwards | 2022-11-15 | 1 | -7/+50 |
|
|
* | Merge topic 'clang-tidy-prefer-p-option' | Brad King | 2022-10-07 | 1 | -7/+19 |
|\ |
|
| * | clang-tidy: Don't append compiler commands if using -p | Craig Scott | 2022-10-07 | 1 | -7/+19 |
|
|
* | | cmSystemTools: Provide quiet link creation methods | Brad King | 2022-10-06 | 1 | -4/+3 |
|/ |
|
* | cmake -E env: Add --modify flag | Alex Reinking | 2022-08-17 | 1 | -3/+35 |
|
|
* | MSVC: Recognize -XYZ as well as /XYZ when parsing MS tool command lines | Dubach, Joev | 2022-07-27 | 1 | -4/+9 |
|
|
* | clang-tidy: address `modernize-use-default-member-init` lints | Ben Boeckel | 2022-05-24 | 1 | -4/+2 |
|
|
* | cmake -E tar: Add --touch option | Kasper Laudrup | 2022-03-23 | 1 | -1/+6 |
|
|
* | cmOutputConverter: Always set relative path top source and binary together | Brad King | 2022-02-28 | 1 | -4/+2 |
|
|
* | cmcmd: add end of options delimiter to cmake -E commands | Peter Würth | 2022-02-03 | 1 | -6/+17 |
|
|
* | Source: Replace C headers with C++ ones | Rose | 2021-11-02 | 1 | -1/+0 |
|
|
* | cmcmd: Write progress and tar errors directly to stderr | Brad King | 2021-10-27 | 1 | -6/+4 |
|
|
* | bootstrap: Do not declare cmSystemTools functions that are not implemented | Brad King | 2021-10-27 | 1 | -1/+5 |
|
|
* | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -2/+2 |
|
|
* | Merge topic 'fix-ifdef-windows' | Brad King | 2021-10-18 | 1 | -1/+1 |
|\ |
|
| * | Source: Fix typo in _WIN32 preprocessor checks | Brad King | 2021-10-15 | 1 | -1/+1 |
|
|
| * | Merge topic 'cmake-E-cat-binary' into release-3.19 | Brad King | 2020-10-15 | 1 | -9/+15 |
| |\ |
|
* | | | Move helpers functions from cmStringAlgorithms.h to cmValue.h | Marc Chevrier | 2021-09-21 | 1 | -0/+1 |
|
|
* | | | cmake: -E cat stops when an empty file is encountered | Johnny Jazeix | 2021-09-18 | 1 | -0/+2 |
|
|
* | | | LINK_WHAT_YOU_USE feature: externalize configuration | Marc Chevrier | 2021-07-09 | 1 | -7/+4 |
|
|
* | | | cmTransformDepfile: Add support for MSBuild AdditionalInputs format | Brad King | 2021-06-09 | 1 | -0/+2 |
|
|
* | | | cmake_transform_depfile: Remove unused incomplete vstlog support | Brad King | 2021-06-02 | 1 | -2/+0 |
|
|
* | | | cmOutputConverter: Adopt relative path conversion helpers | Brad King | 2021-05-17 | 1 | -4/+12 |
|
|
* | | | Windows: Use real artifact versioning symlinks if possible | Georg Schwab | 2021-05-10 | 1 | -2/+13 |
|
|
* | | | Source: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 1 | -2/+2 |
|
|
* | | | Xcode: Add support of DEPFILE for add_custom_command, part 2 | Marc Chevrier | 2021-04-17 | 1 | -0/+2 |
|
|
* | | | cmcmd: Improve error message from cmake_symlink_{library,executable} | Brad King | 2021-04-15 | 1 | -8/+15 |
|
|
* | | | Update CMake code using KWSys to account for Status return values | Brad King | 2021-04-14 | 1 | -1/+1 |
|
|
* | | | Source: Reduce c_str() usage | vvs31415 | 2021-03-13 | 1 | -10/+10 |
|
|