summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-191-1/+2
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Merge topic 'join-algorithm'Brad King2015-01-121-12/+6
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-12/+6
* | Merge topic 'add-xz-support'Brad King2015-01-121-8/+21
|\ \
| * | cmSystemTools: use an enumeration for compression formatsBen Boeckel2015-01-121-9/+20
| * | cmake -E tar: add support for .xz files with 'J'Ben Boeckel2015-01-091-2/+4
| |/
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-5/+1
|\ \
| * | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
| * | Drop SGI as a CMake host compiler.Stephen Kelly2015-01-081-4/+0
| |/
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+1
|/
* Mach-O: Use Mach-O parser to extract install names instead of otool.Clinton Stimpson2014-12-221-22/+12
* file: Use 'long' to represent the parsed LOCK TIMEOUT valueRuslan Baratov2014-12-051-3/+4
* cmSystemTools: Add StringToInt helperRuslan Baratov2014-12-031-0/+8
* Merge topic 'remove-ancient-msvc-workarounds'Brad King2014-11-251-3/+1
|\
| * cmSystemTools: Remove MSVC6 compatibility define.Stephen Kelly2014-11-201-3/+1
* | Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
|/
* cmSystemTools: reimplement verson comparison without sscanf()Rolf Eike Beer2014-10-311-13/+21
* Merge topic 'remove-borland-build'Brad King2014-10-211-5/+1
|\
| * Remove borland workarounds.Stephen Kelly2014-10-151-5/+1
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-14/+14
|/
* 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