index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmcmd.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-1/+1
*
Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to Windows
Isuru Fernando
2019-12-06
1
-8/+7
*
cmake -E: Add rm with improved semantics over remove and remove_directory
Johnny Jazeix
2019-11-13
1
-10/+82
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6/+9
*
Autogen: Make cmQtAutoMocUic a free function
Sebastian Holtermann
2019-09-28
1
-2/+2
*
Autogen: Make cmQtAutoRcc a free function
Sebastian Holtermann
2019-09-28
1
-2/+1
*
Autogen: Refactor json info file reading interface
Sebastian Holtermann
2019-09-28
1
-7/+7
*
Autogen: Variable renames and cleanups
Sebastian Holtermann
2019-09-25
1
-4/+4
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-4/+4
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-1/+1
*
Windows: Prevent auto exports to be regenerated on every build
Daniel Eiband
2019-09-09
1
-8/+25
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-2/+2
*
Merge topic 'clang-ipo-support'
Brad King
2019-09-03
1
-2/+11
|
\
|
*
bindexplib: supporting llvm bitcode formats using llvm-nm
Zsolt Parragi
2019-08-30
1
-2/+11
*
|
Merge topic 'remove_directory-symlink'
Brad King
2019-08-30
1
-4/+11
|
\
\
|
|
/
|
/
|
|
*
cmake: Teach -E remove_directory to remove directory symlinks
Jon Chronopoulos
2019-08-30
1
-4/+11
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6/+3
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-10/+5
*
Merge topic 'isolate-declarations'
Brad King
2019-08-22
1
-2/+4
|
\
|
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-2/+4
*
|
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-7/+1
|
\
\
|
|
/
|
/
|
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-7/+1
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-4/+3
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-6/+5
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-12/+12
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
cmake -E: Add true and false commands
Kyle Edwards
2019-07-11
1
-0/+12
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
cmake: Simplify implementation of -E capabilities
Brad King
2019-06-07
1
-5/+1
*
cmake: Teach -E remove_directory to remove multiple directories
John Freeman
2019-06-03
1
-8/+12
*
Merge topic 'string-tar'
Brad King
2019-05-30
1
-4/+4
|
\
|
*
cmSystemTools: std::string parameters for tar functions
Vitaly Stakhovsky
2019-05-29
1
-4/+4
[next]