summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix cmSystemTools::RenameFile race on WindowsBrad King2013-02-041-31/+20
* Merge topic 'use-cmsys-auto_ptr'Brad King2012-11-271-1/+0
|\
| * Always use the auto_ptr from cmsys.Stephen Kelly2012-11-211-1/+0
* | CMake: Fix infinite loop untarring corrupt tar fileDavid Cole2012-11-261-2/+5
|/
* Merge topic 'kwsys-environ-cleanup'David Cole2012-05-011-35/+14
|\
| * CTest: Simplify environment save/restoreBrad King2012-04-241-35/+14
* | Merge topic 'mac_environ'David Cole2012-04-251-0/+3
|\ \ | |/ |/|
| * [OSX] Fixed undefined symbol when linking CMakeLib into shared libraryKonstantin Tokarev2012-03-031-0/+3
* | Merge branch 'target-include-directories' into ninja-generatorDavid Cole2012-02-221-0/+16
|\ \ | |/
| * Merge topic 'interrupt-bug-12649'David Cole2012-02-141-0/+16
| |\
| | * cmake-gui: Improve interrupt granularity to fix bug 12649.Clinton Stimpson2012-01-021-0/+16
* | | Add cmSystemTools::TrimWhitespace functionPeter Collingbourne2012-02-021-0/+14
|/ /
* | Handle libarchive API change in archive_read_data_blockBrad King2011-12-221-0/+4
|/
* Factor Compute(File|String)MD5 into cmCryptoHash helperBrad King2011-11-161-50/+7
* RunSingleCommand: Avoid assignment in conditionBrad King2011-07-281-1/+1
* RunSingleCommand: Add a OUTPUT_NORMAL flag.Johan Björk2011-07-281-1/+21
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-11/+13
* RunSingleCommand: Fix indentationBrad King2011-07-281-18/+18
* cmSystemTools: Remove trailing whitespaceBrad King2011-07-281-81/+81
* Merge topic 'xcode-source_groups-folders-issue-10039'Brad King2011-06-081-0/+32
|\
| * CMake: Move tokenize to cmSystemToolsJohan Björk2011-06-071-0/+32
* | Merge topic 'dont-compress-memcheck-output'Brad King2011-06-021-1/+1
|\ \
| * | We will actually compress memcheck output if the server supports it.Zach Mullen2011-05-261-1/+1
| |/
* | Merge topic 'output-compile-lines'Brad King2011-05-241-0/+16
|\ \
| * | run_compile_commands: Avoid extra stl vector conversionBrad King2011-05-181-0/+16
| |/
* | Explicitly cast time value in cmSystemTools::RandomSeedBrad King2011-05-191-2/+2
* | VS 6: Define _WIN32_WINNT to load wincrypt.h correctlyBrad King2011-05-181-0/+6
* | Improve string(RANDOM) default seedBrad King2011-05-171-0/+64
|/
* Merge topic 'style-line-length'Brad King2010-09-141-1/+2
|\
| * Fix line-too-long style errorsBrad King2010-09-101-1/+2
* | Preserve timestamps on files on tar extract.David Cole2010-09-091-2/+10
|/
* CPack Backward-compatibly enforce DESTDIR for DEB and RPMEric NOULARD2010-08-231-1/+16
* Remove cmSystemTools::EscapeSpaces methodBrad King2010-08-181-43/+0
* Add ZIP archive format and LZMA compress support to libarchive-wrapperEric NOULARD2010-08-131-1/+2
* Include entries for directories in tarballs (#11020)Brad King2010-08-061-123/+22
* Include headers from chosen libarchive (#10923)Brad King2010-08-051-2/+1
* Fix or cast more integer conversions in cmakeBrad King2010-06-291-4/+4
* Fix or cast integer conversions in cmakeBrad King2010-06-251-3/+3
* CPack: Try harder to remove temporary dir (#10793)Brad King2010-06-041-0/+15
* Do not list file names during 'cmake -E tar xz'Brad King2010-05-051-1/+2
* Add missing archive_read_finish calls to fix some of the presently reported v...David Cole2009-12-281-1/+1
* Preserve environment variables across calls to cmCTestScriptHandler::RunConfi...David Cole2009-12-231-0/+12
* Move cURL dependent code out of CMakeLib to fix complex tests.Zach Mullen2009-12-221-53/+0
* Fix broken bootstrap testZach Mullen2009-12-221-2/+1
* Make new web api safe for bootstrap build.Zach Mullen2009-12-211-0/+2
* Added functionality to allow CTest to easily access web APIs. This will be u...Zach Mullen2009-12-211-0/+52
* Added support for CTest awareness of the CDash version. This will help forwa...Zach Mullen2009-12-211-0/+27
* use different tar format to handle longer file namesBill Hoffman2009-11-141-1/+1
* Show the current file when there is a tar errorBill Hoffman2009-11-131-0/+2
* fix warning for borlandBill Hoffman2009-11-131-0/+3