summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.h
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'xcode-source_groups-folders-issue-10039'Brad King2011-06-081-0/+3
|\
| * CMake: Move tokenize to cmSystemToolsJohan Björk2011-06-071-0/+3
* | Merge topic 'output-compile-lines'Brad King2011-05-241-0/+2
|\ \
| * | run_compile_commands: Avoid extra stl vector conversionBrad King2011-05-181-0/+2
| |/
* | Improve string(RANDOM) default seedBrad King2011-05-171-0/+3
|/
* CPack Backward-compatibly enforce DESTDIR for DEB and RPMEric NOULARD2010-08-231-0/+6
* Remove cmSystemTools::EscapeSpaces methodBrad King2010-08-181-6/+0
* CPack: Try harder to remove temporary dir (#10793)Brad King2010-06-041-0/+3
* Preserve environment variables across calls to cmCTestScriptHandler::RunConfi...David Cole2009-12-231-0/+14
* Move cURL dependent code out of CMakeLib to fix complex tests.Zach Mullen2009-12-221-12/+0
* Make new web api safe for bootstrap build.Zach Mullen2009-12-211-12/+12
* Added functionality to allow CTest to easily access web APIs. This will be u...Zach Mullen2009-12-211-0/+12
* Added support for CTest awareness of the CDash version. This will help forwa...Zach Mullen2009-12-211-0/+11
* Add JOM support and clean up some of the tar -E stuffBill Hoffman2009-11-051-4/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add cmSystemTools::ParseUnixCommandLineBrad King2009-07-131-0/+4
* ENH: Remove unused cmSystemTools::RemoveEscapesBrad King2009-06-241-7/+1
* ENH: move PutEnv to SystemToolsBill Hoffman2009-06-051-4/+0
* ENH: Remove obscure method from KWSys SystemToolsBrad King2009-04-211-0/+8
* ENH: Move RenameFile to cmSystemToolsBrad King2009-04-151-0/+4
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-3/+0
* ENH: Implement feature request from issue 7885. Allow setting environment var...David Cole2008-11-261-0/+11
* ENH: Inform user when RPATH or RUNPATH is removedBrad King2008-08-141-1/+2
* ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.Brad King2008-05-271-1/+2
* ENH: Inform user when RPATH is set during installation.Brad King2008-05-271-1/+2
* ENH: Added RPATH methods to cmSystemToolsBrad King2008-04-141-0/+8
* ENH: Added methods to cmSystemTools to save and restore file modification times.Brad King2008-04-141-1/+7
* ENH: Cleanup builtin chrpath supportBrad King2008-03-021-0/+1
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-0/+5
* ENH: Improve linking to third-party shared libraries on soname platformsBrad King2008-02-211-0/+4
* ENH: Add cmSystemTools::ComputeStringMD5 method.Brad King2008-01-241-0/+3
* ENH: add ability to have manifest files and incremental linking with make and...Bill Hoffman2008-01-011-0/+10
* COMP: Fixed error on HP due to newline macro.Brad King2007-12-201-1/+1
* ENH: Enabled color printing of "Scanning dependencies of target ..." message.Brad King2007-12-191-0/+6
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-0/+8
* ENH: During file installation treat the source file as a dependency of the in...Brad King2007-10-051-0/+5
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for confi...Bill Hoffman2007-09-111-0/+6
* ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums ofAlexander Neundorf2007-07-161-0/+3
* ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.Brad King2007-03-121-1/+0
* ENH: Added ConvertToOutputSlashes method to convert slashes with the same pol...Brad King2007-03-081-0/+2
* STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell.Brad King2007-03-081-4/+0
* ENH: fix parens in the path with spaces in the pathBill Hoffman2007-02-211-2/+4
* ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to ...Brad King2007-02-011-1/+10
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-0/+9
* ENH: Handle missing unsetenv and add check for environAndy Cedilnik2006-03-171-0/+2
* ENH: Add a method to remove environment variablesAndy Cedilnik2006-03-171-1/+6
* ENH: Use vector of plain strings and add cmake -E command for getting environ...Andy Cedilnik2006-03-171-1/+1
* ENH: Add access for all environment variablesAndy Cedilnik2006-03-171-0/+1
* ENH: fix line length style stuffBill Hoffman2006-03-101-6/+15