| Commit message (Expand) | Author | Age | Files | Lines |
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -13/+14 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -4/+6 |
|
|
* | Merge topic 'size-empty' | Brad King | 2016-06-03 | 1 | -1/+1 |
|\ |
|
| * | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 1 | -1/+1 |
|
|
* | | Merge topic 'simplify-boolean-expressions' | Brad King | 2016-06-03 | 1 | -5/+2 |
|\ \
| |/
|/| |
|
| * | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -5/+2 |
|
|
* | | Add option to control 'bin' directory of CMake's own installation (#16076) | Nicolas BUNEL | 2016-06-01 | 1 | -7/+14 |
|/ |
|
* | Merge topic 'style-cmSystemTools' | Brad King | 2016-05-26 | 1 | -1/+1 |
|\ |
|
| * | cmSystemTools: Fix indentation typo | Brad King | 2016-05-25 | 1 | -1/+1 |
|
|
* | | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|/ |
|
* | Fix support for large RPATH updates (#16105) | Brad King | 2016-05-19 | 1 | -26/+22 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -1355/+948 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -40/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Source: Sort includes of sys/types.h as clang-format would | Brad King | 2016-05-03 | 1 | -1/+1 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -7/+7 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+2 |
|
|
* | cmSystemTools: Avoid excess entropy consumption by RandomSeed (#15976) | Cristian Rodríguez | 2016-02-19 | 1 | -2/+4 |
|
|
* | cmSystemTools: Remove unused include <fcntl.h> | Brad King | 2016-02-19 | 1 | -2/+1 |
|
|
* | cmSystemTools: Teach RunSingleCommand to merge child pipes when possible | Brad King | 2016-01-19 | 1 | -23/+21 |
|
|
* | cmSystemTools: Simplify RunSingleCommand output string construction | Brad King | 2016-01-19 | 1 | -13/+4 |
|
|
* | cmSystemTools: Drop redundant condition in RunSingleCommand | Brad King | 2016-01-19 | 1 | -9/+7 |
|
|
* | install: Do not remove compiler-defined RPATH entries | Lior Goldberg | 2016-01-15 | 1 | -1/+26 |
|
|
* | Merge topic 'vs-win10-sdk' | Brad King | 2016-01-12 | 1 | -0/+8 |
|\ |
|
| * | cmSystemTools: Add VersionCompareEqual helper | Brad King | 2016-01-11 | 1 | -0/+8 |
|
|
* | | cmSystemTools: Preemptively adapt to future libarchive 4.0 changes | Brad King | 2015-10-28 | 1 | -0/+3 |
|/ |
|
* | cmSystemTools: Add VersionCompareGreater helper | Gilles Khouzam | 2015-10-02 | 1 | -0/+8 |
|
|
* | SystemTools: time operations on directories | Domen Vrankar | 2015-09-28 | 1 | -4/+7 |
|
|
* | SystemTools: set time file permissions | Domen Vrankar | 2015-09-28 | 1 | -2/+2 |
|
|
* | Revert topic 'cpack-package-empty-dirs' | Brad King | 2015-09-25 | 1 | -21/+0 |
|
|
* | CPack: allow packaging of empty directories | Domen Vrankar | 2015-09-22 | 1 | -0/+21 |
|
|
* | Ninja: Refactor lookup of cmcldeps location | Brad King | 2015-09-18 | 1 | -0/+14 |
|
|
* | cmSystemTools: Fix TrimWhitespace for non-ascii strings (#15735) | Brad King | 2015-09-10 | 1 | -2/+2 |
|
|
* | cmSystemTools: Factor out a cm_isspace helper | Brad King | 2015-09-10 | 1 | -1/+6 |
|
|
* | Merge topic 'find_program-NAMES_PER_DIR' | Brad King | 2015-09-08 | 1 | -9/+0 |
|\ |
|
| * | cmSystemTools: Drop unused StringEndsWith method | Brad King | 2015-09-02 | 1 | -9/+0 |
|
|
* | | Merge topic 'vs-store-phone-cert-thumbs' | Brad King | 2015-09-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | cmSystemTools: Skip ComputeCertificateThumbprint during bootstrap | Brad King | 2015-09-02 | 1 | -1/+1 |
|
|
* | | Merge topic 'vs-store-phone-cert-thumbs' | Brad King | 2015-09-01 | 1 | -7/+8 |
|\ \
| |/ |
|
| * | cmSystemTools: Use CreateFileW explicitly to pass wchar_t path | Brad King | 2015-08-31 | 1 | -7/+8 |
|
|
* | | Merge topic 'makefile-color-when-needed' | Brad King | 2015-08-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Makefile: Print color escapes only when necessary | Brad King | 2015-08-28 | 1 | -1/+1 |
|
|
* | | | Merge topic 'vs-store-phone-cert-thumbs' | Brad King | 2015-08-31 | 1 | -0/+88 |
|\ \ \
| | |/
| |/| |
|
| * | | VS: Windows Store/Phone package cert thumbprint | Gilles Khouzam | 2015-08-27 | 1 | -0/+88 |
|
|
* | | | Merge topic 'libarchive-modern-apis' | Brad King | 2015-08-25 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Use modern libarchive APIs | Páder Rezső | 2015-08-24 | 1 | -2/+2 |
| |/ / |
|
* | | | Remove use of include <cmsys/stl/*> and cmsys_stl::* | Brad King | 2015-08-20 | 1 | -1/+0 |
|
|
* | | | Remove use of include <cmsys/ios/*> and cmsys_ios::* | Brad King | 2015-08-20 | 1 | -1/+1 |
|/ / |
|
* | | cmSystemTools: Use extended length paths for Windows apis. | Clinton Stimpson | 2015-08-15 | 1 | -8/+11 |
|
|
* | | cmOutputConverter: Adopt EscapeWindowsShellArgument method | Brad King | 2015-07-08 | 1 | -19/+0 |
|
|