Brad King
|
9a096e8488
|
ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library version support for SunOS.
|
2003-12-12 14:20:06 -05:00 |
Bill Hoffman
|
89fe29a41a
|
ENH: reduce the number of times gnu is tested for
|
2003-12-12 09:12:49 -05:00 |
Ken Martin
|
256947ed08
|
now can do extra updates
|
2003-12-12 08:09:05 -05:00 |
Bill Hoffman
|
add1f25f58
|
BUG:427 trycompile target must be exe
|
2003-12-11 15:38:00 -05:00 |
Bill Hoffman
|
df32e28b1d
|
BUG: need a dummy first argument to cmake
|
2003-12-11 10:11:36 -05:00 |
Ken Martin
|
baaf5eae7d
|
fix to the signature and argument parsing
|
2003-12-11 08:57:40 -05:00 |
Andy Cedilnik
|
afc33a1990
|
ENH: Argument for script mode is -P (process) and take out the automatic script mode
|
2003-12-10 19:47:15 -05:00 |
Bill Hoffman
|
5acab1eed1
|
BUG: roll back change for variable used in path
|
2003-12-10 08:55:15 -05:00 |
Brad King
|
c624879fba
|
ENH: Adding /usr/include/w32api for OpenGL header search.
|
2003-12-09 14:33:10 -05:00 |
Brad King
|
4d68d005bc
|
BUG: File comparison on windows must test the volume serial number as well as the file index.
|
2003-12-09 11:44:53 -05:00 |
Ken Martin
|
941c80a884
|
move start time up one hour
|
2003-12-09 10:33:48 -05:00 |
Brad King
|
cf42225c0b
|
ERR: Removed YY_BREAK statements after return statements because they are unreachable.
|
2003-12-09 09:16:40 -05:00 |
Brad King
|
c85e16450d
|
ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLexerAppend definitions.
|
2003-12-09 09:11:35 -05:00 |
Bill Hoffman
|
1eca26f4c4
|
ENH: use variables for output paths
|
2003-12-09 08:32:15 -05:00 |
Ken Martin
|
e3e4a7892b
|
some updates to handle inline cache files and environment variables
|
2003-12-09 08:22:55 -05:00 |
Brad King
|
ec78910bac
|
BUG: Reimplemented ExpandListArguments to properly handle escaped backslashes that occur right before semicolons. This is important for lists of paths ending in backslashes on windows.
|
2003-12-08 18:05:29 -05:00 |
Ken Martin
|
06092a31fd
|
bug fix to escaped semicolons in arguments
|
2003-12-08 16:10:48 -05:00 |
Brad King
|
2b957198fd
|
ERR: Fixed comment about how to run flex to reflect new name of this file.
|
2003-12-08 15:05:16 -05:00 |
Brad King
|
c05b800f9f
|
ERR: Renaming cmListFileLexer.l to cmListFileLexer.in.l to avoid make programs trying to run lex automatically whn building cmListFileLexer.c.
|
2003-12-08 14:20:48 -05:00 |
Andy Cedilnik
|
aa859a7603
|
ENH: Fix bootstrap to handle lex parser
|
2003-12-08 14:11:58 -05:00 |
Brad King
|
6df489c471
|
ERR: We must define YY_NO_UNISTD_H to build on windows.
|
2003-12-08 13:40:26 -05:00 |
Brad King
|
00ae7ea261
|
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
2003-12-08 13:36:59 -05:00 |
Brad King
|
380ee8ca36
|
STYLE: Removed trailing whitespace.
|
2003-12-08 11:35:34 -05:00 |
Brad King
|
306fc9ea96
|
ENH: Improved error messages when source tree does not have a CMakeLists.txt 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...
|
2003-12-08 11:31:16 -05:00 |
Andy Cedilnik
|
403f220d25
|
ENH: Improve coverage on systems with multiple gcov commands
|
2003-12-08 11:23:46 -05:00 |
Brad King
|
b777b8656e
|
ENH: Cleaned up pipe numbering.
|
2003-12-07 14:09:58 -05:00 |
Brad King
|
21c5c6c81d
|
ENH: Using cmListFileCache to read the DartTestfile instead of duplicating the parse loop.
|
2003-12-05 16:39:14 -05:00 |
Brad King
|
bcfd5ce161
|
ERR: Need to include Configure.hxx to get kwsys_std definition.
|
2003-12-05 14:51:27 -05:00 |
Brad King
|
ed853b5d70
|
ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use.
|
2003-12-05 11:53:17 -05:00 |
Brad King
|
97b469537b
|
STYLE: Removed trailing whitespace.
|
2003-12-05 11:37:28 -05:00 |
Brad King
|
9ce4e23715
|
BUG: Process startup-info struct dwFlags were being set incorrectly due to a change in statement order.
|
2003-12-05 11:19:43 -05:00 |
Brad King
|
f791e1a80b
|
ENH: New indentation implementation to support multi-line strings.
|
2003-12-05 10:45:16 -05:00 |
Brad King
|
458fed969f
|
STYLE: Removed trailing whitespace.
|
2003-12-04 14:34:23 -05:00 |
Brad King
|
ddd3190387
|
ERR: Added missing static storage class specifier for kwsysProcessCreate.
|
2003-12-04 13:56:00 -05:00 |
Ken Martin
|
10f88cd333
|
some fixes to test harnes
|
2003-12-03 14:16:21 -05:00 |
Brad King
|
cee49e74cf
|
ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming these symbols to StdIn, StdOut, and StdErr.
|
2003-12-03 13:37:21 -05:00 |
Brad King
|
ad8bc4b1a4
|
ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp to main tree. This introduces support for process pipelines.
|
2003-12-03 09:20:05 -05:00 |
Ken Martin
|
be15d66e37
|
better error handling
|
2003-12-02 16:50:37 -05:00 |
Ken Martin
|
a442f1715e
|
a start on the dashboard driver
|
2003-12-01 19:25:51 -05:00 |
Brad King
|
81be61b153
|
BUG#411: Re-ordering statements so errors show up in CMakeError.log.
|
2003-12-01 13:06:35 -05:00 |
Brad King
|
9ec524def6
|
STYLE: Removed trailing whitespace.
|
2003-11-28 09:48:42 -05:00 |
Brad King
|
ffd8ca9cd9
|
BUG: cmake_symlink_library should return the accumulated result, not just 0.
|
2003-11-27 10:28:50 -05:00 |
Brad King
|
aaf0ed39ca
|
ENH: Adding implementation of shared library version support on UNIX. This addresses the feature request described in bug#32.
|
2003-11-26 17:59:53 -05:00 |
Brad King
|
f0035d84b5
|
ENH: Adding implementation of shared library version support on UNIX. This addresses the feature request described in bug#32.
|
2003-11-26 17:52:33 -05:00 |
Brad King
|
9229e6bc8b
|
ENH: Adding implementation of shared library version support on UNIX. This addresses the feature request described in bug#32.
|
2003-11-26 17:38:37 -05:00 |
Brad King
|
5bbc45d589
|
BUG: The cmake_symlink_library command needs to remove existing files before creating links.
|
2003-11-26 17:34:01 -05:00 |
Brad King
|
f764e1fcb2
|
ENH: Added undocumented cmake_symlink_library to help with building versioned shared libraries.
|
2003-11-26 16:38:26 -05:00 |
Bill Hoffman
|
587370e1e2
|
remove more warnings
|
2003-11-26 16:15:18 -05:00 |
Bill Hoffman
|
d89adbf049
|
remove warnings
|
2003-11-26 16:12:52 -05:00 |
Brad King
|
8876adcd81
|
ERR: Fixed unused parameter warnings.
|
2003-11-26 16:11:43 -05:00 |