1. e095d65 gl: support (Create|Bind|Delete)VertexArray for GL ES 3 by Alexandre Parentea · 7 years ago
  2. 9bd992d bind,cmd/gomobile: fix follow ups to doc generator CL (52330) by Elias Naur · 7 years ago
  3. 05f1abc bind,cmd: generate ObjC and Java documentation by Elias Naur · 7 years ago
  4. b2ece8c bind: declare implemented ObjC protocols by Elias Naur · 7 years ago
  5. e665403 bind: generate ObjC initializers by Elias Naur · 7 years ago
  6. 448c916 x/mobile/gl: fix building if gldebug tag is specified by pankona · 7 years ago
  7. 202a52f bind: remove erroneous class to name replacer by Elias Naur · 7 years ago
  8. 683b305 misc/androidstudio: version up gradle plugin to 0.2.9 by Hana Kim · 7 years ago
  9. 901bda6 misc/androidstudio: check on javaCompile to avoid exception by Ernest Chiang · 7 years ago
  10. e1125ee cmd/gobind: add GOROOT to cmd.Env from ctx.GOROOT by Dan Ballard · 7 years ago
  11. 44a54e9 bind: accept null objects as nil pointers by Péter Szilágyi · 7 years ago
  12. 0f31740 internal/importers: reverse bind types from unexported struct fields by Elias Naur · 7 years ago
  13. dedec14 cmd/gomobile: update documentation to reflect Go 1.7 requirement by Elias Naur · 7 years ago
  14. eb90329 cmd/gobind: update export data for imported packages by Elias Naur · 7 years ago
  15. 57e7952 cmd/gomobile: fix openal init test by Elias Naur · 7 years ago
  16. 2057cae exp/gl/glutil: disable test by Elias Naur · 7 years ago
  17. e89cba3 internal/importers: always specify classpath to javap by Elias Naur · 7 years ago
  18. f3e28d5 cmd/gomobile: clean package paths by Elias Naur · 7 years ago
  19. 1089cdd internal/importers: fix test by Elias Naur · 7 years ago
  20. 0a555e5 bind/objc: fix benchmark by Elias Naur · 7 years ago
  21. 60b0aaa internal/mobileinit: preserve stdout and stderr file descriptors by Elias Naur · 7 years ago
  22. ab9391c bind: handle ClassNotFoundExceptions on older Androids by Elias Naur · 7 years ago
  23. 959f80f bind: use runtime.KeepAlive to keep foreign references alive by Elias Naur · 7 years ago
  24. 44ced21 bind,cmd/gomobile: require Go 1.7 by Elias Naur · 7 years ago
  25. e710976 cmd/gomobile: test for XCode in gomobile init by Elias Naur · 7 years ago
  26. c243211 bind,internal/importers: add Unwrap methods to unwrap Java wrappers by Elias Naur · 7 years ago
  27. a0f998b bind: skip unsupported functions in function sets by Elias Naur · 7 years ago
  28. ab8d69d internal,importers: find deeply nested prefixed class references by Elias Naur · 7 years ago
  29. 226c1c8 cmd/gomobile: avoid header guard clash in iOS headers by Elias Naur · 7 years ago
  30. 3212b34 cmd/gomobile: replace stripped NDK with external NDK by Elias Naur · 7 years ago
  31. c4d780f bind,internal/importers: handle Java long constants correctly by Elias Naur · 7 years ago
  32. d05d36a misc/androidstudio: fix the classpath for gobind and gomobile by Elias Naur · 7 years ago
  33. d8b1e1a bind,misc: guard reverse generated import with mobile os tags by Elias Naur · 7 years ago
  34. 2f5693b bind,internal/importers: always generate toString methods by Elias Naur · 7 years ago
  35. d96b6de internal/importers: skip unexported embedded fields by Elias Naur · 7 years ago
  36. 034bc70 internal/importers/java: improve class not found error by Elias Naur · 7 years ago
  37. 3884e8c internal,bind: resolve overloaded methods at runtime by Elias Naur · 7 years ago
  38. 1aa9ad5 bind: generate reverse functions the same way as methods by Elias Naur · 7 years ago
  39. 100a59f bind: fix reverse binding generation on Windows by Elias Naur · 7 years ago
  40. 64505ab exp/audio/al: use the correct native library dir to locate libopenal.so by Elias Naur · 7 years ago
  41. 91f2c89 bind/java: fix tests on Windows by Elias Naur · 7 years ago
  42. 2802a01 bind: include all generated code in tests by Elias Naur · 7 years ago
  43. 1038340 bind,internal: generate reverse bindings for implicit ObjC types by Elias Naur · 7 years ago
  44. 9ec2d17 cmd: fix handling of (multiple) tags by Elias Naur · 7 years ago
  45. 82c03f1 cmd/gomobile: document the GOMOBILEFLAGS, GOARCH, GOBIND plugin settings by Elias Naur · 7 years ago
  46. 6f0c9f6 bind: generate wrappers for generated ObjC types by Elias Naur · 7 years ago
  47. c90c4f7 bind,internal: change the default Java package to the empty string by Elias Naur · 7 years ago
  48. fe09777 bind: generate reverse bindings for implicit Java types by Elias Naur · 7 years ago
  49. ff6f6e8 bind,cmd,internal: generate reverse bindings for exported Go structs by Elias Naur · 7 years ago
  50. ca30483 internal/importers: find structs with embedded types by Elias Naur · 7 years ago
  51. f5d8ba6 bind: support Java packages with the same last component by Elias Naur · 7 years ago
  52. fa10d88 bind: fix inner class argument and return types by Elias Naur · 7 years ago
  53. e0bb90a bind: clear JNI return values when an exception was raised by Elias Naur · 7 years ago
  54. 6a96d4c bind: make the default name prefix empty on ObjC by Elias Naur · 7 years ago
  55. 60feeb7 bind,cmd: support the empty ObjC prefix by Elias Naur · 7 years ago
  56. e1ac2f4 bind: don't use output arg for T in (T, error) returns if T is nullable by Péter Szilágyi · 7 years ago
  57. 72eef9d bind: avoid crashes from SIGPIPE by Elias Naur · 7 years ago
  58. aa9922a internal/importers/java: fix test by Elias Naur · 7 years ago
  59. 48338d0 internal/importers/java: specify language for javap command by -J-Duser.language=en by Takuya Ueda · 7 years ago
  60. 9882336 misc/androidstudio: An example setting is wrong in README by Takuya Ueda · 7 years ago
  61. b8794a2 cmd: update documentation and add pure Go Android app example by Elias Naur · 8 years ago
  62. 276a798 misc/androidstudio: fix gobind gradle plugin test by Elias Naur · 7 years ago
  63. d362015 x/mobile/gl: fix building on windows/386 by Egon Elbre · 8 years ago
  64. 27a7c7e bind: add -Werror to gomobile bind CFLAGS by Elias Naur · 8 years ago
  65. 23d9c7b bind: skip benchmarks in short mode by Elias Naur · 8 years ago
  66. e107ad8 bind: sanitize parameter names by Elias Naur · 8 years ago
  67. 7f64fd2 bind: fix compiler warnings by Elias Naur · 8 years ago
  68. 2ea7e2c bind, bind/java: support generating exceptional constructors by Péter Szilágyi · 8 years ago
  69. 4cb3e7f bind: accept implicit `self` parameters in all methods by Elias Naur · 8 years ago
  70. 1c49d29 bind,cmd: accept ObjC wrapper types in bound packages by Elias Naur · 8 years ago
  71. 6399374 bind: fix field accessors for Go implemented Java classes by Elias Naur · 8 years ago
  72. eb6d6dc cmd/gomobile: use correct version of clang on windows/386 by Alex Brainman · 8 years ago
  73. 6ecf8ee bind,cmd: add generator for ObjC API wrappers by Elias Naur · 8 years ago
  74. a82bb3c cmd/gobind,bind: generate complete Java interface with gobind by Elias Naur · 8 years ago
  75. 91c29e2 x/mobile/gl: fix windows context3 and dlls by Egon Elbre · 8 years ago
  76. a4f0a77 bind: param name replacement for invalid unicode names by Russ Cox · 8 years ago
  77. 6ea0bb5 internal/importers: introduce package to analyze ObjC types by Elias Naur · 8 years ago
  78. 4db6347 misc/androidstudio: add support for the android gradle plugin by Elias Naur · 8 years ago
  79. e76ec53 bind: support casting of Java objects by Elias Naur · 8 years ago
  80. 69dc8e1 bind: allow implicit `this` argument on every exported method by Elias Naur · 8 years ago
  81. 3f7b83f bind: generate Java constructors for every exported struct by Elias Naur · 8 years ago
  82. 89b8360 bind: remove error wrappers to preserve error instance identity by Elias Naur · 8 years ago
  83. 84d710d bind: don't throw away result values with unknown type by Elias Naur · 8 years ago
  84. 16fd47f bind: don't inherit java.lang.Object methods to Java interfaces by Elias Naur · 8 years ago
  85. e04a76e cmd/gomobile,internal: add bootclasspath and classpath flags to gomobile by Elias Naur · 8 years ago
  86. 9d5f795 bind: correctly generate methods with implicit this and parameters by Elias Naur · 8 years ago
  87. 2dcaa05 bind: preserve no-arg Java constructors by Elias Naur · 8 years ago
  88. 1663ffa bind: initialize JNI library on any class load by Péter Szilágyi · 8 years ago
  89. 9640137 bind: add missing unsafe import in generated code by Elias Naur · 8 years ago
  90. 8b28d19 example: fix Android examples by Elias Naur · 8 years ago
  91. bdf873e bind,cmd: accept Java API in bound packages by Elias Naur · 8 years ago
  92. 08c3b2f bind: fix generated declaration of GoUniverseerror by Elias Naur · 8 years ago
  93. bf31dd1 bind,cmd/gomobile: add a new generator for Java API wrappers by Elias Naur · 8 years ago
  94. e4531be internal/importers: introduce package to analyze Java classes by Elias Naur · 8 years ago
  95. 61011ba bind: fix error type by Elias Naur · 8 years ago
  96. e99a906 bind: avoid ObjC reserved names by Elias Naur · 8 years ago
  97. 7f59993 bind/objc: fix tests by Elias Naur · 8 years ago
  98. f52baf9 mobile/cmd/gomobile: fix test by Elias Naur · 8 years ago
  99. 2f75be4 bind: use lowercase method names for Java binds by Péter Szilágyi · 8 years ago
  100. f7e06c9 exp/font: droid->noto fallback in tests by Péter Szilágyi · 8 years ago