| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Implement feature request from issue 7885. Allow setting environment var... | David Cole | 2008-11-26 | 1 | -0/+11 |
|
|
* | ENH: Inform user when RPATH or RUNPATH is removed | Brad King | 2008-08-14 | 1 | -1/+2 |
|
|
* | ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API. | Brad King | 2008-05-27 | 1 | -1/+2 |
|
|
* | ENH: Inform user when RPATH is set during installation. | Brad King | 2008-05-27 | 1 | -1/+2 |
|
|
* | ENH: Added RPATH methods to cmSystemTools | Brad King | 2008-04-14 | 1 | -0/+8 |
|
|
* | ENH: Added methods to cmSystemTools to save and restore file modification times. | Brad King | 2008-04-14 | 1 | -1/+7 |
|
|
* | ENH: Cleanup builtin chrpath support | Brad King | 2008-03-02 | 1 | -0/+1 |
|
|
* | ENH: Use builtin chrpath instead of relinking ELF targets | Brad King | 2008-03-01 | 1 | -0/+5 |
|
|
* | ENH: Improve linking to third-party shared libraries on soname platforms | Brad King | 2008-02-21 | 1 | -0/+4 |
|
|
* | ENH: Add cmSystemTools::ComputeStringMD5 method. | Brad King | 2008-01-24 | 1 | -0/+3 |
|
|
* | ENH: add ability to have manifest files and incremental linking with make and... | Bill Hoffman | 2008-01-01 | 1 | -0/+10 |
|
|
* | COMP: Fixed error on HP due to newline macro. | Brad King | 2007-12-20 | 1 | -1/+1 |
|
|
* | ENH: Enabled color printing of "Scanning dependencies of target ..." message. | Brad King | 2007-12-19 | 1 | -0/+6 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -0/+8 |
|
|
* | ENH: During file installation treat the source file as a dependency of the in... | Brad King | 2007-10-05 | 1 | -0/+5 |
|
|
* | ENH: fix 2 ctest issues, do not use the build type of ctest to look for confi... | Bill Hoffman | 2007-09-11 | 1 | -0/+6 |
|
|
* | ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums of | Alexander Neundorf | 2007-07-16 | 1 | -0/+3 |
|
|
* | ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink. | Brad King | 2007-03-12 | 1 | -1/+0 |
|
|
* | ENH: Added ConvertToOutputSlashes method to convert slashes with the same pol... | Brad King | 2007-03-08 | 1 | -0/+2 |
|
|
* | STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell. | Brad King | 2007-03-08 | 1 | -4/+0 |
|
|
* | ENH: fix parens in the path with spaces in the path | Bill Hoffman | 2007-02-22 | 1 | -2/+4 |
|
|
* | ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to ... | Brad King | 2007-02-01 | 1 | -1/+10 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
|
|
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -0/+9 |
|
|
* | ENH: Handle missing unsetenv and add check for environ | Andy Cedilnik | 2006-03-17 | 1 | -0/+2 |
|
|
* | ENH: Add a method to remove environment variables | Andy Cedilnik | 2006-03-17 | 1 | -1/+6 |
|
|
* | ENH: Use vector of plain strings and add cmake -E command for getting environ... | Andy Cedilnik | 2006-03-17 | 1 | -1/+1 |
|
|
* | ENH: Add access for all environment variables | Andy Cedilnik | 2006-03-17 | 1 | -0/+1 |
|
|
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -6/+15 |
|
|
* | ENH: Enable capture of output from VCExpress.exe and devenv.exe. | Brad King | 2006-02-15 | 1 | -0/+3 |
|
|
* | ENH: Adding option to return empty arguments when expanding a list. | Brad King | 2006-02-10 | 1 | -1/+2 |
|
|
* | ENH: Move relative path to kwsys | Andy Cedilnik | 2006-02-07 | 1 | -8/+1 |
|
|
* | ENH: Merge from cpack branch | Andy Cedilnik | 2006-01-02 | 1 | -0/+3 |
|
|
* | ENH: Make the syntax more line tar | Andy Cedilnik | 2005-12-29 | 1 | -2/+3 |
|
|
* | ENH: Add untaring support | Andy Cedilnik | 2005-12-29 | 1 | -0/+1 |
|
|
* | ENH: Add method to create tar | Andy Cedilnik | 2005-12-28 | 1 | -0/+2 |
|
|
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -0/+2 |
|
|
* | ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modifi... | Brad King | 2005-02-17 | 1 | -6/+0 |
|
|
* | FIX: go back to not trying to handle spaces in the path for run single comman... | Bill Hoffman | 2004-10-25 | 1 | -0/+5 |
|
|
* | ENH: Added FileTimeCompare method to compare file modification times. Curren... | Brad King | 2004-10-15 | 1 | -0/+6 |
|
|
* | BUG: allow split string to know if it is separating a path | Bill Hoffman | 2004-10-14 | 1 | -2/+7 |
|
|
* | BUG: fix and comment relative path funciton | Bill Hoffman | 2004-10-13 | 1 | -1/+9 |
|
|
* | ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1... | Andy Cedilnik | 2004-09-29 | 1 | -5/+0 |
|
|
* | BUG: fixes for mingw and CMakesetup with spaces in the source directory | Bill Hoffman | 2004-08-30 | 1 | -0/+5 |
|
|
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -0/+1 |
|
|
* | ENH: Made RunSingleCommand take a double as its timeout length. | Brad King | 2004-07-02 | 1 | -1/+1 |
|
|
* | BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false whe... | Bill Hoffman | 2004-06-23 | 1 | -0/+5 |
|
|
* | BUG: When error occurs, try compiles should still work | Berk Geveci | 2004-03-17 | 1 | -0/+4 |
|
|
* | ERR: Properly handle mode_t on borland | Andy Cedilnik | 2004-01-27 | 1 | -0/+1 |
|
|
* | ENH: Preserve permissions when copying files | Andy Cedilnik | 2004-01-26 | 1 | -0/+2 |
|
|