summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge in changes for RC 3Bill Hoffman2009-10-091-5/+10
* Merge in changes to CMake-2-8 RC 2Bill Hoffman2009-10-011-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
* COMP: Using the proper type for local variables can eliminate compiler warnings.David Cole2008-11-261-1/+1
* ENH: Implement feature request from issue 7885. Allow setting environment var...David Cole2008-11-261-0/+50
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-1/+4
* BUG: fix for 7045, use gcc for .mBill Hoffman2008-08-191-2/+3
* COMP: Work-around bogus compiler warning.Brad King2008-08-151-0/+2
* ENH: Inform user when RPATH or RUNPATH is removedBrad King2008-08-141-1/+11
* BUG: Update both RPATH and RUNPATH entriesBrad King2008-08-141-70/+119
* BUG: Remove both RPATH and RUNPATH entriesBrad King2008-08-141-62/+92
* ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.Brad King2008-05-271-3/+3
* ENH: Inform user when RPATH is set during installation.Brad King2008-05-271-1/+11
* ENH: Added RPATH methods to cmSystemToolsBrad King2008-04-141-0/+170
* COMP: Fix new cmSystemTools file time methods on Windows.Brad King2008-04-141-1/+1
* ENH: Added methods to cmSystemTools to save and restore file modification times.Brad King2008-04-141-0/+73
* BUG: undo change as it breaks preprocess test for some reason??Bill Hoffman2008-04-081-4/+1
* BUG: half fix for 6688, expand registry stuff on unix just like it was not fo...Bill Hoffman2008-04-081-1/+12
* ENH: half fix for 6688, don't let [ count go negativeBill Hoffman2008-04-081-1/+4
* ENH: Update cmSystemTools::ChangeRPath to support replacing rpath values from...Brad King2008-04-081-9/+61
* ENH: Improve error message when installation file(CHRPATH) cannot change the ...Brad King2008-04-071-1/+7
* ENH: try to fix mac symlinks to the executableBill Hoffman2008-03-281-0/+2
* ENH: In cmSystemTools::ChangeRPath check for the RUNPATH if RPATH does not ex...Brad King2008-03-021-1/+6
* ENH: Cleanup builtin chrpath supportBrad King2008-03-021-4/+33
* COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built w...Brad King2008-03-011-0/+1
* BUG: Fix cmSystemTools::ChangeRPath to not complain if there is no RPATH entr...Brad King2008-03-011-0/+6
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-0/+83
* ENH: Add ELF file parsingBrad King2008-02-271-0/+14
* ENH: Improve linking to third-party shared libraries on soname platformsBrad King2008-02-211-0/+31
* COMP: Need to return a value from fake MD5 method under bootstrap.Brad King2008-01-251-0/+1
* COMP: Cannot do MD5 from KWSys during CMake bootstrap.Brad King2008-01-241-0/+5
* ENH: Add cmSystemTools::ComputeStringMD5 method.Brad King2008-01-241-0/+11
* ENH: add ability to have manifest files and incremental linking with make and...Bill Hoffman2008-01-011-21/+31
* ENH: Enabled color printing of "Scanning dependencies of target ..." message.Brad King2007-12-191-0/+36
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-0/+23
* STYLE: Fixed line-too-long.Brad King2007-10-081-1/+3
* COMP: Added inadvertantly removed include.Brad King2007-10-081-0/+1