Andy Cedilnik
|
6609a53d24
|
STYLE: Nightly Version update
|
2006-11-12 08:08:43 -05:00 |
Bill Hoffman
|
9e97f7f684
|
BUG: fix for 4028 fix scroll after delete
|
2006-11-11 14:07:46 -05:00 |
Bill Hoffman
|
93002a4400
|
BUG: fix for 4009 lib64 should work with path suffix
|
2006-11-11 14:06:38 -05:00 |
Bill Hoffman
|
5ac4801a04
|
BUG: use different commands for shared libraries and exe for manifest stuff fix for bug#4039
|
2006-11-11 14:04:29 -05:00 |
Andy Cedilnik
|
6d932c627b
|
STYLE: Nightly Version update
|
2006-11-11 08:11:51 -05:00 |
Bill Hoffman
|
dd8d1e8c8d
|
ENH: remove warning
|
2006-11-10 09:32:27 -05:00 |
Bill Hoffman
|
3b7005c554
|
BUG: fix for broken borland compiler
|
2006-11-10 08:11:37 -05:00 |
Andy Cedilnik
|
6b2cc486ee
|
STYLE: Nightly Version update
|
2006-11-10 08:07:44 -05:00 |
Bill Hoffman
|
9442cd33ba
|
ENH: fix it to work with stl debug mode on mac
|
2006-11-09 16:07:38 -05:00 |
Bill Hoffman
|
b0bc59f709
|
ENH: commit fix for putting everything in the build on vs
|
2006-11-09 09:57:23 -05:00 |
Andy Cedilnik
|
976424f8d3
|
STYLE: Nightly Version update
|
2006-11-09 08:09:12 -05:00 |
Andy Cedilnik
|
65d717f885
|
STYLE: Nightly Version update
|
2006-11-08 08:10:59 -05:00 |
Andy Cedilnik
|
ef0fd479cc
|
STYLE: Nightly Version update
|
2006-11-07 08:08:03 -05:00 |
Andy Cedilnik
|
4e1f2798ca
|
STYLE: Nightly Version update
|
2006-11-06 08:09:00 -05:00 |
Andy Cedilnik
|
fa6bcb6138
|
STYLE: Nightly Version update
|
2006-11-05 08:07:42 -05:00 |
Andy Cedilnik
|
f168018732
|
STYLE: Nightly Version update
|
2006-11-04 08:06:48 -05:00 |
Andy Cedilnik
|
a1f9b28c6f
|
STYLE: Nightly Version update
|
2006-11-03 08:07:56 -05:00 |
Bill Hoffman
|
cf8625cf52
|
ENH: add support for finding mpich2 on windows
|
2006-11-02 19:58:14 -05:00 |
Bill Hoffman
|
86d2d989ce
|
ENH: look for QtAssistantClient4
|
2006-11-02 17:51:36 -05:00 |
Andy Cedilnik
|
d6f2cbed17
|
STYLE: Nightly Version update
|
2006-11-02 08:08:09 -05:00 |
Brad King
|
cc7bfeb6e4
|
ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable.
|
2006-11-01 09:06:27 -05:00 |
Andy Cedilnik
|
db4c5c5191
|
STYLE: Nightly Version update
|
2006-11-01 08:07:39 -05:00 |
Andy Cedilnik
|
897a2a9029
|
ENH: Cleanup of install component list. There was already the list in the global generator. Use that one
|
2006-10-31 14:28:48 -05:00 |
Andy Cedilnik
|
605d8871bb
|
STYLE: Fix kwstyle
|
2006-10-31 06:43:18 -05:00 |
Andy Cedilnik
|
7ded253013
|
ENH: Add support for displaying the list of components
|
2006-10-30 15:59:54 -05:00 |
Brad King
|
b2240ef6af
|
ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987.
|
2006-10-30 15:30:59 -05:00 |
Bill Hoffman
|
7aef92391b
|
ENH: make sure null const char* is not put into ossttringstream to avoid seg faults
|
2006-10-30 11:22:48 -05:00 |
Brad King
|
4400842135
|
ENH: Added test case for bug#3966.
|
2006-10-30 10:38:55 -05:00 |
Andy Cedilnik
|
fb9999157e
|
STYLE: Nightly Version update
|
2006-10-30 09:54:18 -05:00 |
Andy Cedilnik
|
e29b587d59
|
ENH: More documentation
|
2006-10-27 17:30:26 -04:00 |
Andy Cedilnik
|
9ae7fb964c
|
ENH: Add support for libjvm
|
2006-10-27 17:29:05 -04:00 |
Bill Hoffman
|
f23ade5c02
|
ENH: remove JavaEmbedding
|
2006-10-27 15:59:40 -04:00 |
Bill Hoffman
|
6dba95cb2a
|
ENH: fix warnings on windows paths
|
2006-10-27 15:55:14 -04:00 |
Brad King
|
d9f1d4d71a
|
ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust.
|
2006-10-26 11:39:56 -04:00 |
Andy Cedilnik
|
5418998e46
|
STYLE: Fix typo
|
2006-10-26 11:01:52 -04:00 |
Brad King
|
b9f3de8491
|
BUG: When writing newlines between script portions in prebuild, prelink, and postbuild command lines they must be escaped for XML so that the IDE receives them. This fixes the fix for bug #3977.
|
2006-10-26 10:49:29 -04:00 |
Brad King
|
e15249f11e
|
COMP: Remove unused variable.
|
2006-10-25 14:03:33 -04:00 |
Brad King
|
89f098bc59
|
BUG: Adjust prebuild/prelink/postbuild script construction to account for ConstructScript no longer producing trailing newlines. This addresses bug#3977.
|
2006-10-25 12:49:27 -04:00 |
Brad King
|
e23b82c2cf
|
BUG: Avoid leading and trailing newlines in custom command scripts because some VS6 versions do not like the trailing backslash this produces. This addresses bug#3977.
|
2006-10-25 12:27:17 -04:00 |
Brad King
|
9b8f479e01
|
ENH: Re-enabling # escape test now that it is implemented everywhere.
|
2006-10-25 11:23:23 -04:00 |
Brad King
|
54731fa2c8
|
ENH: Adding support for # escape in Watcom WMake.
|
2006-10-25 11:23:04 -04:00 |
Brad King
|
9e29a742a9
|
BUG: EQUAL -> STREQUAL for string comparison.
|
2006-10-25 10:58:30 -04:00 |
Brad King
|
b7e04e69ae
|
BUG: It cannot be an error if the values do not convert. The docs say that if the values do not convert the test is false.
|
2006-10-25 10:57:26 -04:00 |
Brad King
|
d563ab6677
|
BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be converted to numbers. Also force the conversion results to be stored in memory to make sure they both use the same precision. This addresses bug#3966.
|
2006-10-25 10:31:26 -04:00 |
Andy Cedilnik
|
9192f3638b
|
COMP: Remove unnecessary provocation
|
2006-10-25 09:54:54 -04:00 |
Andy Cedilnik
|
f1a0e48082
|
BUG: Attempt to fix the test
|
2006-10-25 09:54:17 -04:00 |
Andy Cedilnik
|
b4da7bbaab
|
STYLE: Fix line length
|
2006-10-25 08:56:56 -04:00 |
Alexander Neundorf
|
5a2b41350b
|
BUG: honor the REQUIRED flag for Perl, please backport to 2.4 branch so that
it will be in 2.4.4
Alex
|
2006-10-24 17:56:59 -04:00 |
Andy Cedilnik
|
e8d48151d3
|
BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is no line at the end of the file. This will fix the coverage code complaining about it
|
2006-10-24 12:44:59 -04:00 |
Bill Hoffman
|
212eeff04c
|
ENH: remove failing test
|
2006-10-24 11:06:44 -04:00 |