1. a421117 bind: always include ref.h in generated ObjC headers by Steeve Morin · 5 years ago
  2. feefccb bind: ignore type aliases to basic types by Federico Bond · 5 years ago
  3. 07b47c2 internal/importers/objc: fix parsing of newer clang output by Elias Naur · 5 years ago
  4. 58b5a00 bind: fix tests for the always enabled go cache by Elias Naur · 5 years ago
  5. 9f49127 bind: use property syntax for ObjC by Juan Pablo Civile · 5 years ago
  6. dc07713 cmd/gomobile: require -bundleid set for -target=ios by Elias Naur · 5 years ago
  7. 9a2b479 cmd/gomobile: bump required Go version to 1.10 by Elias Naur · 5 years ago
  8. ca3c581 all: use "reports whether" in godoc comments by Tobias Klauser · 5 years ago
  9. a27dd33 cmd/gomobile: use the correct case for the generated Universe.objc.h file by Tadas V · 6 years ago
  10. 92f3b9c misc,example/bind/hello: remove the Gradle plugin by Elias Naur · 6 years ago
  11. 920b52b cmd/gomobile: bump minimum sdk version and update gradle for NDK 18 by Elias Naur · 6 years ago
  12. f9c3329 bind: add support for Objective-C unsigned char to reverse bindings by Tadas · 6 years ago
  13. 756a47a bind: fix generated JNI name for Go packages with underscores by Elias Naur · 6 years ago
  14. 3409eff bind: pass correct arguments to fromSlice and toSlice by Tadas · 6 years ago
  15. 18ac050 cmd/gomobile: make the minimum iOS sdk version configurable by Tadas · 6 years ago
  16. 9bd09ef cmd/gomobile: remove note about incomplete support on iOS by Elias Naur · 6 years ago
  17. 6d4b718 app: make GoNativeActivity.getKey static by Elias Naur · 6 years ago
  18. 6c7f9ea cmd/gomobile: specify clang++ compiler for C++ compilation, setup CGO_CXXFLAGS by Tadas · 6 years ago
  19. 0ff8172 gl: add internalFormat to TexImage2D by Elias Naur · 6 years ago
  20. fe88d27 app: fix hang when application is closed by Maarten Bezemer · 6 years ago
  21. bceb7ef app: fix cgo exported function signature by Elias Naur · 6 years ago
  22. 5078169 app: add RunOnJVM to allow Cgo access to the Android JVM and context by Elias Naur · 6 years ago
  23. 371a4e8 bind: use 0 instead of nil for the jclass zero value by Elias Naur · 6 years ago
  24. c7f1239 asset: hoist global variable to Go and make C function static by Elias Naur · 6 years ago
  25. 56e3592 internal/mobileinit,app: declare C symbols static by Elias Naur · 6 years ago
  26. 6621de0 cmd/gomobile: fix gomobile build of non-main packages for iOS by Elias Naur · 6 years ago
  27. c37eee0 bind/objc: fix comment by Elias Naur · 6 years ago
  28. 5665cf3 bind/java: bump android plugin version to 3.0.1 by Elias Naur · 6 years ago
  29. 002e3c5 cmd/gobind: copy documentation to generated source by Elias Naur · 6 years ago
  30. 269a7ef exp/audio/al: add windows support by Jean-André Santoni · 6 years ago
  31. 9b0d538 bind: copy documentation for interface methods to ObjC by Elias Naur · 6 years ago
  32. 274da16 misc/androidstudio: release 0.2.13 by Hana Kim · 6 years ago
  33. 5a56f36 misc/androidstudio: drop the clean task to fix Android Studio gradle sync by Elias Naur · 6 years ago
  34. c909788 cmd/gobind: fix build of ObjC bindings with a custom prefix by Elias Naur · 6 years ago
  35. 58fd324 bind/objc: generate Xcode test files for iOS tests by Elias Naur · 6 years ago
  36. 3fc6e85 bind/objc: fix benchmark test by Elias Naur · 6 years ago
  37. 721e994 internal/mobileinit,bind/java,app: don't treat jobject as a pointer by Elias Naur · 6 years ago
  38. bf2d30a cmd/gomobile: disable DWARF in gomobile builds by Elias Naur · 6 years ago
  39. 60c2e06 misc/androidstudio: publish 0.2.12 by Hana (Hyang-Ah) Kim · 6 years ago
  40. e6f3196 cmd/gomobile: use go list -f {{.Stale}} to determine staleness by Elias Naur · 6 years ago
  41. ada9ee7 misc/androidstudio/src: drop the -i flag to avoid writing to a read-only $GOROOT by Junda Liu · 6 years ago
  42. 5d5d88d cmd/gomobile: add CGO_ENABLED=1 to gobind runs by Elias Naur · 6 years ago
  43. 9422505 gl: remove duplicate build tag by Elias Naur · 6 years ago
  44. 7d79e14 cmd/gobind: make sure to set exit code on type checking errors by Elias Naur · 6 years ago
  45. 5bfa0d1 cmd/gomobile,cmd/gobind: allow per-platform bindings again by Elias Naur · 6 years ago
  46. 60d29bf bind: pin Go objects while incrementing their reference count by Elias Naur · 6 years ago
  47. e7d878f bind: replace Java finalizers with PhantomReferences by Elias Naur · 6 years ago
  48. 5b452fe bind: split out Seq.getRef calls with Go references by Elias Naur · 6 years ago
  49. 1f177cb bind: ignore unsupported basic types by Elias Naur · 6 years ago
  50. 90139f6 cmd/gomobile: don't run gobind with the ios tag by Elias Naur · 6 years ago
  51. 29776d8 app: support importing the package for bind programs by Elias Naur · 6 years ago
  52. 3a7f113 app,exp/gl/glutil: add missing build directives by Elias Naur · 6 years ago
  53. 19987bc cmd/gomobile: fix tests by Elias Naur · 6 years ago
  54. 54bca60 app,cmd/gomobile,exp/gl/glutil: support target architectures for iOS build and bind by Elias Naur · 6 years ago
  55. 4e3d9b7 cmd/gomobile: add missing checks for the NDK and Xcode by Elias Naur · 6 years ago
  56. ae1772d x/mobile/cmd/gomobile: allow digits-only basename for Android package name by Hajime Hoshi · 6 years ago
  57. 2a86fdc cmd/gomobile: don't ignore -openal if no NDK was found by Elias Naur · 6 years ago
  58. 5d85226 cmd/gobind,cmd/gomobile: support the default GOPATH by Elias Naur · 6 years ago
  59. b07e525 cmd/gomobile: make sure gobind is installed and updated by Elias Naur · 6 years ago
  60. 6b7c05d cmd/gomobile: use standalone NDK toolchains by Elias Naur · 6 years ago
  61. 598bfe4 cmd/gomobile: support vendored "golang.org/x/mobile/..." packages by pankona · 6 years ago
  62. 57eb1e2 bind/benchmark: move package to testdata by Elias Naur · 6 years ago
  63. 8ee74ac bind: support underscores in identifiers by Elias Naur · 6 years ago
  64. 671e1c1 bind: avoid header guard clashes for uppercase Go packages by Elias Naur · 6 years ago
  65. 70293e6 bind: skip incompatible constructors in ObjC bindings by Elias Naur · 6 years ago
  66. c922c29 bind: add nil and bool to ObjC keyword list by Elias Naur · 6 years ago
  67. b392a2d bind: handle import paths without trailing slashes correctly by Elias Naur · 6 years ago
  68. 2f2872e example/reverse: delete by Elias Naur · 6 years ago
  69. 37c5126 misc/androidstudio/src/main/groovy/org/golang/mobile: update gobind path by Elias Naur · 6 years ago
  70. 4600df5 bind, cmd: generate complete standalone bindings from gobind by Elias Naur · 6 years ago
  71. f161431 bind, cmd/gobind/test: remove GOOS build tags from test packages by Elias Naur · 6 years ago
  72. f9a2331 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  73. b7e3346 cmd/gomobile: update gomobile bind -help text by Elias Naur · 6 years ago
  74. bcd28df all: fix non-standard "DO NOT EDIT" comments for generated files by Elias Naur · 6 years ago
  75. eac3319 cmd/gomobile: don't dump certificate to test log by Elias Naur · 6 years ago
  76. 70bad68 cmd/gomobile: remove redundant build by Elias Naur · 6 years ago
  77. 8a8a989 cmd/gomobile: run go install in c-shared mode only if NDK is set by Elias Naur · 6 years ago
  78. cdc0752 internal/binres: skip resources tests if android.jar of api 15 is missing by Elias Naur · 6 years ago
  79. 4113bce bind/java: remove android support library dependency in test by Elias Naur · 6 years ago
  80. 2325381 app: skip failing TestAndroidApp test by Elias Naur · 6 years ago
  81. 78f3214 misc/androidstudio: update plugin version to 0.2.11 by Hana Kim · 6 years ago
  82. f52077e misc/androidstudio: ensure gomobile bind completes before java compilation by Vignesh Ramachandra · 6 years ago
  83. 4bfed40 all: fix vet errors from Go 1.10 by Elias Naur · 6 years ago
  84. 5704e18 bind: avoid header include cycles in generated ObjC code by Elias Naur · 6 years ago
  85. 125c525 cmd/gomobile: improve Xcode check by Ryuji Iwata · 6 years ago
  86. 64951f8 gl: fix typos in multiple places by Egon Elbre · 6 years ago
  87. 0879aa9 bind: support types with the same title name as their packages by Elias Naur · 6 years ago
  88. 0285165 cmd/gobind: make it generate everything like gomobile bind by Thomas Meson · 6 years ago
  89. ace2f0b cmd/gobind: fix missing parameter for formatting by Thomas Meson · 6 years ago
  90. 069be62 example: update android examples to use 0.2.10 plugin by Hana Kim · 6 years ago
  91. 54bd695 misc/androidstudio: update to 0.2.10 by Hana Kim · 6 years ago
  92. 50b7067 bind/java: fix build on NDK r16 by Tad Fisher · 6 years ago
  93. b28c537 gl: add OpenBSD support by Sergiusz Bazanski · 6 years ago
  94. 37cf9e7 cmd/gomobile: rename bundleId to bundleID by Kevin Ruffin · 6 years ago
  95. c0beac3 cmd/gomobile: add the -bundleid flag by Kevin Ruffin · 6 years ago
  96. 2a5bbaa cmd/gobind: fix a typo that is missing quote at end by Kyohei Kadota · 7 years ago
  97. 2f6753b example/bind/ios/bind.xcodeproj: disable bitcode in Xcode settings by Elias Naur · 7 years ago
  98. eed0461 cmd/gomobile: icon support for android by Daniel Skinner · 8 years ago
  99. 3ef91fe cmd/gomobile, internal/mobileinit: update to the NDK unified headers by Elias Naur · 7 years ago
  100. 72d8d11 bind: fix CLANG_WARN_STRICT_PROTOTYPES errors for generated ObjC code by James Treanor · 7 years ago