summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-41/+9
* stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-3/+4
* stringapi: Use strings for globbing parametersBen Boeckel2014-03-081-6/+6
* stringapi: Accept strings when MD5 hashing dataBen Boeckel2014-03-081-2/+2
* ExpandListArguments: Optimize the parserBen Boeckel2014-02-211-33/+18
* Windows: Make file delete/rename retry configurableBrad King2014-02-121-4/+42
* Merge topic 'minor-cleanups'Brad King2014-01-071-10/+3
|\
| * Add cmHasLiteralSuffix API.Stephen Kelly2014-01-061-10/+3
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-6/+7
|/
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-11/+21
* cmSystemTools: Add PrintSingleCommand methodBrad King2013-11-151-0/+17
* cmSystemTools: Add RunSingleCommand overload for std::vector<std::string>Brad King2013-11-151-1/+17
* Refactor internal resource location APIs and initializationBrad King2013-11-121-9/+143
* cmake: Avoid '-E tar' failure to extract symlinks on Windows (#13251)Brad King2013-11-011-0/+8
* cmSystemTools: Re-order extract_tar logicBrad King2013-11-011-20/+21
* cmSystemTools: Drop old RunCommand methodBrad King2013-10-191-358/+0
* Teach --help-* options to load documentation from .rst filesBrad King2013-10-161-0/+7
* Merge topic 'passthru'Brad King2013-07-311-1/+7
|\
| * Add option to use stdout/stderr of original terminal in cmake --buildPatrick Gansterer2013-07-291-1/+7
* | OS X: If necessary, use xcrun to help find otool used to query install names.Clinton Stimpson2013-07-271-1/+9
|/
* VS: Avoid leaking child process output back to IDE (#14266)Brad King2013-07-161-1/+9
* Merge topic 'make-depends-collapse-paths'Brad King2013-07-021-0/+34
|\
| * cmDependsC: Collapse relative include pathsPavel Shramov2013-06-261-0/+34
* | Merge topic 'version-compare-genex'Brad King2013-06-261-5/+10
|\ \
| * | De-duplicate version comparison code.Stephen Kelly2013-06-121-5/+10
* | | Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+1
| |/ |/|
* | OS X: Improvements for getting install name of dylib.Clinton Stimpson2013-06-061-1/+4
|/
* OS X: Add RPATH support for Mac.Clinton Stimpson2013-06-031-0/+21
* cmSystemTools: Generalize TrimWhitespace to all whitespacePetr Kmoch2013-03-271-2/+2
* Fix cmSystemTools::RenameFile race on WindowsBrad King2013-02-041-31/+20
* Merge topic 'use-cmsys-auto_ptr'Brad King2012-11-271-1/+0
|\
| * Always use the auto_ptr from cmsys.Stephen Kelly2012-11-201-1/+0
* | CMake: Fix infinite loop untarring corrupt tar fileDavid Cole2012-11-261-2/+5
|/
* Merge topic 'kwsys-environ-cleanup'David Cole2012-05-011-35/+14
|\
| * CTest: Simplify environment save/restoreBrad King2012-04-241-35/+14
* | Merge topic 'mac_environ'David Cole2012-04-251-0/+3
|\ \ | |/ |/|
| * [OSX] Fixed undefined symbol when linking CMakeLib into shared libraryKonstantin Tokarev2012-03-031-0/+3
* | Merge branch 'target-include-directories' into ninja-generatorDavid Cole2012-02-221-0/+16
|\ \ | |/
| * Merge topic 'interrupt-bug-12649'David Cole2012-02-141-0/+16
| |\
| | * cmake-gui: Improve interrupt granularity to fix bug 12649.Clinton Stimpson2012-01-021-0/+16
* | | Add cmSystemTools::TrimWhitespace functionPeter Collingbourne2012-02-021-0/+14
|/ /
* | Handle libarchive API change in archive_read_data_blockBrad King2011-12-221-0/+4
|/
* Factor Compute(File|String)MD5 into cmCryptoHash helperBrad King2011-11-161-50/+7
* RunSingleCommand: Avoid assignment in conditionBrad King2011-07-281-1/+1
* RunSingleCommand: Add a OUTPUT_NORMAL flag.Johan Björk2011-07-281-1/+21
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-11/+13
* RunSingleCommand: Fix indentationBrad King2011-07-281-18/+18
* cmSystemTools: Remove trailing whitespaceBrad King2011-07-281-81/+81
* Merge topic 'xcode-source_groups-folders-issue-10039'Brad King2011-06-081-0/+32
|\