-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COM support: Added significant enhancements. #397
Commits on Oct 21, 2014
-
COM: Added Running Object Table bits.
Added proxy and annotations to assist easy use of COM. Added java friendly version of some COM interfaces. Added Tests.
Configuration menu - View commit details
-
Copy full SHA for f279e84 - Browse repository at this point
Copy the full SHA f279e84View commit details
Commits on Oct 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c5c8da5 - Browse repository at this point
Copy the full SHA c5c8da5View commit details
Commits on Oct 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c153e96 - Browse repository at this point
Copy the full SHA c153e96View commit details
Commits on Oct 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for fe0ed1c - Browse repository at this point
Copy the full SHA fe0ed1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f399d5 - Browse repository at this point
Copy the full SHA 0f399d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c884a - Browse repository at this point
Copy the full SHA 06c884aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdff360 - Browse repository at this point
Copy the full SHA cdff360View commit details
Commits on Oct 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 39e14d6 - Browse repository at this point
Copy the full SHA 39e14d6View commit details
Commits on Oct 31, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 58054dd - Browse repository at this point
Copy the full SHA 58054ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 209bd2f - Browse repository at this point
Copy the full SHA 209bd2fView commit details
Commits on Nov 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2ccf522 - Browse repository at this point
Copy the full SHA 2ccf522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1141286 - Browse repository at this point
Copy the full SHA 1141286View commit details
Commits on Nov 4, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 00e6de5 - Browse repository at this point
Copy the full SHA 00e6de5View commit details -
COM.utils.Factoy should not be an static INSTANCE, may want different
COM threads for different COM object access. Explicit termination of COM thread necessary, finalizer use is not recommended as reliable. Corrected signature (IID -> REFIID) in IDispatch.
Configuration menu - View commit details
-
Copy full SHA for 046169f - Browse repository at this point
Copy the full SHA 046169fView commit details
Commits on Nov 5, 2014
-
COM/COM.utils Copyright header modification
COM Event Callback stuff
Configuration menu - View commit details
-
Copy full SHA for f368ad4 - Browse repository at this point
Copy the full SHA f368ad4View commit details
Commits on Nov 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f5c4bd5 - Browse repository at this point
Copy the full SHA f5c4bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d7d3d - Browse repository at this point
Copy the full SHA 02d7d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 048ed54 - Browse repository at this point
Copy the full SHA 048ed54View commit details
Commits on Nov 11, 2014
-
Remove UNUSED_ENV macro from Java_com_sun_jna_Native_getWindowHandle0…
… in dispatch.c, the parameter is used under WIN32 build.
Configuration menu - View commit details
-
Copy full SHA for c4e8aab - Browse repository at this point
Copy the full SHA c4e8aabView commit details
Commits on Nov 12, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b42ba9d - Browse repository at this point
Copy the full SHA b42ba9dView commit details -
Iterator required 'remove' to be implemented for < Java 1.8
Added source artifacts
Configuration menu - View commit details
-
Copy full SHA for b53fd3a - Browse repository at this point
Copy the full SHA b53fd3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c542b - Browse repository at this point
Copy the full SHA b5c542bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ffec8 - Browse repository at this point
Copy the full SHA 81ffec8View commit details
Commits on Nov 18, 2014
-
COM.util: bug fix: arguments to callback events now converted where
possible. Required a change to Variant, to enable size of array of VariantArg to be set. Might be a cleaner way to do this, but it could break the existing API of VariantArg.
Configuration menu - View commit details
-
Copy full SHA for 4cd8d30 - Browse repository at this point
Copy the full SHA 4cd8d30View commit details -
...COM.util: proxy must AddRef on COM handle and Release it
updates to handling callback arguments
Configuration menu - View commit details
-
Copy full SHA for 22915e0 - Browse repository at this point
Copy the full SHA 22915e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 581cc00 - Browse repository at this point
Copy the full SHA 581cc00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 669697a - Browse repository at this point
Copy the full SHA 669697aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ea371 - Browse repository at this point
Copy the full SHA 58ea371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c9a5f - Browse repository at this point
Copy the full SHA 88c9a5fView commit details
Commits on Nov 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0cdd1cb - Browse repository at this point
Copy the full SHA 0cdd1cbView commit details
Commits on Nov 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for d91d5cc - Browse repository at this point
Copy the full SHA d91d5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 421a2dc - Browse repository at this point
Copy the full SHA 421a2dcView commit details -
Merge remote-tracking branch 'origin/master'
Conflicts: native/dispatch.c
Configuration menu - View commit details
-
Copy full SHA for b20e95b - Browse repository at this point
Copy the full SHA b20e95bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebbff4 - Browse repository at this point
Copy the full SHA 1ebbff4View commit details
Commits on Nov 26, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f110246 - Browse repository at this point
Copy the full SHA f110246View commit details
Commits on Nov 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4b9362f - Browse repository at this point
Copy the full SHA 4b9362fView commit details
Commits on Nov 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ed27da3 - Browse repository at this point
Copy the full SHA ed27da3View commit details
Commits on Dec 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 201139c - Browse repository at this point
Copy the full SHA 201139cView commit details
Commits on Dec 9, 2014
-
..COM.util: Catch exceptions in ComThread-firstTask
forward uncaught exceptions
Configuration menu - View commit details
-
Copy full SHA for 57abe60 - Browse repository at this point
Copy the full SHA 57abe60View commit details
Commits on Dec 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 280f1e3 - Browse repository at this point
Copy the full SHA 280f1e3View commit details
Commits on Jan 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 04fa536 - Browse repository at this point
Copy the full SHA 04fa536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f1b08 - Browse repository at this point
Copy the full SHA 25f1b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 756685e - Browse repository at this point
Copy the full SHA 756685eView commit details
Commits on Jan 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d60291b - Browse repository at this point
Copy the full SHA d60291bView commit details
Commits on Feb 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4e0aa5e - Browse repository at this point
Copy the full SHA 4e0aa5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c171c2f - Browse repository at this point
Copy the full SHA c171c2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af5db87 - Browse repository at this point
Copy the full SHA af5db87View commit details
Commits on Feb 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ce7a463 - Browse repository at this point
Copy the full SHA ce7a463View commit details
Commits on Feb 20, 2015
-
added changes to CHANGES.md (fixed a bug in ProxyObject)
Configuration menu - View commit details
-
Copy full SHA for 293a62e - Browse repository at this point
Copy the full SHA 293a62eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ba1be - Browse repository at this point
Copy the full SHA 81ba1beView commit details
Commits on Mar 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 57aeb2f - Browse repository at this point
Copy the full SHA 57aeb2fView commit details