summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Teach "-E tar" command a "--files-from=" optionBrad King2015-01-261-0/+53
* cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-191-2/+24
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Merge topic 'add-xz-support'Brad King2015-01-121-8/+22
|\
| * cmake -E tar: error out on multiple compression formatsBen Boeckel2015-01-121-0/+10
| * cmSystemTools: use an enumeration for compression formatsBen Boeckel2015-01-121-9/+8
| * cmake -E tar: add support for .xz files with 'J'Ben Boeckel2015-01-091-2/+7
| * cmake -E tar: clean up flag documentationBen Boeckel2015-01-081-1/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | cmcmd: fix copy/paste typo in '-E tar t' commandBen Boeckel2015-01-051-1/+1
|/
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-3/+3
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-20/+20
* cmake: Add '-E env' command-line toolBrad King2014-06-231-0/+51
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-13/+13
* Remove some c_str() calls.Stephen Kelly2014-03-111-8/+8
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-9/+9
* cmake: Add '-E sleep' commandBrad King2014-01-211-0/+28
* cmake: Improve '-E create_symlink' edge case handling (#14713)Brad King2014-01-201-15/+17
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-8/+9
* cmake: Fix mt return value when hosted on posix (#14605)Flynn Marquardt2013-12-021-1/+2
* cmake: Validate -E cmake_autogen argument count (#14545)Brad King2013-11-051-1/+1
* Rename the cmake_automoc command to cmake_autogen.Stephen Kelly2013-10-241-1/+1
* Rename the cmQtAutoGenerator instances to reflect coming features.Stephen Kelly2013-10-241-3/+3
* Rename the cmQtAutomoc class to cmQtAutoGenerators.Stephen Kelly2013-10-241-2/+2
* cmake: Drop "cmake -E comspec" Win9x helperBrad King2013-10-191-12/+2
* cmake: Split -E command implementation into separate source fileBrad King2013-10-031-0/+1374