summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: Updated copyright.Brad King2003-12-1525-166/+173
* fix compiler warningKen Martin2003-12-151-1/+0
* ENH: fix for gcc 3.1Bill Hoffman2003-12-151-8/+17
* STYLE: Fixed typo on comment.Brad King2003-12-141-1/+1
* ENH: Using CreateFile with FILE_FLAG_DELETE_ON_CLOSE to automatically delete ...Brad King2003-12-141-3/+21
* ENH: Added KWSYS_NAMESPACE_STRING macro.Brad King2003-12-141-0/+8
* BUG: Fixed dllimport.Brad King2003-12-141-1/+1
* ERR: Added include of sys/stat.h for open functions mode bits.Brad King2003-12-131-0/+1
* ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, an...Brad King2003-12-133-30/+383
* ENH: Code is now robust to New method returning NULL.Brad King2003-12-132-19/+84
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_C_FLAG and CMAKE_SHARED_LIBRARY_SONAME...Brad King2003-12-121-0/+2
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ...Brad King2003-12-121-1/+5
* ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.Brad King2003-12-124-10/+15
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ...Brad King2003-12-121-1/+4
* ENH: reduce the number of times gnu is tested forBill Hoffman2003-12-124-37/+42
* now can do extra updatesKen Martin2003-12-121-8/+26
* BUG:427 trycompile target must be exeBill Hoffman2003-12-111-1/+7
* BUG: need a dummy first argument to cmakeBill Hoffman2003-12-111-2/+3
* fix to the signature and argument parsingKen Martin2003-12-112-17/+24
* ENH: Argument for script mode is -P (process) and take out the automatic scri...Andy Cedilnik2003-12-112-18/+3
* 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 as...Brad King2003-12-091-1/+2
* move start time up one hourKen Martin2003-12-091-1/+1
* ERR: Removed YY_BREAK statements after return statements because they are unr...Brad King2003-12-092-8/+2
* ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLe...Brad King2003-12-092-31/+45
* 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 backslashes...Brad King2003-12-081-59/+49
* 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 program...Brad King2003-12-081-0/+0
* 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 place...Brad King2003-12-086-230/+2719
* 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
* 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 th...Brad King2003-12-051-149/+146
* 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 kwsysProcess....Brad King2003-12-057-37/+18
* 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
* 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 the...Brad King2003-12-031-34/+34
* ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp...Brad King2003-12-034-490/+1182