Skip to content
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

Closed
wants to merge 51 commits into from

Commits on Oct 21, 2014

  1. 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.
    dhakehurst committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    f279e84 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. Configuration menu
    Copy the full SHA
    c5c8da5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Configuration menu
    Copy the full SHA
    c153e96 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2014

  1. Configuration menu
    Copy the full SHA
    fe0ed1c View commit details
    Browse the repository at this point in the history
  2. Added more eclipse files

    dhakehurst committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    0f399d5 View commit details
    Browse the repository at this point in the history
  3. Added .gitignore

    dhakehurst committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    06c884a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdff360 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Improve COM.utils tests

    dhakehurst committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    39e14d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2014

  1. Configuration menu
    Copy the full SHA
    58054dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209bd2f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Configuration menu
    Copy the full SHA
    2ccf522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1141286 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Configuration menu
    Copy the full SHA
    00e6de5 View commit details
    Browse the repository at this point in the history
  2. 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.
    dhakehurst committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    046169f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. COM/COM.utils Copyright header modification

    COM Event Callback stuff
    dhakehurst committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    f368ad4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Configuration menu
    Copy the full SHA
    f5c4bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d7d3d View commit details
    Browse the repository at this point in the history
  3. COM.utilÖ updates

    dhakehurst committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    048ed54 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Remove UNUSED_ENV macro from Java_com_sun_jna_Native_getWindowHandle0…

    … in dispatch.c, the parameter is used under WIN32 build.
    dhakehurst committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    c4e8aab View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Configuration menu
    Copy the full SHA
    b42ba9d View commit details
    Browse the repository at this point in the history
  2. Iterator required 'remove' to be implemented for < Java 1.8

    Added source artifacts
    dhakehurst committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    b53fd3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5c542b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81ffec8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. 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.
    dhakehurst committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    4cd8d30 View commit details
    Browse the repository at this point in the history
  2. ...COM.util: proxy must AddRef on COM handle and Release it

    updates to handling callback arguments
    dhakehurst committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    22915e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    581cc00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    669697a View commit details
    Browse the repository at this point in the history
  5. it needs a vaild default

    dhakehurst committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    58ea371 View commit details
    Browse the repository at this point in the history
  6. pom update

    dhakehurst committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    88c9a5f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. maven build: update

    dhakehurst committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    0cdd1cb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Configuration menu
    Copy the full SHA
    d91d5cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    421a2dc View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    Conflicts:
    	native/dispatch.c
    dhakehurst committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    b20e95b View commit details
    Browse the repository at this point in the history
  4. Update Excel Test,

    Added another Release on COM reference
    dhakehurst committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    1ebbff4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. Configuration menu
    Copy the full SHA
    f110246 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. Configuration menu
    Copy the full SHA
    4b9362f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. Configuration menu
    Copy the full SHA
    ed27da3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. COM.util bug fix

    dhakehurst committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    201139c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. ..COM.util: Catch exceptions in ComThread-firstTask

    forward uncaught exceptions
    dhakehurst committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    57abe60 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Configuration menu
    Copy the full SHA
    280f1e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2015

  1. Configuration menu
    Copy the full SHA
    04fa536 View commit details
    Browse the repository at this point in the history
  2. Improve thread safety

    dhakehurst committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    25f1b08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    756685e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Configuration menu
    Copy the full SHA
    d60291b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. test update

    dhakehurst committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    4e0aa5e View commit details
    Browse the repository at this point in the history
  2. added a file

    dhakehurst committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    c171c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5db87 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. minor modifications

    dhakehurst committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    ce7a463 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. ...COM.util:

    added changes to CHANGES.md
    (fixed a bug in ProxyObject)
    dhakehurst committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    293a62e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ba1be View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. updated full stops

    dhakehurst committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    57aeb2f View commit details
    Browse the repository at this point in the history