1. 22 May, 2015 1 commit
    • Andrew Twyman's avatar
      Build script improvements for paths with spaces · 82fa46a7
      Andrew Twyman authored
      Everything works in a dir with spaces in the path, except for the
      Android NDK build of the example, which is a limitation of the NDK.
      I also made some cleanups to the Makefile along the way: Reordered the
      clean rule to clean up gyp artifacts after they’re regenerated (from
      inside NDK), and to directly access the test suite.
      82fa46a7
  2. 21 May, 2015 2 commits
  3. 18 May, 2015 5 commits
  4. 16 May, 2015 2 commits
  5. 15 May, 2015 1 commit
  6. 14 May, 2015 6 commits
  7. 13 May, 2015 4 commits
  8. 12 May, 2015 6 commits
  9. 08 May, 2015 8 commits
  10. 07 May, 2015 3 commits
  11. 06 May, 2015 2 commits
    • Miro Knejp's avatar
      Refactored remaining opaque code generation to utilize translation types like JNI does · 5fb9e457
      Miro Knejp authored
      Also includes:
      - Use helper function for printing Objc function calls and signatures
      - Consistently apply "field" and "local" identifiery styles to Objc record parameters
      - Further imporvements to Objcpp generator
        - Separation of output format and semantics
        - Consistent printing of call signatures
        - Avoiding local temporaries where feasible
      - Fixed double "auto ret =" in +o methods with a return value
      
      Plus some additional fixes
      
      [written by mknejp, rebased/squashed/fixed up by j4cbo]
      5fb9e457
    • Jacob Potter's avatar
      Fix file path in objc test suite · 8b58e79c
      Jacob Potter authored
      8b58e79c