summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks in extract tar.Bill Hoffman2014-07-231-0/+3
* SystemTools: Use a set in Is{On,Off}Ben Boeckel2014-07-081-6/+35
* IsOff: Use the length for the string constructionBen Boeckel2014-07-081-2/+3
* Merge topic 'libarchive-encoding'Brad King2014-07-021-6/+32
|\
| * Encoding: Fix potential encoding issues with libarchive on Windows.Clinton Stimpson2014-07-021-6/+32
* | Merge topic 'bootstrap-cmake-locations'Brad King2014-06-271-1/+6
|\ \
| * | bootstrap: Fix "make test" and "make package" targets (#14989)Brad King2014-06-251-0/+5
| * | bootstrap: Clarify name of configured source directoryBrad King2014-06-251-1/+1
* | | Encoding: Fix debug asserts parsing command line options with non-ascii chars.Clinton Stimpson2014-06-171-1/+1
| |/ |/|
* | cmSystemTools: Add callback for StderrBrad King2014-05-151-14/+25
* | cmSystemTools: Simplify InterruptCallback definitionBrad King2014-05-151-2/+2
* | cmSystemTools: Rename ErrorCallback to MessageCallbackBrad King2014-05-151-9/+8
* | Merge topic 'fix-atomic-rename-Windows-sharing-violation'Brad King2014-05-141-2/+4
|\ \ | |/
| * cmSystemTools::RenameFile: Retry on Windows ERROR_SHARING_VIOLATIONEric Berge2014-05-131-2/+4
* | cmSystemTools: Remove unreachable return on HP compilerBrad King2014-04-081-1/+1
* | Re-word comment on unreachable return statementsBrad King2014-04-071-1/+1
* | Merge topic 'clang-warnings'Brad King2014-04-031-0/+3
|\ \
| * | cmSystemTools: Restore unreachable return to silence warningsBrad King2014-04-021-0/+3
* | | Merge topic 'clang-warnings'Brad King2014-04-011-1/+0
|\ \ \ | |/ /
| * | Remove 'return' statements that can never be reachedSean McBride2014-03-311-1/+0
| |/
* | 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