Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Fixed unused parameter warnings. | Brad King | 2003-11-26 | 1 | -5/+8 |
| | |||||
* | ENH: Added CreateSymlink method. | Brad King | 2003-11-26 | 1 | -0/+10 |
| | |||||
* | BUG: Do not use std::string to accumulate output. Use std::vector instead. ↵ | Brad King | 2003-11-26 | 1 | -1/+6 |
| | | | | This is much better at memory management. | ||||
* | ENH: Ok, no more argument needed for script mode | Andy Cedilnik | 2003-10-30 | 1 | -0/+8 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -0/+15 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | ENH: Fix hidden console for ctest | Andy Cedilnik | 2003-08-12 | 1 | -1/+4 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Abstract parsing of arguments so that I can use it in other places | Andy Cedilnik | 2003-08-07 | 1 | -20/+27 |
| | |||||
* | ENH: Hide windows for processes run by RunSingleCommand. | Brad King | 2003-08-06 | 1 | -0/+1 |
| | |||||
* | ENH: Improve paths on windows | Andy Cedilnik | 2003-08-04 | 1 | -1/+10 |
| | |||||
* | ENH: Fix escaping on windows | Andy Cedilnik | 2003-08-04 | 1 | -14/+2 |
| | |||||
* | ENH: Fix argument parsing on UNIX with spaces | Andy Cedilnik | 2003-08-04 | 1 | -3/+15 |
| | |||||
* | ENH: Add back the kwsysProcess RunCommand, now is in parallel | Andy Cedilnik | 2003-08-04 | 1 | -1/+130 |
| | |||||
* | ENH: Added escape support for ( and ). | Brad King | 2003-07-09 | 1 | -0/+2 |
| | |||||
* | ENH: Added support for # characters inside quoted arguments and for escaping ↵ | Brad King | 2003-07-09 | 1 | -0/+1 |
| | | | | # in a non-quoted argument. Improved parsing speed by not compiling regular expressions on blank lines. | ||||
* | BUG: Parsing of arguments from string by RunCommand before passing to ↵ | Brad King | 2003-07-07 | 1 | -86/+252 |
| | | | | Process execution does not work with backslashes in path names. Until this is fixed, we cannot use Process execution from kwsys. | ||||
* | ENH: Using new Process SetWorkingDirectory method instead of manually ↵ | Brad King | 2003-07-07 | 1 | -16/+1 |
| | | | | implementing it. | ||||
* | ENH: Using kwsys Process implementation to implement RunCommand. | Brad King | 2003-07-07 | 1 | -249/+98 |
| | |||||
* | ERR: Renamed superclass typedef from SystemTools to Superclass to avoid ↵ | Brad King | 2003-06-24 | 1 | -3/+3 |
| | | | | conflict across platforms. | ||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -5/+5 |
| | | | | cmRegularExpression. | ||||
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -1633/+17 |
| | |||||
* | new function | Ken Martin | 2003-06-19 | 1 | -0/+22 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -0/+19 |
| | |||||
* | Remove some borland 6 warnings | Bill Hoffman | 2003-05-28 | 1 | -3/+3 |
| | |||||
* | minor fix | Berk Geveci | 2003-04-24 | 1 | -1/+0 |
| | |||||
* | Try differentiating extensions | Andy Cedilnik | 2003-04-03 | 1 | -1/+3 |
| | |||||
* | BUG: strlen(buffer) from getline may be 2 less than gcount on windows ↵ | Brad King | 2003-04-01 | 1 | -1/+1 |
| | | | | because both the CR and LF characters may be removed. | ||||
* | Remove warnings | Andy Cedilnik | 2003-03-27 | 1 | -2/+0 |
| | |||||
* | Implement GetLineFromStream that actually works and use it instead of getline | Andy Cedilnik | 2003-03-27 | 1 | -3/+34 |
| | |||||
* | Synchronize extension lists | Andy Cedilnik | 2003-03-13 | 1 | -9/+19 |
| | |||||
* | BUG: FindLibrary should not accept a directory even if the exact specified ↵ | Brad King | 2003-03-13 | 1 | -2/+3 |
| | | | | name exists. | ||||
* | ERR: Added missing include for msvc. | Brad King | 2003-02-14 | 1 | -0/+1 |
| | |||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+9 |
| | | | | Each executable will be able to generate its own documentation. | ||||
* | Fix for include optional | Bill Hoffman | 2003-02-08 | 1 | -5/+10 |
| | |||||
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -18/+66 |
| | | | | | | | | | | | | | - 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. | ||||
* | ENH: spelling error fix | Bill Hoffman | 2003-02-07 | 1 | -1/+1 |
| | |||||
* | add better testing for unlink | Bill Hoffman | 2003-02-06 | 1 | -1/+9 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+12 |
| | |||||
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 1 | -0/+5 |
| | |||||
* | ENH: Improved CopyFile error messages. | Brad King | 2003-01-19 | 1 | -18/+34 |
| | |||||
* | Fix problem on windows with network paths | Andy Cedilnik | 2002-12-30 | 1 | -1/+9 |
| | |||||
* | ENH: handle // in the path | Bill Hoffman | 2002-12-23 | 1 | -1/+6 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -224/+73 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: Improved implementation of MSVC debug hook to only add the hook if ↵ | Brad King | 2002-12-11 | 1 | -6/+6 |
| | | | | DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback. | ||||
* | ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵ | Brad King | 2002-12-11 | 1 | -0/+23 |
| | | | | when CMake is invoked by Dart. | ||||
* | Fix bug in globbing. Now it actually uses only files or directories that ↵ | Andy Cedilnik | 2002-12-09 | 1 | -0/+1 |
| | | | | result in globbing not the ones that were is the vector before | ||||
* | removed cmMakefile depend from cmSystemTools | Ken Martin | 2002-12-02 | 1 | -61/+1 |
| | |||||
* | When cd-jing into directory, if directory has space, it should put quotes ↵ | Andy Cedilnik | 2002-11-29 | 1 | -2/+2 |
| | | | | around. I guess we could just put quotes around all the time | ||||
* | Add objective C++ file in the list of C++ files. This may be wrong, but it ↵ | Andy Cedilnik | 2002-11-27 | 1 | -0/+1 |
| | | | | will fix problems on Mac for now | ||||
* | fix network paths with spaces | Bill Hoffman | 2002-11-21 | 1 | -0/+8 |
| |