summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix missing return value.Bill Hoffman2009-11-121-0/+1
* Fix for working with symlinks in tar filesBill Hoffman2009-11-091-29/+29
* Fix some warningsBill Hoffman2009-11-081-2/+2
* go back to running stat and put size check inBill Hoffman2009-11-081-4/+4
* Remove check for now so test passes on linuxBill Hoffman2009-11-081-0/+2
* create a better error messageBill Hoffman2009-11-081-1/+5
* add much better error checking on libarchive calls.Bill Hoffman2009-11-081-22/+44
* Fix compiler error in cmSystemTools.cxxZach Mullen2009-11-051-1/+0
* Add JOM support and clean up some of the tar -E stuffBill Hoffman2009-11-051-10/+15
* Fix style warning in cmsystemtools, cosmetic change to ctest codeZach Mullen2009-11-051-1/+2
* Fix unused param warning resulting from libarchive API change.Zach Mullen2009-11-041-0/+1
* Fix warnings for unused variablesBill Hoffman2009-11-031-2/+1
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-253/+314
* Fix more mismatched new[] / delete[] (eliminate invalid auto_ptr use) to corr...David Cole2009-10-301-7/+13
* Fix warnings in CMake source code.David Cole2009-10-021-4/+8
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-011-4/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-6/+6
* COMP: Include <malloc.h> for 'free' on QNXBrad King2009-07-131-0/+3
* COMP: Include <stdlib.h> for 'free'Brad King2009-07-131-0/+1
* ENH: Add cmSystemTools::ParseUnixCommandLineBrad King2009-07-131-0/+32
* ENH: Remove unused cmSystemTools::RemoveEscapesBrad King2009-06-241-42/+0
* ENH: move PutEnv to SystemToolsBill Hoffman2009-06-051-26/+0
* ENH: vms fixBill Hoffman2009-04-241-0/+2
* COMP: Fix calls to superclass methods for BorlandBrad King2009-04-221-4/+4
* BUG: Avoid infinite loop at directory tree rootBrad King2009-04-211-1/+3
* ENH: Remove obscure method from KWSys SystemToolsBrad King2009-04-211-0/+23
* COMP: Fix BOOL to bool conversion warningBrad King2009-04-151-3/+3
* ENH: Move RenameFile to cmSystemToolsBrad King2009-04-151-0/+50
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-50/+0
* BUG: fix crash with cmd.exe shell and cmake in the pathBill Hoffman2009-01-201-0/+9