| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | bindexplib: remove stray debugging output when using llvm-nm | Brad King | 2021-02-18 | 1 | -1/+0 |
|
|
* | | | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -2/+2 |
|
|
* | | | Ninja: add_custom_command(DEPFILE): Ensure dependencies consistency | Marc Chevrier | 2021-01-19 | 1 | -7/+29 |
|
|
* | | | Makefile dependencies: ensure long paths are used on Windows | Marc Chevrier | 2021-01-09 | 1 | -5/+4 |
|
|
* | | | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -2/+2 |
|
|
* | | | Makefiles: Add support of DEPFILE for add_custom_command | Marc Chevrier | 2020-12-23 | 1 | -0/+2 |
|
|
* | | | Makefiles Generators: use compiler for dependencies generation | Marc Chevrier | 2020-11-29 | 1 | -28/+155 |
|
|
* | | | Ninja: Exclude unused dyndep features during CMake bootstrap | Brad King | 2020-11-16 | 1 | -1/+1 |
|
|
* | | | MSVC: Suppress rc/mt/link output unless verbose is requested | Orgad Shaneh | 2020-11-11 | 1 | -1/+1 |
|
|
* | | | llvm_rc: add llvm_rc option filter to correctly pick up all options | Thomas Bernard | 2020-10-28 | 1 | -3/+43 |
|
|
* | | | Merge topic 'remove-server-mode' | Brad King | 2020-10-15 | 1 | -46/+2 |
|\ \ \ |
|
| * | | | server: remove deprecated 'cmake -E server' mode | Brad King | 2020-10-14 | 1 | -46/+2 |
|
|
* | | | | Merge topic 'cmake-E-cat-binary' | Brad King | 2020-10-15 | 1 | -9/+15 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|