| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'kwsys-environ-cleanup' | David Cole | 2012-05-01 | 1 | -35/+14 |
|\ |
|
| * | CTest: Simplify environment save/restore | Brad King | 2012-04-24 | 1 | -35/+14 |
|
|
* | | Merge topic 'mac_environ' | David Cole | 2012-04-25 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | [OSX] Fixed undefined symbol when linking CMakeLib into shared library | Konstantin Tokarev | 2012-03-03 | 1 | -0/+3 |
|
|
* | | Merge branch 'target-include-directories' into ninja-generator | David Cole | 2012-02-22 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | Merge topic 'interrupt-bug-12649' | David Cole | 2012-02-14 | 1 | -0/+16 |
| |\ |
|
| | * | cmake-gui: Improve interrupt granularity to fix bug 12649. | Clinton Stimpson | 2012-01-02 | 1 | -0/+16 |
|
|
* | | | Add cmSystemTools::TrimWhitespace function | Peter Collingbourne | 2012-02-02 | 1 | -0/+14 |
|/ / |
|
* | | Handle libarchive API change in archive_read_data_block | Brad King | 2011-12-22 | 1 | -0/+4 |
|/ |
|
* | Factor Compute(File|String)MD5 into cmCryptoHash helper | Brad King | 2011-11-16 | 1 | -50/+7 |
|
|
* | RunSingleCommand: Avoid assignment in condition | Brad King | 2011-07-28 | 1 | -1/+1 |
|
|
* | RunSingleCommand: Add a OUTPUT_NORMAL flag. | Johan Björk | 2011-07-28 | 1 | -1/+21 |
|
|
* | RunSingleCommand: Replace verbose boolean with enum | Johan Björk | 2011-07-28 | 1 | -11/+13 |
|
|
* | RunSingleCommand: Fix indentation | Brad King | 2011-07-28 | 1 | -18/+18 |
|
|
* | cmSystemTools: Remove trailing whitespace | Brad King | 2011-07-28 | 1 | -81/+81 |
|
|
* | Merge topic 'xcode-source_groups-folders-issue-10039' | Brad King | 2011-06-08 | 1 | -0/+32 |
|\ |
|
| * | CMake: Move tokenize to cmSystemTools | Johan Björk | 2011-06-07 | 1 | -0/+32 |
|
|
* | | Merge topic 'dont-compress-memcheck-output' | Brad King | 2011-06-02 | 1 | -1/+1 |
|\ \ |
|
| * | | We will actually compress memcheck output if the server supports it. | Zach Mullen | 2011-05-26 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'output-compile-lines' | Brad King | 2011-05-24 | 1 | -0/+16 |
|\ \ |
|
| * | | run_compile_commands: Avoid extra stl vector conversion | Brad King | 2011-05-18 | 1 | -0/+16 |
| |/ |
|
* | | Explicitly cast time value in cmSystemTools::RandomSeed | Brad King | 2011-05-19 | 1 | -2/+2 |
|
|
* | | VS 6: Define _WIN32_WINNT to load wincrypt.h correctly | Brad King | 2011-05-18 | 1 | -0/+6 |
|
|
* | | Improve string(RANDOM) default seed | Brad King | 2011-05-17 | 1 | -0/+64 |
|/ |
|
* | Merge topic 'style-line-length' | Brad King | 2010-09-14 | 1 | -1/+2 |
|\ |
|
| * | Fix line-too-long style errors | Brad King | 2010-09-10 | 1 | -1/+2 |
|
|
* | | Preserve timestamps on files on tar extract. | David Cole | 2010-09-09 | 1 | -2/+10 |
|/ |
|
* | CPack Backward-compatibly enforce DESTDIR for DEB and RPM | Eric NOULARD | 2010-08-23 | 1 | -1/+16 |
|
|
* | Remove cmSystemTools::EscapeSpaces method | Brad King | 2010-08-18 | 1 | -43/+0 |
|
|
* | Add ZIP archive format and LZMA compress support to libarchive-wrapper | Eric NOULARD | 2010-08-13 | 1 | -1/+2 |
|
|
* | Include entries for directories in tarballs (#11020) | Brad King | 2010-08-06 | 1 | -123/+22 |
|
|
* | Include headers from chosen libarchive (#10923) | Brad King | 2010-08-05 | 1 | -2/+1 |
|
|
* | Fix or cast more integer conversions in cmake | Brad King | 2010-06-29 | 1 | -4/+4 |
|
|
* | Fix or cast integer conversions in cmake | Brad King | 2010-06-25 | 1 | -3/+3 |
|
|
* | CPack: Try harder to remove temporary dir (#10793) | Brad King | 2010-06-04 | 1 | -0/+15 |
|
|
* | Do not list file names during 'cmake -E tar xz' | Brad King | 2010-05-05 | 1 | -1/+2 |
|
|
* | Add missing archive_read_finish calls to fix some of the presently reported v... | David Cole | 2009-12-28 | 1 | -1/+1 |
|
|
* | Preserve environment variables across calls to cmCTestScriptHandler::RunConfi... | David Cole | 2009-12-23 | 1 | -0/+12 |
|
|
* | Move cURL dependent code out of CMakeLib to fix complex tests. | Zach Mullen | 2009-12-22 | 1 | -53/+0 |
|
|
* | Fix broken bootstrap test | Zach Mullen | 2009-12-22 | 1 | -2/+1 |
|
|
* | Make new web api safe for bootstrap build. | Zach Mullen | 2009-12-21 | 1 | -0/+2 |
|
|
* | Added functionality to allow CTest to easily access web APIs. This will be u... | Zach Mullen | 2009-12-21 | 1 | -0/+52 |
|
|
* | Added support for CTest awareness of the CDash version. This will help forwa... | Zach Mullen | 2009-12-21 | 1 | -0/+27 |
|
|
* | use different tar format to handle longer file names | Bill Hoffman | 2009-11-14 | 1 | -1/+1 |
|
|
* | Show the current file when there is a tar error | Bill Hoffman | 2009-11-13 | 1 | -0/+2 |
|
|
* | fix warning for borland | Bill Hoffman | 2009-11-13 | 1 | -0/+3 |
|
|
* | Fix missing return value. | Bill Hoffman | 2009-11-12 | 1 | -0/+1 |
|
|
* | Fix for working with symlinks in tar files | Bill Hoffman | 2009-11-09 | 1 | -29/+29 |
|
|
* | Fix some warnings | Bill Hoffman | 2009-11-08 | 1 | -2/+2 |
|
|
* | go back to running stat and put size check in | Bill Hoffman | 2009-11-08 | 1 | -4/+4 |
|
|