287 Commits (b10930040dc329f1d40ea5d2f8b5f4406eb6012b)

Author SHA1 Message Date
Peter Würth b10930040d cmcmd: add end of options delimiter to cmake -E commands 4 years ago
Rose 6f4727aaa0 Source: Replace C headers with C++ ones 4 years ago
Brad King 4862f3b2c8 cmcmd: Write progress and tar errors directly to stderr 4 years ago
Brad King efc6c23a47 bootstrap: Do not declare cmSystemTools functions that are not implemented 4 years ago
Sean McBride 1cf14f8c03 Source: fix many -Wmissing-prototypes warnings by marking functions static 4 years ago
Brad King 40e73c5ac4 Source: Fix typo in _WIN32 preprocessor checks 4 years ago
Marc Chevrier 59ad7a1c24 Move helpers functions from cmStringAlgorithms.h to cmValue.h 4 years ago
Johnny Jazeix 0b4a56e64b cmake: -E cat stops when an empty file is encountered 4 years ago
Marc Chevrier 14e57e9637 LINK_WHAT_YOU_USE feature: externalize configuration 4 years ago
Brad King 7291f31254 cmTransformDepfile: Add support for MSBuild AdditionalInputs format 4 years ago
Brad King f0e9d74a2d cmake_transform_depfile: Remove unused incomplete vstlog support 4 years ago
Brad King 8526756b61 cmOutputConverter: Adopt relative path conversion helpers 4 years ago
Georg Schwab d0c31cbff9 Windows: Use real artifact versioning symlinks if possible 4 years ago
Josef Angstenberger 5950e54325
Source: Fix typos and spelling in comments 4 years ago
Marc Chevrier 253aff6c94 Xcode: Add support of DEPFILE for add_custom_command, part 2 4 years ago
Brad King 79a2f1e22a cmcmd: Improve error message from cmake_symlink_{library,executable} 4 years ago
Brad King ec1b6157cb Update CMake code using KWSys to account for Status return values 4 years ago
vvs31415 12624ebd7e Source: Reduce c_str() usage 4 years ago
Brad King 06e5077688 bindexplib: remove stray debugging output when using llvm-nm 5 years ago
Ben Boeckel cdfc4e3195 clang-tidy: fix `readability-qualified-auto` warnings 5 years ago
Marc Chevrier b5c2163293 Ninja: add_custom_command(DEPFILE): Ensure dependencies consistency 5 years ago
Marc Chevrier 8ec7408d74 Makefile dependencies: ensure long paths are used on Windows 5 years ago
Oleksandr Koval 209daa20b2 Code style: add missed explicit 'this->' 5 years ago
Marc Chevrier cfd8a5ac1f Makefiles: Add support of DEPFILE for add_custom_command 5 years ago
Marc Chevrier 2c71d051fa Makefiles Generators: use compiler for dependencies generation 5 years ago
Brad King fa18069ebd Ninja: Exclude unused dyndep features during CMake bootstrap 5 years ago
Orgad Shaneh 8e2eba6b4c MSVC: Suppress rc/mt/link output unless verbose is requested 5 years ago
Thomas Bernard ea03f50842 llvm_rc: add llvm_rc option filter to correctly pick up all options 5 years ago
Brad King 9952ee063a server: remove deprecated 'cmake -E server' mode 5 years ago
Johnny Jazeix f7a5f28318 cmake: Fix '-E cat' command for binary files on Windows 5 years ago
Brad King 90b39a5209 cmConsoleBuf: Factor out cout/cerr console buffer management 5 years ago
Kyle Edwards b2c14bc774 cmake -E: Add cmake_transform_depfile internal command 5 years ago
Kyle Edwards 491dddfbde Bootstrap: Add support for Ninja 5 years ago
Thomas Bernard a94672b919 cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflict 5 years ago
Sibi Siddharthan 2fad00940d cmake: Add -E create_hardlink 5 years ago
Vitaly Stakhovsky 8ef18e8525 Clean a few string conversions 5 years ago
Asit Dhal b5b6075522 cmake: add dedicated error for -E compare_files invalid arguments 5 years ago
Asit Dhal a7d44d55ae cmake: remove -E compare_files error message if files differ 5 years ago
Marc Chevrier 2faa3f6c55 Refactoring: Third-parties public headers are under cm3p prefix 5 years ago
Kenney Phillis 7ca13e04fa Windows: Merge user-provided manifests into compiled resource 5 years ago
Marc Chevrier aacd4e4a90 Refactoring: add cm::contains to <cmext/algorithm> 5 years ago
Johnny Jazeix a625f30785 cmake -E: add cat command. 5 years ago
Ben Boeckel f2a33107be clang-tidy: address bugprone-branch-clone lints 5 years ago
Thomas Bernard 35a29ec827 llvm-rc: Restore include path for data after explicit preprocessing 5 years ago
Thomas Bernard dc93cbb0d8 llvm-rc: Print stderr output when calling tools through cmake_llvm_rc 5 years ago
Alex Turbov 8e3a65d963
Refactor: Avoid `std::endl` where it's not necessary (part 3) 5 years ago
Rolf Eike Beer 48adc29721 replace "std::string::find(x) == 0" with cmHasPrefix() 5 years ago
Rolf Eike Beer bfb69f9543 replace "substr(0, xx) ==" with cmHasPrefix() 5 years ago
Thomas Bernard 1c2d031cbd Add -E cmake_llvm_rc to preprocess files for llvm-rc 6 years ago
Marc Chevrier a00960288b GlobalGenerator family: modernize memory management 6 years ago