summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* COMP: Simplified include file logic. The windows.h header should be included...Brad King2007-10-071-20/+11
* COMP: fix to compile on VS 8Ken Martin2007-10-051-1/+1
* BUG: Fix call to SetFileTime to set it on the proper file.Brad King2007-10-051-1/+1
* ENH: During file installation treat the source file as a dependency of the in...Brad King2007-10-051-0/+64
* COMP: remove warningsBill Hoffman2007-09-271-1/+1
* BUG: fix problem with stdout and stderr not showing up in ms dos shellsBill Hoffman2007-09-251-1/+11
* ENH: add new machinesBill Hoffman2007-09-241-2/+3
* ENH: fix warningBill Hoffman2007-09-171-2/+2
* ENH: oppsBill Hoffman2007-09-111-0/+2
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for confi...Bill Hoffman2007-09-111-0/+17
* COMP: patch from Mathieu: fix warning about unused variables in bootstrapAlexander Neundorf2007-08-141-1/+3
* ENH: use gnu tar for cygwinBill Hoffman2007-07-311-2/+9
* BUG: fix bootstrapping, md5sum disabled in bootstrapping modeAlexander Neundorf2007-07-161-2/+6
* ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums ofAlexander Neundorf2007-07-161-0/+47
* BUG: Fix ExpandListArgument when the string ends in a backslash.Brad King2007-05-171-0/+5
* ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.Brad King2007-03-121-14/+0
* ENH: Added ConvertToOutputSlashes method to convert slashes with the same pol...Brad King2007-03-081-0/+17
* STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell.Brad King2007-03-081-58/+0
* ENH: fix parens in the path with spaces in the pathBill Hoffman2007-02-221-0/+58
* ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to ...Brad King2007-02-011-0/+90
* ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS.Brad King2006-12-141-0/+38
* COMP: fix line length style errorBill Hoffman2006-12-051-1/+2
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-1/+6
* ENH: Add options to build with system utility libraries. Organize inclusion ...Brad King2006-10-191-5/+5
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-261-1/+1
* STYLE: fix line lengthKen Martin2006-05-121-3/+4
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-1/+103
* ENH: Simplify the testAndy Cedilnik2006-03-171-1/+1
* ENH: Handle missing unsetenv and add check for environAndy Cedilnik2006-03-171-2/+18
* ENH: make cmake compileBill Hoffman2006-03-171-7/+1
* COMP: Fix windowsAndy Cedilnik2006-03-171-6/+1
* COMP: Handle windows with hack for nowAndy Cedilnik2006-03-171-0/+11