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
*
cmcmd: Improve error handling when executing a process.
James Johnston
2015-08-08
1
-5/+14
*
cmAlgorithms: Rename cmRange to cmMakeRange.
Stephen Kelly
2015-07-22
1
-4/+5
*
Windows: Optionally generate DLL module definition files automatically
Bill Hoffman
2015-07-06
1
-0/+39
*
Merge topic 'run-include-what-you-use'
Brad King
2015-05-21
1
-0/+82
|
\
|
*
cmake: Add internal -E mode to run include-what-you-use with the compiler
Bill Hoffman
2015-05-19
1
-0/+82
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
|
/
*
Merge topic 'clean-up-cmMakefile'
Brad King
2015-04-21
1
-5/+2
|
\
|
*
cmMakefile: Rename SetStart* directory API to SetCurrent*.
Stephen Kelly
2015-04-20
1
-2/+2
|
*
cmake: Remove redundant start directories.
Stephen Kelly
2015-04-20
1
-2/+0
|
*
Remove redundant calls to MakeStartDirectoriesCurrent.
Stephen Kelly
2015-04-20
1
-1/+0
*
|
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-4/+4
|
/
*
cmake: Teach "-E tar" command a "--format=" option
Nils Gladitz
2015-04-10
1
-2/+31
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
cmAlgorithms: Add cmWrap.
Stephen Kelly
2015-02-20
1
-3/+1
*
Use cmJoin where possible.
Stephen Kelly
2015-02-20
1
-21/+3
*
cmcmd: Remove some comment copy-pasta.
Stephen Kelly
2015-02-17
1
-4/+0
*
Convert loops to cmJoin algorithm with cmRange.
Stephen Kelly
2015-02-11
1
-13/+2
*
Makefile: Fix output during parallel builds (#12991)
Brad King
2015-02-06
1
-42/+75
*
bootstrap: Enable color Makefile output
Brad King
2015-02-05
1
-9/+2
*
cmake: Teach "-E tar" command a "--files-from=" option
Brad King
2015-01-26
1
-0/+53
*
cmake: Teach "-E tar" command a "--mtime=" option
Brad King
2015-01-19
1
-2/+24
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Merge topic 'add-xz-support'
Brad King
2015-01-12
1
-8/+22
|
\
|
*
cmake -E tar: error out on multiple compression formats
Ben Boeckel
2015-01-12
1
-0/+10
|
*
cmSystemTools: use an enumeration for compression formats
Ben Boeckel
2015-01-12
1
-9/+8
|
*
cmake -E tar: add support for .xz files with 'J'
Ben Boeckel
2015-01-09
1
-2/+7
|
*
cmake -E tar: clean up flag documentation
Ben Boeckel
2015-01-08
1
-1/+1
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
|
cmcmd: fix copy/paste typo in '-E tar t' command
Ben Boeckel
2015-01-05
1
-1/+1
|
/
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-3/+3
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-20/+20
*
cmake: Add '-E env' command-line tool
Brad King
2014-06-23
1
-0/+51
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-13/+13
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-8/+8
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-9/+9
*
cmake: Add '-E sleep' command
Brad King
2014-01-21
1
-0/+28
*
cmake: Improve '-E create_symlink' edge case handling (#14713)
Brad King
2014-01-20
1
-15/+17
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-8/+9
*
cmake: Fix mt return value when hosted on posix (#14605)
Flynn Marquardt
2013-12-02
1
-1/+2
*
cmake: Validate -E cmake_autogen argument count (#14545)
Brad King
2013-11-05
1
-1/+1
*
Rename the cmake_automoc command to cmake_autogen.
Stephen Kelly
2013-10-24
1
-1/+1
*
Rename the cmQtAutoGenerator instances to reflect coming features.
Stephen Kelly
2013-10-24
1
-3/+3
*
Rename the cmQtAutomoc class to cmQtAutoGenerators.
Stephen Kelly
2013-10-24
1
-2/+2
*
cmake: Drop "cmake -E comspec" Win9x helper
Brad King
2013-10-19
1
-12/+2
*
cmake: Split -E command implementation into separate source file
Brad King
2013-10-03
1
-0/+1374