summaryrefslogtreecommitdiff
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-3/+3
* Merge topic 'iwyu_errors'Brad King2023-04-261-3/+10
|\
| * IWYU: Return error code if user enables error reportingAshish Sadanandan2023-04-251-3/+10
* | CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-5/+6
|/
* MSVC: Embed manifests directly for non-incremental vs_link_exe linksAndrew Ng2023-02-231-21/+21
* cmake -E time: use C++11 chrono and better format outputscivision2023-02-151-19/+5
* cmake: Add -E copy_directory_if_differentRobert Maynard2023-01-121-3/+8
* clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR propertyKyle Edwards2022-12-061-0/+6
* cmake -E copy: Add support for -t argumentKyle Edwards2022-11-151-7/+50
* Merge topic 'clang-tidy-prefer-p-option'Brad King2022-10-071-7/+19
|\
| * clang-tidy: Don't append compiler commands if using -pCraig Scott2022-10-071-7/+19
* | cmSystemTools: Provide quiet link creation methodsBrad King2022-10-061-4/+3
|/
* cmake -E env: Add --modify flagAlex Reinking2022-08-171-3/+35
* MSVC: Recognize -XYZ as well as /XYZ when parsing MS tool command linesDubach, Joev2022-07-271-4/+9
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-4/+2
* cmake -E tar: Add --touch optionKasper Laudrup2022-03-231-1/+6
* cmOutputConverter: Always set relative path top source and binary togetherBrad King2022-02-281-4/+2
* cmcmd: add end of options delimiter to cmake -E commandsPeter Würth2022-02-031-6/+17
* Source: Replace C headers with C++ onesRose2021-11-021-1/+0
* cmcmd: Write progress and tar errors directly to stderrBrad King2021-10-271-6/+4
* bootstrap: Do not declare cmSystemTools functions that are not implementedBrad King2021-10-271-1/+5
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-2/+2
* Merge topic 'fix-ifdef-windows'Brad King2021-10-181-1/+1
|\
| * Source: Fix typo in _WIN32 preprocessor checksBrad King2021-10-151-1/+1
| * Merge topic 'cmake-E-cat-binary' into release-3.19Brad King2020-10-151-9/+15
| |\
* | | Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-211-0/+1
* | | cmake: -E cat stops when an empty file is encounteredJohnny Jazeix2021-09-181-0/+2
* | | LINK_WHAT_YOU_USE feature: externalize configurationMarc Chevrier2021-07-091-7/+4
* | | cmTransformDepfile: Add support for MSBuild AdditionalInputs formatBrad King2021-06-091-0/+2
* | | cmake_transform_depfile: Remove unused incomplete vstlog supportBrad King2021-06-021-2/+0
* | | cmOutputConverter: Adopt relative path conversion helpersBrad King2021-05-171-4/+12
* | | Windows: Use real artifact versioning symlinks if possibleGeorg Schwab2021-05-101-2/+13
* | | Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-2/+2
* | | Xcode: Add support of DEPFILE for add_custom_command, part 2Marc Chevrier2021-04-171-0/+2
* | | cmcmd: Improve error message from cmake_symlink_{library,executable}Brad King2021-04-151-8/+15
* | | Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-1/+1
* | | Source: Reduce c_str() usagevvs314152021-03-131-10/+10
* | | bindexplib: remove stray debugging output when using llvm-nmBrad King2021-02-181-1/+0
* | | clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-2/+2
* | | Ninja: add_custom_command(DEPFILE): Ensure dependencies consistencyMarc Chevrier2021-01-191-7/+29
* | | Makefile dependencies: ensure long paths are used on WindowsMarc Chevrier2021-01-091-5/+4
* | | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* | | Makefiles: Add support of DEPFILE for add_custom_commandMarc Chevrier2020-12-231-0/+2
* | | Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-291-28/+155
* | | Ninja: Exclude unused dyndep features during CMake bootstrapBrad King2020-11-161-1/+1
* | | MSVC: Suppress rc/mt/link output unless verbose is requestedOrgad Shaneh2020-11-111-1/+1
* | | llvm_rc: add llvm_rc option filter to correctly pick up all optionsThomas Bernard2020-10-281-3/+43
* | | Merge topic 'remove-server-mode'Brad King2020-10-151-46/+2
|\ \ \
| * | | server: remove deprecated 'cmake -E server' modeBrad King2020-10-141-46/+2
* | | | Merge topic 'cmake-E-cat-binary'Brad King2020-10-151-9/+15
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|