Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Updated copyright. | Brad King | 2003-12-15 | 25 | -166/+173 |
| | |||||
* | fix compiler warning | Ken Martin | 2003-12-15 | 1 | -1/+0 |
| | |||||
* | ENH: fix for gcc 3.1 | Bill Hoffman | 2003-12-15 | 1 | -8/+17 |
| | |||||
* | STYLE: Fixed typo on comment. | Brad King | 2003-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Using CreateFile with FILE_FLAG_DELETE_ON_CLOSE to automatically delete ↵ | Brad King | 2003-12-14 | 1 | -3/+21 |
| | | | | the Win9x forwarding executable even if the parent process crashes. | ||||
* | ENH: Added KWSYS_NAMESPACE_STRING macro. | Brad King | 2003-12-14 | 1 | -0/+8 |
| | |||||
* | BUG: Fixed dllimport. | Brad King | 2003-12-14 | 1 | -1/+1 |
| | |||||
* | ERR: Added include of sys/stat.h for open functions mode bits. | Brad King | 2003-12-13 | 1 | -0/+1 |
| | |||||
* | ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, ↵ | Brad King | 2003-12-13 | 3 | -30/+383 |
| | | | | and stderr to be redirected from/to files. | ||||
* | ENH: Code is now robust to New method returning NULL. | Brad King | 2003-12-13 | 2 | -19/+84 |
| | |||||
* | ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX. | Brad King | 2003-12-12 | 1 | -3/+4 |
| | |||||
* | now can do extra updates | Ken Martin | 2003-12-12 | 1 | -8/+26 |
| | |||||
* | BUG:427 trycompile target must be exe | Bill Hoffman | 2003-12-11 | 1 | -1/+7 |
| | |||||
* | BUG: need a dummy first argument to cmake | Bill Hoffman | 2003-12-11 | 1 | -2/+3 |
| | |||||
* | fix to the signature and argument parsing | Ken Martin | 2003-12-11 | 2 | -17/+24 |
| | |||||
* | ENH: Argument for script mode is -P (process) and take out the automatic ↵ | Andy Cedilnik | 2003-12-11 | 2 | -18/+3 |
| | | | | script mode | ||||
* | BUG: roll back change for variable used in path | Bill Hoffman | 2003-12-10 | 2 | -60/+47 |
| | |||||
* | BUG: File comparison on windows must test the volume serial number as well ↵ | Brad King | 2003-12-09 | 1 | -1/+2 |
| | | | | as the file index. | ||||
* | ERR: Removed YY_BREAK statements after return statements because they are ↵ | Brad King | 2003-12-09 | 2 | -8/+2 |
| | | | | unreachable. | ||||
* | ERR: Added missing static keyword to cmListFileLexerSetToken and ↵ | Brad King | 2003-12-09 | 2 | -31/+45 |
| | | | | cmListFileLexerAppend definitions. | ||||
* | ENH: use variables for output paths | Bill Hoffman | 2003-12-09 | 2 | -47/+60 |
| | |||||
* | some updates to handle inline cache files and environment variables | Ken Martin | 2003-12-09 | 1 | -13/+49 |
| | |||||
* | BUG: Reimplemented ExpandListArguments to properly handle escaped ↵ | Brad King | 2003-12-08 | 1 | -59/+49 |
| | | | | backslashes that occur right before semicolons. This is important for lists of paths ending in backslashes on windows. | ||||
* | bug fix to escaped semicolons in arguments | Ken Martin | 2003-12-08 | 1 | -1/+3 |
| | |||||
* | ERR: Fixed comment about how to run flex to reflect new name of this file. | Brad King | 2003-12-08 | 1 | -1/+1 |
| | |||||
* | ERR: Renaming cmListFileLexer.l to cmListFileLexer.in.l to avoid make ↵ | Brad King | 2003-12-08 | 1 | -0/+0 |
| | | | | programs trying to run lex automatically whn building cmListFileLexer.c. | ||||
* | ERR: We must define YY_NO_UNISTD_H to build on windows. | Brad King | 2003-12-08 | 2 | -0/+2 |
| | |||||
* | ENH: Using lex-based tokenizer and a simple recursive-descent parser in ↵ | Brad King | 2003-12-08 | 6 | -230/+2719 |
| | | | | place of the old hand-coded parser for CMake listfiles. | ||||
* | STYLE: Removed trailing whitespace. | Brad King | 2003-12-08 | 1 | -7/+7 |
| | |||||
* | ENH: Improved error messages when source tree does not have a CMakeLists.txt ↵ | Brad King | 2003-12-08 | 1 | -4/+34 |
| | | | | file. No matter how many cases we check, there always seems to be a user that finds a case that gives a confusing error message... | ||||
* | ENH: Improve coverage on systems with multiple gcov commands | Andy Cedilnik | 2003-12-08 | 1 | -4/+13 |
| | |||||
* | ENH: Cleaned up pipe numbering. | Brad King | 2003-12-07 | 3 | -13/+28 |
| | |||||
* | ENH: Using cmListFileCache to read the DartTestfile instead of duplicating ↵ | Brad King | 2003-12-05 | 1 | -149/+146 |
| | | | | the parse loop. | ||||
* | ERR: Need to include Configure.hxx to get kwsys_std definition. | Brad King | 2003-12-05 | 1 | -4/+6 |
| | |||||
* | ENH: Removed pipe selection argument from WaitForData method in ↵ | Brad King | 2003-12-05 | 7 | -37/+18 |
| | | | | kwsysProcess. This greatly simplifies its use. | ||||
* | STYLE: Removed trailing whitespace. | Brad King | 2003-12-05 | 3 | -144/+144 |
| | |||||
* | BUG: Process startup-info struct dwFlags were being set incorrectly due to a ↵ | Brad King | 2003-12-05 | 1 | -1/+1 |
| | | | | change in statement order. | ||||
* | ERR: Added missing static storage class specifier for kwsysProcessCreate. | Brad King | 2003-12-04 | 1 | -2/+2 |
| | |||||
* | some fixes to test harnes | Ken Martin | 2003-12-03 | 1 | -2/+13 |
| | |||||
* | ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming ↵ | Brad King | 2003-12-03 | 1 | -34/+34 |
| | | | | these symbols to StdIn, StdOut, and StdErr. | ||||
* | ENH: Merged changes from KWSys-MultiProcess-bp to ↵ | Brad King | 2003-12-03 | 4 | -490/+1182 |
| | | | | KWSys-MultiProcess-b2t-1-mp to main tree. This introduces support for process pipelines. | ||||
* | better error handling | Ken Martin | 2003-12-02 | 1 | -0/+15 |
| | |||||
* | a start on the dashboard driver | Ken Martin | 2003-12-02 | 3 | -13/+195 |
| | |||||
* | STYLE: Removed trailing whitespace. | Brad King | 2003-11-28 | 1 | -70/+70 |
| | |||||
* | BUG: cmake_symlink_library should return the accumulated result, not just 0. | Brad King | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | ENH: Adding implementation of shared library version support on UNIX. This ↵ | Brad King | 2003-11-26 | 2 | -76/+240 |
| | | | | addresses the feature request described in bug#32. | ||||
* | BUG: The cmake_symlink_library command needs to remove existing files before ↵ | Brad King | 2003-11-26 | 1 | -0/+8 |
| | | | | creating links. | ||||
* | ENH: Added undocumented cmake_symlink_library to help with building ↵ | Brad King | 2003-11-26 | 1 | -1/+27 |
| | | | | versioned shared libraries. | ||||
* | remove more warnings | Bill Hoffman | 2003-11-26 | 2 | -2/+0 |
| | |||||
* | remove warnings | Bill Hoffman | 2003-11-26 | 4 | -9/+6 |
| |