Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to ↵ | Brad King | 2007-02-01 | 1 | -1/+10 |
| | | | | cmSystemTools. | ||||
* | 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 ↵ | Andy Cedilnik | 2006-03-17 | 1 | -1/+1 |
| | | | | environment | ||||
* | 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 ↵ | Brad King | 2005-02-17 | 1 | -6/+0 |
| | | | | modification times with the highest resolution possible on the file system. | ||||
* | FIX: go back to not trying to handle spaces in the path for run single ↵ | Bill Hoffman | 2004-10-25 | 1 | -0/+5 |
| | | | | command and comment it so that people know to call the right thing | ||||
* | ENH: Added FileTimeCompare method to compare file modification times. ↵ | Brad King | 2004-10-15 | 1 | -0/+6 |
| | | | | Currently the resolution is limited to one second. | ||||
* | 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 ↵ | Andy Cedilnik | 2004-09-29 | 1 | -5/+0 |
| | | | | #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory | ||||
* | 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 ↵ | Bill Hoffman | 2004-06-23 | 1 | -0/+5 |
| | | | | when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells. | ||||
* | 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 |
| | |||||
* | ENH: Add code for setting and getting permissions | Andy Cedilnik | 2004-01-26 | 1 | -1/+5 |
| | |||||
* | BUG: fix put/get env problems | Bill Hoffman | 2004-01-26 | 1 | -0/+4 |
| | |||||
* | ENH: add new feature to ctest so that it can cmake, build and run a test ↵ | Bill Hoffman | 2004-01-07 | 1 | -0/+8 |
| | | | | executable | ||||
* | BUG: For consistency, use cmStdString. Also, there was a bug in SplitString ↵ | Andy Cedilnik | 2003-12-26 | 1 | -1/+1 |
| | | | | which make it lose the first character. | ||||
* | ENH: add support for relative paths in makefiles | Bill Hoffman | 2003-12-22 | 1 | -0/+5 |
| | |||||
* | ENH: Add initial memory check support which works for Valgrind | Andy Cedilnik | 2003-12-15 | 1 | -1/+1 |
| | |||||
* | ENH: Added CreateSymlink method. | Brad King | 2003-11-26 | 1 | -1/+2 |
| | |||||
* | ENH: Ok, no more argument needed for script mode | Andy Cedilnik | 2003-10-30 | 1 | -0/+3 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -1/+7 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | ENH: Abstract parsing of arguments so that I can use it in other places | Andy Cedilnik | 2003-08-07 | 1 | -0/+5 |
| | |||||
* | ENH: Add back the kwsysProcess RunCommand, now is in parallel | Andy Cedilnik | 2003-08-04 | 1 | -0/+17 |
| | |||||
* | ERR: Renamed superclass typedef from SystemTools to Superclass to avoid ↵ | Brad King | 2003-06-24 | 1 | -1/+1 |
| | | | | conflict across platforms. | ||||
* | ERR: Typedefs are not inherited on SGI and Borland. | Brad King | 2003-06-24 | 1 | -1/+2 |
| | |||||
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -206/+9 |
| | |||||
* | new function | Ken Martin | 2003-06-19 | 1 | -0/+5 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -0/+3 |
| | |||||
* | Implement GetLineFromStream that actually works and use it instead of getline | Andy Cedilnik | 2003-03-27 | 1 | -0/+9 |
| | |||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+2 |
| | | | | Each executable will be able to generate its own documentation. | ||||
* | Fix for include optional | Bill Hoffman | 2003-02-08 | 1 | -1/+2 |
| | |||||
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -2/+13 |
| | | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones. | ||||
* | add better testing for unlink | Bill Hoffman | 2003-02-06 | 1 | -0/+4 |
| |