summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'libarchive-modern-apis'Brad King2015-08-251-2/+2
|\
| * Use modern libarchive APIsPáder Rezső2015-08-241-2/+2
* | Remove use of include <cmsys/stl/*> and cmsys_stl::*Brad King2015-08-201-1/+0
* | Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-1/+1
|/
* cmSystemTools: Use extended length paths for Windows apis.Clinton Stimpson2015-08-151-8/+11
* cmOutputConverter: Adopt EscapeWindowsShellArgument methodBrad King2015-07-081-19/+0
* cmSystemTools: Add StringToULong helperBrad King2015-06-301-0/+9
* cmSystemTools: Fix IsPathToFramework implementation (#15535)Brad King2015-04-271-9/+2
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-19/+44
* cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-101-2/+5
* cmAlgorithms: Add cmWrap.Stephen Kelly2015-02-201-1/+1
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+1
* Merge topic 'use-algorithms'Brad King2015-02-101-2/+6
|\
| * cmSystemTools: Remove unnecessary comparison.Stephen Kelly2015-02-061-1/+1
| * cmSystemTools: Early return if size makes later comparison false.Stephen Kelly2015-02-061-0/+4
| * Remove use of cmsys_stl.Stephen Kelly2015-02-051-1/+1
* | Merge topic 'makefile-progress-improvements'Brad King2015-02-101-6/+10
|\ \
| * | Makefile: Print all color escape sequences before newlineBrad King2015-02-061-3/+9
| * | bootstrap: Enable color Makefile outputBrad King2015-02-051-3/+1
| |/
* | Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-0/+3
|\ \ | |/ |/|
| * Add setlocale() calls around use of libarchive APIs (#14934, #15377)Brad King2015-02-061-0/+3
* | 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