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
*
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
*
|
Merge topic 'tar-zstd-compression'
Brad King
2019-05-30
1
-3/+6
|
\
\
|
|
/
|
/
|
|
*
cmake: Teach cmake -E tar command, Zstandard compression
Bartosz Kosiorek
2019-05-22
1
-3/+6
*
|
Merge topic 'selective-tar-extracting-and-listing'
Brad King
2019-05-24
1
-2/+2
|
\
\
|
*
|
cmake: tar: Allow selective extracting and listing of archives
Bartosz Kosiorek
2019-05-23
1
-2/+2
|
|
/
*
|
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-6/+5
|
/
*
Autogen: Rename `cmQtAutoGeneratorMocUic` class to `cmQtAutoMocUic`
Sebastian Holtermann
2019-04-15
1
-2/+2
*
Autogen: Rename cmQtAutoGeneratorRcc to cmQtAutoRcc
Sebastian Holtermann
2019-04-06
1
-2/+2
*
Merge topic 'refactor-cmcmd'
Brad King
2019-04-01
1
-76/+69
|
\
|
*
cmcmd: Modernize for loops with cmMakeRange
Artur Ryt
2019-03-30
1
-66/+58
|
*
cmcmd: Pass args vector by const&
Artur Ryt
2019-03-30
1
-10/+11
*
|
Modernize: Prefer .substr in place of .c_str() + int
Artur Ryt
2019-03-30
1
-1/+1
|
/
*
cmake: tar: Parse 'cmake -E tar' arguments
Bartosz Kosiorek
2019-03-20
1
-18/+44
*
cmake: tar: Display warning when no files provided during archive creation
Bartosz Kosiorek
2019-03-18
1
-0/+4
*
cmake: Upgrade 'cmake -E' commands description
Bartosz Kosiorek
2019-03-12
1
-2/+2
*
Merge topic 'llvm-rc'
Brad King
2019-03-04
1
-1/+2
|
\
|
*
RC: Pass output file in a way that llvm-rc 7 and below understand
Zsolt Parragi
2019-02-27
1
-1/+2
*
|
Merge topic 'cmrange-improvements'
Brad King
2019-02-25
1
-0/+1
|
\
\
|
*
|
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
|
|
/
[next]