1. 14 May, 2015 1 commit
  2. 12 May, 2015 6 commits
  3. 08 May, 2015 8 commits
  4. 07 May, 2015 3 commits
  5. 06 May, 2015 3 commits
  6. 05 May, 2015 3 commits
  7. 04 May, 2015 2 commits
  8. 01 May, 2015 8 commits
  9. 29 Apr, 2015 5 commits
  10. 28 Apr, 2015 1 commit
    • Miro Knejp's avatar
      Generate Obj-C @interface for +c interfaces instead of @protocol · 63a573db
      Miro Knejp authored
      This not only reduces the number of public files exposed to users down to one, it also makes
      things safer. It is no longer possible to pass something to a +c interface from Obj-C that is
      not compatible and it allows one to directly call static class methods on the generated types
      instead of going through the CppProxy type.
      63a573db