| Commit message (Expand) | Author | Age | Files | Lines |
* | cmAlgorithms: Add cmWrap. | Stephen Kelly | 2015-02-20 | 1 | -1/+1 |
|
|
* | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 1 | -0/+1 |
|
|
* | Merge topic 'use-algorithms' | Brad King | 2015-02-10 | 1 | -2/+6 |
|\ |
|
| * | cmSystemTools: Remove unnecessary comparison. | Stephen Kelly | 2015-02-06 | 1 | -1/+1 |
|
|
| * | cmSystemTools: Early return if size makes later comparison false. | Stephen Kelly | 2015-02-06 | 1 | -0/+4 |
|
|
| * | Remove use of cmsys_stl. | Stephen Kelly | 2015-02-05 | 1 | -1/+1 |
|
|
* | | Merge topic 'makefile-progress-improvements' | Brad King | 2015-02-10 | 1 | -6/+10 |
|\ \ |
|
| * | | Makefile: Print all color escape sequences before newline | Brad King | 2015-02-06 | 1 | -3/+9 |
|
|
| * | | bootstrap: Enable color Makefile output | Brad King | 2015-02-05 | 1 | -3/+1 |
| |/ |
|
* | | Merge branch 'backport-no-global-setlocale' into no-global-setlocale | Brad King | 2015-02-06 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Add setlocale() calls around use of libarchive APIs (#14934, #15377) | Brad King | 2015-02-06 | 1 | -0/+3 |
|
|
* | | cmake: Teach "-E tar" command a "--mtime=" option | Brad King | 2015-01-19 | 1 | -1/+2 |
|
|
* | | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | | Merge topic 'join-algorithm' | Brad King | 2015-01-12 | 1 | -12/+6 |
|\ \ |
|
| * | | Use the cmJoin algorithm where possible. | Stephen Kelly | 2015-01-08 | 1 | -12/+6 |
|
|
* | | | Merge topic 'add-xz-support' | Brad King | 2015-01-12 | 1 | -8/+21 |
|\ \ \ |
|
| * | | | cmSystemTools: use an enumeration for compression formats | Ben Boeckel | 2015-01-12 | 1 | -9/+20 |
|
|
| * | | | cmake -E tar: add support for .xz files with 'J' | Ben Boeckel | 2015-01-09 | 1 | -2/+4 |
| |/ / |
|
* | | | Merge topic 'drop-ancient-workarounds' | Brad King | 2015-01-12 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
| * | | | Drop SGI as a CMake host compiler. | Stephen Kelly | 2015-01-08 | 1 | -4/+0 |
| |/ / |
|
* | | | Use insert instead of a loop in some cases. | Stephen Kelly | 2015-01-11 | 1 | -5/+1 |
|/ / |
|
* | | Mach-O: Use Mach-O parser to extract install names instead of otool. | Clinton Stimpson | 2014-12-22 | 1 | -22/+12 |
|
|
* | | file: Use 'long' to represent the parsed LOCK TIMEOUT value | Ruslan Baratov | 2014-12-05 | 1 | -3/+4 |
|
|
* | | cmSystemTools: Add StringToInt helper | Ruslan Baratov | 2014-12-03 | 1 | -0/+8 |
|
|
* | | Merge topic 'remove-ancient-msvc-workarounds' | Brad King | 2014-11-25 | 1 | -3/+1 |
|\ \ |
|
| * | | cmSystemTools: Remove MSVC6 compatibility define. | Stephen Kelly | 2014-11-20 | 1 | -3/+1 |
|
|
* | | | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -2/+2 |
|/ / |
|
* | | cmSystemTools: reimplement verson comparison without sscanf() | Rolf Eike Beer | 2014-10-31 | 1 | -13/+21 |
|
|
* | | Merge topic 'remove-borland-build' | Brad King | 2014-10-21 | 1 | -5/+1 |
|\ \ |
|
| * | | Remove borland workarounds. | Stephen Kelly | 2014-10-15 | 1 | -5/+1 |
| |/ |
|
* | | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -14/+14 |
|/ |
|
* | Fix memory leaks in extract tar. | Bill Hoffman | 2014-07-23 | 1 | -0/+3 |
|
|
* | SystemTools: Use a set in Is{On,Off} | Ben Boeckel | 2014-07-08 | 1 | -6/+35 |
|
|
* | IsOff: Use the length for the string construction | Ben Boeckel | 2014-07-08 | 1 | -2/+3 |
|
|
* | Merge topic 'libarchive-encoding' | Brad King | 2014-07-02 | 1 | -6/+32 |
|\ |
|
| * | Encoding: Fix potential encoding issues with libarchive on Windows. | Clinton Stimpson | 2014-07-02 | 1 | -6/+32 |
|
|
* | | Merge topic 'bootstrap-cmake-locations' | Brad King | 2014-06-27 | 1 | -1/+6 |
|\ \ |
|
| * | | bootstrap: Fix "make test" and "make package" targets (#14989) | Brad King | 2014-06-25 | 1 | -0/+5 |
|
|
| * | | bootstrap: Clarify name of configured source directory | Brad King | 2014-06-25 | 1 | -1/+1 |
|
|
* | | | Encoding: Fix debug asserts parsing command line options with non-ascii chars. | Clinton Stimpson | 2014-06-17 | 1 | -1/+1 |
| |/
|/| |
|
* | | cmSystemTools: Add callback for Stderr | Brad King | 2014-05-15 | 1 | -14/+25 |
|
|
* | | cmSystemTools: Simplify InterruptCallback definition | Brad King | 2014-05-15 | 1 | -2/+2 |
|
|
* | | cmSystemTools: Rename ErrorCallback to MessageCallback | Brad King | 2014-05-15 | 1 | -9/+8 |
|
|
* | | Merge topic 'fix-atomic-rename-Windows-sharing-violation' | Brad King | 2014-05-14 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | cmSystemTools::RenameFile: Retry on Windows ERROR_SHARING_VIOLATION | Eric Berge | 2014-05-13 | 1 | -2/+4 |
|
|
* | | cmSystemTools: Remove unreachable return on HP compiler | Brad King | 2014-04-08 | 1 | -1/+1 |
|
|
* | | Re-word comment on unreachable return statements | Brad King | 2014-04-07 | 1 | -1/+1 |
|
|
* | | Merge topic 'clang-warnings' | Brad King | 2014-04-03 | 1 | -0/+3 |
|\ \ |
|
| * | | cmSystemTools: Restore unreachable return to silence warnings | Brad King | 2014-04-02 | 1 | -0/+3 |
|
|