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
clay_shooter
a20526a503
toJavaObject() unsupported conversions now throw NotImplementedException instead of IllegalStateException. getDobuleRef() renamed to getDoubleRef(). get methods documented as throwing IllegalStateException()
2006-10-07 17:32:12 +00:00
clay_shooter
e26c507f92
Updated javadoc
2006-10-07 17:30:22 +00:00
clay_shooter
745fc749d4
fixed bug report reference string
2006-10-04 03:28:03 +00:00
clay_shooter
6f432445e8
Fixed javadoc warnings
2006-10-04 03:25:29 +00:00
clay_shooter
0b16b2eeae
SF1570270 Proxy unhook detatched threads.
...
SF1538011 toString() not compliant, large ripple into toXXX() methods
SF1478172 Variant jni methods public without protection. Now JNI methods behind java methods
2006-10-04 03:18:59 +00:00
clay_shooter
a50685d412
SF1493647 support alternate dll loading directories
2006-09-30 16:39:32 +00:00
clay_shooter
23f64b600c
SF1511033 fix array index out of bounds problem
2006-09-24 13:57:10 +00:00
clay_shooter
912ea449ad
added extra debug flag to documentaton for IETest
2006-09-24 13:55:14 +00:00
clay_shooter
f50b153c9e
SF1511033 fix array index out of bounds problem
2006-09-24 13:47:02 +00:00
clay_shooter
6c2c357a77
SF1550628: loadLibrary call modifed to a single location so that folks interested in changing how it works to support applets only has to modify in one location
2006-09-23 18:27:48 +00:00
clay_shooter
e5368d39ee
SF1550628: loadLibrary call mofed to a single location so that folks interested in changing how it works to support applets only has to modify in one location
2006-09-23 18:10:02 +00:00
clay_shooter
3bd2d84f07
SF 1538011 -- document the fact that toString() convertes the underlying data type to a String type
2006-09-23 17:30:30 +00:00