summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Add VersionCompareGreater helperGilles Khouzam2015-10-021-0/+8
* SystemTools: time operations on directoriesDomen Vrankar2015-09-291-4/+7
* SystemTools: set time file permissionsDomen Vrankar2015-09-291-2/+2
* Revert topic 'cpack-package-empty-dirs'Brad King2015-09-251-21/+0
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-221-0/+21
* Ninja: Refactor lookup of cmcldeps locationBrad King2015-09-181-0/+14
* cmSystemTools: Fix TrimWhitespace for non-ascii strings (#15735)Brad King2015-09-101-2/+2
* cmSystemTools: Factor out a cm_isspace helperBrad King2015-09-101-1/+6
* Merge topic 'find_program-NAMES_PER_DIR'Brad King2015-09-081-9/+0
|\
| * cmSystemTools: Drop unused StringEndsWith methodBrad King2015-09-021-9/+0
* | Merge topic 'vs-store-phone-cert-thumbs'Brad King2015-09-031-1/+1
|\ \ | |/ |/|
| * cmSystemTools: Skip ComputeCertificateThumbprint during bootstrapBrad King2015-09-021-1/+1
* | Merge topic 'vs-store-phone-cert-thumbs'Brad King2015-09-011-7/+8
|\ \ | |/
| * cmSystemTools: Use CreateFileW explicitly to pass wchar_t pathBrad King2015-08-311-7/+8
* | Merge topic 'makefile-color-when-needed'Brad King2015-08-311-1/+1
|\ \
| * | Makefile: Print color escapes only when necessaryBrad King2015-08-281-1/+1
* | | Merge topic 'vs-store-phone-cert-thumbs'Brad King2015-08-311-0/+88
|\ \ \ | | |/ | |/|
| * | VS: Windows Store/Phone package cert thumbprintGilles Khouzam2015-08-271-0/+88
* | | 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-141-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
|/ /