summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add missing braces around statements.Daniel Pfeifer2016-06-101-4/+6
* Merge topic 'size-empty'Brad King2016-06-031-1/+1
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-1/+1
* | Merge topic 'simplify-boolean-expressions'Brad King2016-06-031-5/+2
|\ \ | |/ |/|
| * Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+2
* | Add option to control 'bin' directory of CMake's own installation (#16076)Nicolas BUNEL2016-06-011-7/+14
|/
* Merge topic 'style-cmSystemTools'Brad King2016-05-261-1/+1
|\
| * cmSystemTools: Fix indentation typoBrad King2016-05-251-1/+1
* | Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
|/
* Fix support for large RPATH updates (#16105)Brad King2016-05-191-26/+22
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1355/+948
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-40/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Source: Sort includes of sys/types.h as clang-format wouldBrad King2016-05-031-1/+1
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* Source: Stabilize include orderBrad King2016-04-291-1/+2
* cmSystemTools: Avoid excess entropy consumption by RandomSeed (#15976)Cristian Rodríguez2016-02-191-2/+4
* cmSystemTools: Remove unused include <fcntl.h>Brad King2016-02-191-2/+1
* cmSystemTools: Teach RunSingleCommand to merge child pipes when possibleBrad King2016-01-191-23/+21
* cmSystemTools: Simplify RunSingleCommand output string constructionBrad King2016-01-191-13/+4
* cmSystemTools: Drop redundant condition in RunSingleCommandBrad King2016-01-191-9/+7
* install: Do not remove compiler-defined RPATH entriesLior Goldberg2016-01-151-1/+26
* Merge topic 'vs-win10-sdk'Brad King2016-01-121-0/+8
|\
| * cmSystemTools: Add VersionCompareEqual helperBrad King2016-01-111-0/+8
* | cmSystemTools: Preemptively adapt to future libarchive 4.0 changesBrad King2015-10-281-0/+3
|/
* cmSystemTools: Add VersionCompareGreater helperGilles Khouzam2015-10-021-0/+8
* SystemTools: time operations on directoriesDomen Vrankar2015-09-281-4/+7
* SystemTools: set time file permissionsDomen Vrankar2015-09-281-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-151-8/+11
* | cmOutputConverter: Adopt EscapeWindowsShellArgument methodBrad King2015-07-081-19/+0
* | cmSystemTools: Add StringToULong helperBrad King2015-06-301-0/+9
|/