clay_shooter
7f0cb9e0d6
SF1793362 ERROR_MORE_DATA causes failures - fix to support Jameleon
2007-09-14 01:35:43 +00:00
clay_shooter
97b1a279cc
SF1793346 Replace deprecated wcstombs and remove unused variables
2007-09-13 01:07:36 +00:00
clay_shooter
8f36ecc309
Fixed typo.
2007-09-09 23:52:45 +00:00
clay_shooter
51c900e485
SF1772783 Added VT_DECIMAL support -- raised compiler warnings to /W3. fixed some of those warnings in VT_DECIMAL code
2007-09-09 23:48:08 +00:00
clay_shooter
cd3c0ed7f6
SF1772783 Added VT_DECIMAL support
2007-09-06 01:28:03 +00:00
clay_shooter
a8758521ad
SF 1775889 - There was a like when passing arrays of indexes as part of set or get methods. 1775889 mentioned setString() but there were others also.
2007-08-27 03:34:56 +00:00
clay_shooter
74a8d04978
No Ticket: One of the methods in Variant.h didn't match the name of the method in Variant.cpp so the method in Variant.h was renamed.
2007-08-27 03:33:35 +00:00
clay_shooter
b09055f3c6
1761727 converted unit test programs to JUnit tests and updated the build targets
2007-07-27 03:43:24 +00:00
clay_shooter
78c7ddf199
1761727 converted unit test programs to JUnit tests and updated the build targets
2007-07-27 03:28:44 +00:00
clay_shooter
bfdc36ad30
Documentation Updates
2007-07-19 10:38:01 +00:00
clay_shooter
15dbd3f567
Updated notes per feedback from McDade
2007-07-09 10:50:39 +00:00
clay_shooter
f32b4f05ce
Added and updated comments / docs
2007-06-10 11:30:31 +00:00
clay_shooter
117799dd86
SF 1701995 another attempt at memory managment <class_name>.PutInROT system property added.
2007-05-17 03:40:22 +00:00
clay_shooter
90eb8609a3
updated autogc notes
2007-05-17 02:36:08 +00:00
clay_shooter
e98dc4b0cf
SF1709841 Visual C++ 8.0 Visual Studio 2005 compilation. No longer requires VC98 or 2003 Platform SDK.
2007-04-30 02:37:00 +00:00
clay_shooter
9c23a727c2
SF 1650134 - preliminary VT_Variant support VariantVariant
2007-04-22 18:25:38 +00:00
clay_shooter
4adbd5087a
SF 1650134 change to putVariant() api
2007-04-18 10:26:48 +00:00
clay_shooter
7d7ed62066
SF 1702604 - alpha prototype for activeXInvocationProxy event callbacks
2007-04-18 02:59:38 +00:00
clay_shooter
536fc35171
SF 1650134 - preliminary VT_Variant support VariantVariant
2007-04-18 02:22:25 +00:00
clay_shooter
d10a84af85
corrected and updated comments
2007-04-14 03:21:25 +00:00
clay_shooter
6b81527536
SF 1699965 toString() which uses toJavaObject() now works for Dispatch objects
2007-04-13 13:05:26 +00:00
clay_shooter
2f583acf41
SF 169946 Event Proxy leaves thread attached to VM when id of callback not recognized
2007-04-13 12:57:47 +00:00
clay_shooter
7428d6590a
SF 1690420 make memcpy calculate buffer length with sizeof()
2007-03-31 21:48:24 +00:00
clay_shooter
fcbae0a84f
SF 1689061 compiler changes to support later versions of VCC and also a big memcpy fix in Variants for currency
2007-03-29 02:52:08 +00:00
clay_shooter
2d08b9e43a
Upadted Docs for 1.12 pre-3
2007-03-25 13:43:40 +00:00
clay_shooter
d2777b692e
SF1687419 AttachCurrentThread
2007-03-24 15:01:33 +00:00
clay_shooter
42d53349ef
SF1687419 AttachCurrentThread was being passed incorrect parameters. The 1.2 API implementation has never been correct.
2007-03-24 14:58:47 +00:00
clay_shooter
1647919dee
Route all Variant construction thorough single constructor
...
Removed read and write methods in Variant since serialization is not actually supported
2007-03-24 13:25:45 +00:00
clay_shooter
baa2b30dea
commented out unnecessary print statement when event method not found
2007-03-24 11:55:32 +00:00
clay_shooter
d0e98da3aa
added "Known Issues"
2007-03-10 16:17:10 +00:00
clay_shooter
165b6b7646
SF 1674179 enum variant leak. also affects 1112667 1465539 1569864
2007-03-10 16:04:39 +00:00
clay_shooter
3a2e9429f3
SF-167401 changed key generation for ROT hashmaps to avoid collisions and random gc of pushed out objects
2007-03-10 13:39:37 +00:00
clay_shooter
344efcfa6f
SF 1483819 info on how to get the version number of a dll
2007-02-18 16:31:06 +00:00
clay_shooter
fa66c59940
SF 1662887 protect Dispatch static methods
2007-02-18 16:11:38 +00:00
clay_shooter
c63934b4bf
1651926 getString() should be called instead of toString()
2007-02-04 20:55:00 +00:00
clay_shooter
4afdf31d25
1651926 getString() should be called instead of toString()
2007-02-04 20:33:50 +00:00
clay_shooter
27134742f1
SF1645463
2007-02-04 20:19:11 +00:00
clay_shooter
5bcb855846
SF1603631:
...
concurrent modification of ROT (adding or removing thread tables) causes VM crash. The simple fix is to sychronize all accessors to the ROT. Performance impact has not been analyzed
2006-12-08 13:03:55 +00:00
clay_shooter
2856390f24
1611487:
...
added additional problem report to release notes
2006-12-08 12:50:37 +00:00
clay_shooter
3b524074a6
SF1603631:
...
concurrent modification of ROT (adding or removing thread tables) causes VM crash. The simple fix is to sychronize all accessors to the ROT. Performance impact has not been analyzed
2006-12-08 12:42:37 +00:00
clay_shooter
5ac71b76b4
SF 1607878 Variant getJavaDateRef() failes -- programmer error
...
SF 1602188 stack overflow on toString() for object that can't be converted toJavaObject() -- toJavaObject did wrong thing when couldn't convert and couldn't convert basic types byRef() . That has been fixed.
2006-12-03 14:53:49 +00:00
clay_shooter
f3f83ea562
1.11.1 release notes
2006-12-03 14:45:27 +00:00
clay_shooter
9d46a4651a
added missing release marker on feature
2006-10-28 15:03:09 +00:00
clay_shooter
959da16864
upgrading documentation
2006-10-28 14:56:31 +00:00
clay_shooter
719ea199bd
SF 1580993 Feature Request tied to https://sourceforge.net/forum/forum.php?thread_id=1588018&forum_id=375946 Help discusson adds support for 64 bit dlls.
2006-10-20 02:55:06 +00:00
clay_shooter
e56c4f5e5d
updates for 1.11
2006-10-16 02:16:48 +00:00
clay_shooter
a7668bfadd
Updating documentation
2006-10-13 23:29:26 +00:00
clay_shooter
4a1ebd4298
fix compiler warning
...
D:\jacob\jni\EventProxy.cpp(129) : warning C4101: 'retObj' : unreferenced local variable
2006-10-13 22:51:07 +00:00
clay_shooter
3774f1eeec
updated
2006-10-13 15:25:34 +00:00
clay_shooter
bec689b833
updated prior to moving to VC++ 8.0 Express
2006-10-13 12:11:00 +00:00