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
*
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
|
|
/
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-10/+10
|
/
*
Merge topic 'modernize-for-loops-c-arrays'
Brad King
2019-02-19
1
-15/+15
|
\
|
*
Modernize: C-arrays and loops over them
Artur Ryt
2019-02-15
1
-15/+15
*
|
cmSystemTools: Remove redundant cmCopyFile() and Split()
Vitaly Stakhovsky
2019-02-15
1
-1/+1
|
/
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-1/+1
*
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-5/+3
*
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-6/+6
|
\
|
*
cmake: cmcmd.cxx fix "The arguments are" comments
Florian Maushart
2019-01-25
1
-6/+6
*
|
cmake: Add --ignore-eol option to `-E compare_files` command
Taylor Braun-Jones
2019-01-28
1
-5/+16
*
|
Merge topic 'renamefile-string'
Brad King
2019-01-25
1
-1/+1
|
\
\
|
*
|
cmSystemTools::RenameFile: Accepts std::string args
Vitaly Stakhovsky
2019-01-23
1
-1/+1
|
|
/
*
|
Merge topic 'error-overloads'
Brad King
2019-01-25
1
-5/+5
|
\
\
|
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-5/+5
|
|
/
*
|
cmLocalUnixMakefileGenerator3: more methods accept std::string
Vitaly Stakhovsky
2019-01-22
1
-2/+1
|
/
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-8/+8
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-2/+4
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-2/+2
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
cpplint: only print diagnostics to console if there are errors
jasjuang
2019-01-11
1
-3/+6
*
cmake: add error message when '-E touch' fails
Isaiah Norton
2018-11-27
1
-0/+4
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-12/+12
*
Merge topic 'msvc-custom-rc-mt'
Brad King
2018-11-02
1
-2/+10
|
\
|
*
MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe}
Mateusz Zych
2018-10-29
1
-2/+10
*
|
Fail the build if cppcheck returns a non-zero exit code
Harald Brinkmann
2018-10-11
1
-3/+7
|
/
*
cmake: Add '-E create_symlink' support on Windows
Jon Chronopoulos
2018-09-18
1
-6/+1
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-4/+4
[next]