summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Argument for script mode is -P (process) and take out the automatic ↵Andy Cedilnik2003-12-112-18/+3
| | | | script mode
* BUG: roll back change for variable used in pathBill Hoffman2003-12-102-60/+47
|
* ENH: Adding /usr/include/w32api for OpenGL header search.Brad King2003-12-091-0/+1
|
* BUG: File comparison on windows must test the volume serial number as well ↵Brad King2003-12-091-1/+2
| | | | as the file index.
* move start time up one hourKen Martin2003-12-091-1/+1
|
* ERR: Removed YY_BREAK statements after return statements because they are ↵Brad King2003-12-092-8/+2
| | | | unreachable.
* ERR: Added missing static keyword to cmListFileLexerSetToken and ↵Brad King2003-12-092-31/+45
| | | | cmListFileLexerAppend definitions.
* ENH: use variables for output pathsBill Hoffman2003-12-092-47/+60
|
* some updates to handle inline cache files and environment variablesKen Martin2003-12-091-13/+49
|
* BUG: Reimplemented ExpandListArguments to properly handle escaped ↵Brad King2003-12-081-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 argumentsKen Martin2003-12-081-1/+3
|
* ERR: Fixed comment about how to run flex to reflect new name of this file.Brad King2003-12-081-1/+1
|
* ERR: Renaming cmListFileLexer.l to cmListFileLexer.in.l to avoid make ↵Brad King2003-12-081-0/+0
| | | | programs trying to run lex automatically whn building cmListFileLexer.c.
* ENH: Fix bootstrap to handle lex parserAndy Cedilnik2003-12-081-4/+13
|
* ERR: We must define YY_NO_UNISTD_H to build on windows.Brad King2003-12-082-0/+2
|
* ENH: Using lex-based tokenizer and a simple recursive-descent parser in ↵Brad King2003-12-086-230/+2719
| | | | place of the old hand-coded parser for CMake listfiles.
* STYLE: Removed trailing whitespace.Brad King2003-12-081-7/+7
|
* ENH: Improved error messages when source tree does not have a CMakeLists.txt ↵Brad King2003-12-081-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 commandsAndy Cedilnik2003-12-083-4/+16
|
* ENH: Cleaned up pipe numbering.Brad King2003-12-073-13/+28
|
* ENH: Using cmListFileCache to read the DartTestfile instead of duplicating ↵Brad King2003-12-051-149/+146
| | | | the parse loop.
* ERR: Need to include Configure.hxx to get kwsys_std definition.Brad King2003-12-051-4/+6
|
* ENH: Removed pipe selection argument from WaitForData method in ↵Brad King2003-12-057-37/+18
| | | | kwsysProcess. This greatly simplifies its use.
* STYLE: Removed trailing whitespace.Brad King2003-12-053-144/+144
|
* BUG: Process startup-info struct dwFlags were being set incorrectly due to a ↵Brad King2003-12-051-1/+1
| | | | change in statement order.
* ENH: New indentation implementation to support multi-line strings.Brad King2003-12-051-64/+88
|
* STYLE: Removed trailing whitespace.Brad King2003-12-041-14/+14
|
* ERR: Added missing static storage class specifier for kwsysProcessCreate.Brad King2003-12-041-2/+2
|
* some fixes to test harnesKen Martin2003-12-031-2/+13
|
* ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming ↵Brad King2003-12-031-34/+34
| | | | these symbols to StdIn, StdOut, and StdErr.
* ENH: Merged changes from KWSys-MultiProcess-bp to ↵Brad King2003-12-034-490/+1182
| | | | KWSys-MultiProcess-b2t-1-mp to main tree. This introduces support for process pipelines.
* better error handlingKen Martin2003-12-021-0/+15
|
* a start on the dashboard driverKen Martin2003-12-023-13/+195
|
* BUG#411: Re-ordering statements so errors show up in CMakeError.log.Brad King2003-12-012-6/+7
|
* STYLE: Removed trailing whitespace.Brad King2003-11-281-70/+70
|
* BUG: cmake_symlink_library should return the accumulated result, not just 0.Brad King2003-11-271-1/+1
|
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-0/+1
| | | | addresses the feature request described in bug#32.
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-2/+2
| | | | addresses the feature request described in bug#32.
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-262-76/+240
| | | | addresses the feature request described in bug#32.
* BUG: The cmake_symlink_library command needs to remove existing files before ↵Brad King2003-11-261-0/+8
| | | | creating links.
* ENH: Added undocumented cmake_symlink_library to help with building ↵Brad King2003-11-261-1/+27
| | | | versioned shared libraries.
* remove more warningsBill Hoffman2003-11-262-2/+0
|
* remove warningsBill Hoffman2003-11-264-9/+6
|
* ERR: Fixed unused parameter warnings.Brad King2003-11-261-5/+8
|
* ENH: fix some warningsBill Hoffman2003-11-264-19/+50
|
* ENH: Added CreateSymlink method.Brad King2003-11-262-1/+12
|
* ENH: remove removecache entry callBill Hoffman2003-11-261-2/+0
|
* ENH: generate a sln and dsw file for each sub project in a projectBill Hoffman2003-11-266-136/+291
|
* BUG: Do not use std::string to accumulate output. Use std::vector instead. ↵Brad King2003-11-262-2/+12
| | | | This is much better at memory management.
* BUG#393: Adding XML escaping for additional per-source compile flags.Brad King2003-11-211-4/+3
|