1. 03 Dec, 2014 2 commits
    • opatry's avatar
      README.md: fix inovke -> invoke typo · dcf6ae22
      opatry authored
      dcf6ae22
    • Jacob Potter's avatar
      Fix JNI proxy infrastructure · b08c54a0
      Jacob Potter authored
      We previously had weak-maps for passing objects from Java to C++ (necessary for listeners etc),
      but each C++->Java pass would previously create a new proxy. This change:
      
      - Unifies the +c and +j wrapper types, allowing an interface to be +c +j
      - Fixes C++->Java object passing to use the existing wrapper if one exists
      - Fixes both C++->Java and Java->C++ to "unwrap" an object if need be (allowing a Java object to be passed to C++ and then back properly)
      - Adds tests for all of the above
      b08c54a0
  2. 02 Dec, 2014 1 commit
  3. 26 Nov, 2014 1 commit
  4. 07 Nov, 2014 3 commits
  5. 05 Nov, 2014 1 commit
  6. 04 Nov, 2014 1 commit
  7. 10 Oct, 2014 4 commits
  8. 09 Oct, 2014 2 commits
  9. 25 Sep, 2014 1 commit
  10. 18 Sep, 2014 2 commits
  11. 15 Sep, 2014 1 commit
  12. 12 Sep, 2014 4 commits
  13. 11 Sep, 2014 1 commit