1. 08 Apr, 2015 3 commits
    • Alan Rogers's avatar
      Use immutable collection for Marshalling MList, MSet, and MMap to ObjectiveC · a659825a
      Alan Rogers authored
      A previous solution to this was to simply return a `-copy`'ed version of the mutable collections we had constructed. But that comes with a slight cost.
      
      This diff, makes use of `+[NSArray arrayWithObjects:count:]`, `+[NSSet setWithObjects:count:]` and `+[NSDictionary dictionaryWithObjects:forKeys:count:]` to construct the collections from `std::vector`s of the appropriate ObjC classes.
      
      The only additional allocation we're doing now is of a single (2 for MMap) std::vector. We're also making use of `reserve()` to ensure we're not reallocating as the vectors are populated.
      a659825a
    • j4cbo's avatar
      Merge pull request #57 from mrdomino/fix-support-lib-hpp-include · fa4a2ed4
      j4cbo authored
      Don't apply cppHeaderExt to JNI base libs
      fa4a2ed4
    • Karl Bode's avatar
      Fixed Typo · 0712d38e
      Karl Bode authored
      0712d38e
  2. 06 Apr, 2015 2 commits
  3. 19 Feb, 2015 1 commit
  4. 11 Feb, 2015 1 commit
  5. 06 Feb, 2015 1 commit
  6. 23 Jan, 2015 2 commits
  7. 22 Jan, 2015 3 commits
  8. 14 Jan, 2015 2 commits
  9. 15 Dec, 2014 1 commit
  10. 03 Dec, 2014 5 commits
  11. 02 Dec, 2014 1 commit
  12. 26 Nov, 2014 1 commit
  13. 07 Nov, 2014 3 commits
  14. 05 Nov, 2014 1 commit
  15. 04 Nov, 2014 1 commit
  16. 10 Oct, 2014 4 commits
  17. 09 Oct, 2014 2 commits
  18. 25 Sep, 2014 1 commit
  19. 18 Sep, 2014 2 commits
  20. 15 Sep, 2014 1 commit
  21. 12 Sep, 2014 2 commits