1. 1f177cb bind: ignore unsupported basic types by Elias Naur · 6 years ago
  2. 90139f6 cmd/gomobile: don't run gobind with the ios tag by Elias Naur · 6 years ago
  3. 29776d8 app: support importing the package for bind programs by Elias Naur · 6 years ago
  4. 3a7f113 app,exp/gl/glutil: add missing build directives by Elias Naur · 6 years ago
  5. 19987bc cmd/gomobile: fix tests by Elias Naur · 6 years ago
  6. 54bca60 app,cmd/gomobile,exp/gl/glutil: support target architectures for iOS build and bind by Elias Naur · 6 years ago
  7. 4e3d9b7 cmd/gomobile: add missing checks for the NDK and Xcode by Elias Naur · 6 years ago
  8. ae1772d x/mobile/cmd/gomobile: allow digits-only basename for Android package name by Hajime Hoshi · 6 years ago
  9. 2a86fdc cmd/gomobile: don't ignore -openal if no NDK was found by Elias Naur · 6 years ago
  10. 5d85226 cmd/gobind,cmd/gomobile: support the default GOPATH by Elias Naur · 6 years ago
  11. b07e525 cmd/gomobile: make sure gobind is installed and updated by Elias Naur · 6 years ago
  12. 6b7c05d cmd/gomobile: use standalone NDK toolchains by Elias Naur · 6 years ago
  13. 598bfe4 cmd/gomobile: support vendored "golang.org/x/mobile/..." packages by pankona · 6 years ago
  14. 57eb1e2 bind/benchmark: move package to testdata by Elias Naur · 6 years ago
  15. 8ee74ac bind: support underscores in identifiers by Elias Naur · 6 years ago
  16. 671e1c1 bind: avoid header guard clashes for uppercase Go packages by Elias Naur · 6 years ago
  17. 70293e6 bind: skip incompatible constructors in ObjC bindings by Elias Naur · 6 years ago
  18. c922c29 bind: add nil and bool to ObjC keyword list by Elias Naur · 6 years ago
  19. b392a2d bind: handle import paths without trailing slashes correctly by Elias Naur · 6 years ago
  20. 2f2872e example/reverse: delete by Elias Naur · 6 years ago
  21. 37c5126 misc/androidstudio/src/main/groovy/org/golang/mobile: update gobind path by Elias Naur · 6 years ago
  22. 4600df5 bind, cmd: generate complete standalone bindings from gobind by Elias Naur · 6 years ago
  23. f161431 bind, cmd/gobind/test: remove GOOS build tags from test packages by Elias Naur · 6 years ago
  24. f9a2331 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  25. b7e3346 cmd/gomobile: update gomobile bind -help text by Elias Naur · 6 years ago
  26. bcd28df all: fix non-standard "DO NOT EDIT" comments for generated files by Elias Naur · 6 years ago
  27. eac3319 cmd/gomobile: don't dump certificate to test log by Elias Naur · 6 years ago
  28. 70bad68 cmd/gomobile: remove redundant build by Elias Naur · 6 years ago
  29. 8a8a989 cmd/gomobile: run go install in c-shared mode only if NDK is set by Elias Naur · 6 years ago
  30. cdc0752 internal/binres: skip resources tests if android.jar of api 15 is missing by Elias Naur · 6 years ago
  31. 4113bce bind/java: remove android support library dependency in test by Elias Naur · 6 years ago
  32. 2325381 app: skip failing TestAndroidApp test by Elias Naur · 6 years ago
  33. 78f3214 misc/androidstudio: update plugin version to 0.2.11 by Hana Kim · 6 years ago
  34. f52077e misc/androidstudio: ensure gomobile bind completes before java compilation by Vignesh Ramachandra · 6 years ago
  35. 4bfed40 all: fix vet errors from Go 1.10 by Elias Naur · 6 years ago
  36. 5704e18 bind: avoid header include cycles in generated ObjC code by Elias Naur · 6 years ago
  37. 125c525 cmd/gomobile: improve Xcode check by Ryuji Iwata · 6 years ago
  38. 64951f8 gl: fix typos in multiple places by Egon Elbre · 6 years ago
  39. 0879aa9 bind: support types with the same title name as their packages by Elias Naur · 6 years ago
  40. 0285165 cmd/gobind: make it generate everything like gomobile bind by Thomas Meson · 6 years ago
  41. ace2f0b cmd/gobind: fix missing parameter for formatting by Thomas Meson · 6 years ago
  42. 069be62 example: update android examples to use 0.2.10 plugin by Hana Kim · 6 years ago
  43. 54bd695 misc/androidstudio: update to 0.2.10 by Hana Kim · 6 years ago
  44. 50b7067 bind/java: fix build on NDK r16 by Tad Fisher · 6 years ago
  45. b28c537 gl: add OpenBSD support by Sergiusz Bazanski · 6 years ago
  46. 37cf9e7 cmd/gomobile: rename bundleId to bundleID by Kevin Ruffin · 6 years ago
  47. c0beac3 cmd/gomobile: add the -bundleid flag by Kevin Ruffin · 7 years ago
  48. 2a5bbaa cmd/gobind: fix a typo that is missing quote at end by Kyohei Kadota · 7 years ago
  49. 2f6753b example/bind/ios/bind.xcodeproj: disable bitcode in Xcode settings by Elias Naur · 7 years ago
  50. eed0461 cmd/gomobile: icon support for android by Daniel Skinner · 8 years ago
  51. 3ef91fe cmd/gomobile, internal/mobileinit: update to the NDK unified headers by Elias Naur · 7 years ago
  52. 72d8d11 bind: fix CLANG_WARN_STRICT_PROTOTYPES errors for generated ObjC code by James Treanor · 7 years ago
  53. e095d65 gl: support (Create|Bind|Delete)VertexArray for GL ES 3 by Alexandre Parentea · 7 years ago
  54. 9bd992d bind,cmd/gomobile: fix follow ups to doc generator CL (52330) by Elias Naur · 7 years ago
  55. 05f1abc bind,cmd: generate ObjC and Java documentation by Elias Naur · 7 years ago
  56. b2ece8c bind: declare implemented ObjC protocols by Elias Naur · 7 years ago
  57. e665403 bind: generate ObjC initializers by Elias Naur · 7 years ago
  58. 448c916 x/mobile/gl: fix building if gldebug tag is specified by pankona · 7 years ago
  59. 202a52f bind: remove erroneous class to name replacer by Elias Naur · 7 years ago
  60. 683b305 misc/androidstudio: version up gradle plugin to 0.2.9 by Hana Kim · 7 years ago
  61. 901bda6 misc/androidstudio: check on javaCompile to avoid exception by Ernest Chiang · 7 years ago
  62. e1125ee cmd/gobind: add GOROOT to cmd.Env from ctx.GOROOT by Dan Ballard · 7 years ago
  63. 44a54e9 bind: accept null objects as nil pointers by Péter Szilágyi · 7 years ago
  64. 0f31740 internal/importers: reverse bind types from unexported struct fields by Elias Naur · 7 years ago
  65. dedec14 cmd/gomobile: update documentation to reflect Go 1.7 requirement by Elias Naur · 7 years ago
  66. eb90329 cmd/gobind: update export data for imported packages by Elias Naur · 7 years ago
  67. 57e7952 cmd/gomobile: fix openal init test by Elias Naur · 7 years ago
  68. 2057cae exp/gl/glutil: disable test by Elias Naur · 7 years ago
  69. e89cba3 internal/importers: always specify classpath to javap by Elias Naur · 7 years ago
  70. f3e28d5 cmd/gomobile: clean package paths by Elias Naur · 7 years ago
  71. 1089cdd internal/importers: fix test by Elias Naur · 7 years ago
  72. 0a555e5 bind/objc: fix benchmark by Elias Naur · 7 years ago
  73. 60b0aaa internal/mobileinit: preserve stdout and stderr file descriptors by Elias Naur · 7 years ago
  74. ab9391c bind: handle ClassNotFoundExceptions on older Androids by Elias Naur · 7 years ago
  75. 959f80f bind: use runtime.KeepAlive to keep foreign references alive by Elias Naur · 7 years ago
  76. 44ced21 bind,cmd/gomobile: require Go 1.7 by Elias Naur · 7 years ago
  77. e710976 cmd/gomobile: test for XCode in gomobile init by Elias Naur · 7 years ago
  78. c243211 bind,internal/importers: add Unwrap methods to unwrap Java wrappers by Elias Naur · 7 years ago
  79. a0f998b bind: skip unsupported functions in function sets by Elias Naur · 7 years ago
  80. ab8d69d internal,importers: find deeply nested prefixed class references by Elias Naur · 7 years ago
  81. 226c1c8 cmd/gomobile: avoid header guard clash in iOS headers by Elias Naur · 7 years ago
  82. 3212b34 cmd/gomobile: replace stripped NDK with external NDK by Elias Naur · 7 years ago
  83. c4d780f bind,internal/importers: handle Java long constants correctly by Elias Naur · 7 years ago
  84. d05d36a misc/androidstudio: fix the classpath for gobind and gomobile by Elias Naur · 7 years ago
  85. d8b1e1a bind,misc: guard reverse generated import with mobile os tags by Elias Naur · 7 years ago
  86. 2f5693b bind,internal/importers: always generate toString methods by Elias Naur · 7 years ago
  87. d96b6de internal/importers: skip unexported embedded fields by Elias Naur · 7 years ago
  88. 034bc70 internal/importers/java: improve class not found error by Elias Naur · 7 years ago
  89. 3884e8c internal,bind: resolve overloaded methods at runtime by Elias Naur · 7 years ago
  90. 1aa9ad5 bind: generate reverse functions the same way as methods by Elias Naur · 7 years ago
  91. 100a59f bind: fix reverse binding generation on Windows by Elias Naur · 7 years ago
  92. 64505ab exp/audio/al: use the correct native library dir to locate libopenal.so by Elias Naur · 7 years ago
  93. 91f2c89 bind/java: fix tests on Windows by Elias Naur · 7 years ago
  94. 2802a01 bind: include all generated code in tests by Elias Naur · 7 years ago
  95. 1038340 bind,internal: generate reverse bindings for implicit ObjC types by Elias Naur · 7 years ago
  96. 9ec2d17 cmd: fix handling of (multiple) tags by Elias Naur · 7 years ago
  97. 82c03f1 cmd/gomobile: document the GOMOBILEFLAGS, GOARCH, GOBIND plugin settings by Elias Naur · 7 years ago
  98. 6f0c9f6 bind: generate wrappers for generated ObjC types by Elias Naur · 7 years ago
  99. c90c4f7 bind,internal: change the default Java package to the empty string by Elias Naur · 7 years ago
  100. fe09777 bind: generate reverse bindings for implicit Java types by Elias Naur · 7 years ago