index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmcmd.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
\
|
|
/
|
/
|
|
*
cmake: Fix '-E cat' command for binary files on Windows
Johnny Jazeix
2020-10-14
1
-1
/
+13
|
*
cmConsoleBuf: Factor out cout/cerr console buffer management
Brad King
2020-10-14
1
-8
/
+2
*
|
cmake -E: Add cmake_transform_depfile internal command
Kyle Edwards
2020-10-13
1
-0
/
+18
*
|
Merge topic 'bootstrap-ninja'
Brad King
2020-08-11
1
-1
/
+1
|
\
\
|
*
|
Bootstrap: Add support for Ninja
Kyle Edwards
2020-08-10
1
-1
/
+1
*
|
|
cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflict
Thomas Bernard
2020-08-07
1
-2
/
+6
|
/
/
*
|
cmake: Add -E create_hardlink
Sibi Siddharthan
2020-07-15
1
-0
/
+29
*
|
Clean a few string conversions
Vitaly Stakhovsky
2020-07-09
1
-12
/
+7
*
|
cmake: add dedicated error for -E compare_files invalid arguments
Asit Dhal
2020-06-15
1
-1
/
+1
*
|
cmake: remove -E compare_files error message if files differ
Asit Dhal
2020-06-10
1
-2
/
+0
|
/
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-2
/
+1
*
Merge topic 'win-user-manifest-rc'
Brad King
2020-04-22
1
-3
/
+12
|
\
|
*
Windows: Merge user-provided manifests into compiled resource
Kenney Phillis
2020-04-21
1
-3
/
+12
*
|
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-2
/
+1
*
|
Merge topic 'cat_cmd_20557'
Kyle Edwards
2020-04-16
1
-0
/
+35
|
\
\
|
*
|
cmake -E: add cat command.
Johnny Jazeix
2020-04-15
1
-0
/
+35
|
|
/
*
|
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-3
/
+2
|
/
*
Merge topic 'llvm-rc-include-path'
Brad King
2020-04-07
1
-5
/
+15
|
\
|
*
llvm-rc: Restore include path for data after explicit preprocessing
Thomas Bernard
2020-04-06
1
-5
/
+15
*
|
Merge topic 'llvm-rc-stderr'
Brad King
2020-03-27
1
-0
/
+9
|
\
\
|
|
/
|
*
llvm-rc: Print stderr output when calling tools through cmake_llvm_rc
Thomas Bernard
2020-03-26
1
-0
/
+9
*
|
Merge topic 'cleanup-endls-3'
Brad King
2020-03-26
1
-6
/
+8
|
\
\
|
*
|
Refactor: Avoid `std::endl` where it's not necessary (part 3)
Alex Turbov
2020-03-24
1
-6
/
+8
|
|
/
*
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3
/
+3
*
|
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3
/
+2
|
/
*
Add -E cmake_llvm_rc to preprocess files for llvm-rc
Thomas Bernard
2020-02-04
1
-0
/
+111
*
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
1
-4
/
+4
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-3
/
+5
[next]