1. 56347cc cmd: replace goBin() with a plain string "go" by Hajime Hoshi · 4 years, 4 months ago
  2. b9f03b3 cmd/gomobile: remove the logic to clean the given path by Hajime Hoshi · 4 years, 4 months ago
  3. 1d13e32 cmd/gomobile: enable Go modules in gomobile-bind by Hajime Hoshi · 4 years, 5 months ago
  4. 1a1fef8 cmd/gomobile: make gomobile-init support Go modules by Hajime Hoshi · 4 years, 5 months ago
  5. 5c0e7e4 cmd/gomobile: change the working directory to $WORK/src/gobind when go-building by Hajime Hoshi · 4 years, 5 months ago
  6. d9e324c cmd/gomobile: remove go/build usages from build.go by Hajime Hoshi · 4 years, 6 months ago
  7. 08e574b cmd/gomobile: replace go/build with go/packages in gomobile-build by Hajime Hoshi · 4 years, 6 months ago
  8. 8715129 cmd/gomobile: remove an unsed function by Hajime Hoshi · 4 years, 6 months ago
  9. 26e634b cmd/gomobile: remove a global variable by Hajime Hoshi · 4 years, 6 months ago
  10. f0c4003 cmd/gomobile: replace go/build with go/packages in bind by Hajime Hoshi · 4 years, 6 months ago
  11. 6a1b097 cmd/gobind: enable TestDocs tested with Go modules by Hajime Hoshi · 4 years, 6 months ago
  12. c2e8f9e cmd/gobind: add tests enabling Go modules by Hajime Hoshi · 4 years, 8 months ago
  13. 0945064 cmd/gobind: remove go/build and go/import usages from main.go by Hajime Hoshi · 4 years, 6 months ago
  14. 73ccc5b cmd/gobind: replace go/build with go/packages in gen.go by Hajime Hoshi · 4 years, 6 months ago
  15. d309294 bind: update the golden data for Objective-C by Hajime Hoshi · 4 years, 6 months ago
  16. 6d0d39b bind: format generated go code before comparing with golden files by Hana Kim · 4 years, 7 months ago
  17. d3ece3b add -trimpath build flag. by Robin Zhong · 4 years, 7 months ago
  18. b558ed8 all: update go.mod by Hajime Hoshi · 4 years, 8 months ago
  19. c6da959 bind/java, bind/objc: do not use module for reverse binding by Hajime Hoshi · 4 years, 8 months ago
  20. cafc553 cmd/gobind: fix build-tag, CGO and load trybot failures by Hajime Hoshi · 4 years, 9 months ago
  21. 30c70e3 all: use GOROOT/bin/go instead of go everywhere by Hajime Hoshi · 4 years, 8 months ago
  22. fe31116 all: use GOROOT/bin/go instead of go for tests by Hajime Hoshi · 4 years, 8 months ago
  23. e8b3e61 internal/importers: replace go/build usages with go/packages by Hajime Hoshi · 4 years, 9 months ago
  24. 597adff x/mobile: update dependencies by Hajime Hoshi · 4 years, 9 months ago
  25. d2bd2a2 gl: provide dummy impl when cgo is disabled by Nigel Tao · 4 years, 10 months ago
  26. e47acb2 bind/java: Do not get ApplicationContext via reflection, ask for it when needed. by Tim Cooijmans · 4 years, 10 months ago
  27. 6fa95d9 bind: keep package function comments in java file by Junda Liu · 5 years ago
  28. 32b2708 cmd/bind: add remaining Objc nullability specifiers by Mark Villacampa · 5 years ago
  29. ab05907d cmd/gomobile: add arg to set android api level by Chotepud Teo · 5 years ago
  30. 12c8d8c cmd/gomobile: update doc by Hana Kim · 5 years ago
  31. 3e0bab5 cmd/gomobile: fall back to $ANDROID_NDK_HOME for the NDK path by Daniel Lublin · 5 years ago
  32. 28c689b bind: annotate all remaining ObjC types for nullability by Juan Pablo Civile · 5 years ago
  33. 167ebed cmd/gomobile: require NDK r19c and delete workaround for NDK r19b by Elias Naur · 5 years ago
  34. 9487ef5 cmd/gomobile: enable bitcode by Elias Naur · 5 years ago
  35. 6bd1229 bind,bind/testdata: skip conflicting Java constructors by Elias Naur · 5 years ago
  36. cde3d95 cmd/gomobile: explicitly disable modules by Elias Naur · 5 years ago
  37. f2ef6f4 bind/java: deflake testJavaRefKeep by Elias Naur · 5 years ago
  38. a4d62f3 all: add go.mod by Bryan C. Mills · 5 years ago
  39. f0d57f4 all: set GO111MODULE=off explicitly in bind tests by Bryan C. Mills · 5 years ago
  40. d3739f8 cmd/gobind: fix tests on the linux-amd64-longtest builder by Elias Naur · 5 years ago
  41. d2e1c1c cmd/gomobile: improve NDK version detection by Elias Naur · 5 years ago
  42. 874a4fb app,exp,gl: fix build by Elias Naur · 5 years ago
  43. 56dec8b cmd/gomobile: fix tests on builders by Elias Naur · 5 years ago
  44. 9ce7b04 cmd/gomobile: fix tests by Elias Naur · 5 years ago
  45. b826ec1 bind: annotate ObjC types with nullability annotations by Juan Pablo Civile · 5 years ago
  46. b8c6dab all: skip or fix tests for GOOS=android by Elias Naur · 5 years ago
  47. 3ac37b7 cmd/gomobile: bump default iOS minimum version to 7.0 by Elias Naur · 5 years ago
  48. 246a998 cmd/gomobile: work around broken Windows NDK compiler scripts by Elias Naur · 5 years ago
  49. e6099be cmd/gomobile: add generated package names to proguard.txt by Elias Naur · 5 years ago
  50. 2c6ea15 cmd/gobind,cmd/gomobile: don't go install binaries by Elias Naur · 5 years ago
  51. ca80213 cmd/gomobile: use the NDK r19b prebuilt toolchains by Elias Naur · 5 years ago
  52. 8b05ea2 bind/testdata: support JDK 8 for the reverse binding golden tests by Elias Naur · 5 years ago
  53. a421117 bind: always include ref.h in generated ObjC headers by Steeve Morin · 5 years ago
  54. feefccb bind: ignore type aliases to basic types by Federico Bond · 5 years ago
  55. 07b47c2 internal/importers/objc: fix parsing of newer clang output by Elias Naur · 5 years ago
  56. 58b5a00 bind: fix tests for the always enabled go cache by Elias Naur · 5 years ago
  57. 9f49127 bind: use property syntax for ObjC by Juan Pablo Civile · 5 years ago
  58. dc07713 cmd/gomobile: require -bundleid set for -target=ios by Elias Naur · 5 years ago
  59. 9a2b479 cmd/gomobile: bump required Go version to 1.10 by Elias Naur · 5 years ago
  60. ca3c581 all: use "reports whether" in godoc comments by Tobias Klauser · 5 years ago
  61. a27dd33 cmd/gomobile: use the correct case for the generated Universe.objc.h file by Tadas V · 6 years ago
  62. 92f3b9c misc,example/bind/hello: remove the Gradle plugin by Elias Naur · 6 years ago
  63. 920b52b cmd/gomobile: bump minimum sdk version and update gradle for NDK 18 by Elias Naur · 6 years ago
  64. f9c3329 bind: add support for Objective-C unsigned char to reverse bindings by Tadas · 6 years ago
  65. 756a47a bind: fix generated JNI name for Go packages with underscores by Elias Naur · 6 years ago
  66. 3409eff bind: pass correct arguments to fromSlice and toSlice by Tadas · 6 years ago
  67. 18ac050 cmd/gomobile: make the minimum iOS sdk version configurable by Tadas · 6 years ago
  68. 9bd09ef cmd/gomobile: remove note about incomplete support on iOS by Elias Naur · 6 years ago
  69. 6d4b718 app: make GoNativeActivity.getKey static by Elias Naur · 6 years ago
  70. 6c7f9ea cmd/gomobile: specify clang++ compiler for C++ compilation, setup CGO_CXXFLAGS by Tadas · 6 years ago
  71. 0ff8172 gl: add internalFormat to TexImage2D by Elias Naur · 6 years ago
  72. fe88d27 app: fix hang when application is closed by Maarten Bezemer · 6 years ago
  73. bceb7ef app: fix cgo exported function signature by Elias Naur · 6 years ago
  74. 5078169 app: add RunOnJVM to allow Cgo access to the Android JVM and context by Elias Naur · 6 years ago
  75. 371a4e8 bind: use 0 instead of nil for the jclass zero value by Elias Naur · 6 years ago
  76. c7f1239 asset: hoist global variable to Go and make C function static by Elias Naur · 6 years ago
  77. 56e3592 internal/mobileinit,app: declare C symbols static by Elias Naur · 6 years ago
  78. 6621de0 cmd/gomobile: fix gomobile build of non-main packages for iOS by Elias Naur · 6 years ago
  79. c37eee0 bind/objc: fix comment by Elias Naur · 6 years ago
  80. 5665cf3 bind/java: bump android plugin version to 3.0.1 by Elias Naur · 6 years ago
  81. 002e3c5 cmd/gobind: copy documentation to generated source by Elias Naur · 6 years ago
  82. 269a7ef exp/audio/al: add windows support by Jean-André Santoni · 6 years ago
  83. 9b0d538 bind: copy documentation for interface methods to ObjC by Elias Naur · 6 years ago
  84. 274da16 misc/androidstudio: release 0.2.13 by Hana Kim · 6 years ago
  85. 5a56f36 misc/androidstudio: drop the clean task to fix Android Studio gradle sync by Elias Naur · 6 years ago
  86. c909788 cmd/gobind: fix build of ObjC bindings with a custom prefix by Elias Naur · 6 years ago
  87. 58fd324 bind/objc: generate Xcode test files for iOS tests by Elias Naur · 6 years ago
  88. 3fc6e85 bind/objc: fix benchmark test by Elias Naur · 6 years ago
  89. 721e994 internal/mobileinit,bind/java,app: don't treat jobject as a pointer by Elias Naur · 6 years ago
  90. bf2d30a cmd/gomobile: disable DWARF in gomobile builds by Elias Naur · 6 years ago
  91. 60c2e06 misc/androidstudio: publish 0.2.12 by Hana (Hyang-Ah) Kim · 6 years ago
  92. e6f3196 cmd/gomobile: use go list -f {{.Stale}} to determine staleness by Elias Naur · 6 years ago
  93. ada9ee7 misc/androidstudio/src: drop the -i flag to avoid writing to a read-only $GOROOT by Junda Liu · 6 years ago
  94. 5d5d88d cmd/gomobile: add CGO_ENABLED=1 to gobind runs by Elias Naur · 6 years ago
  95. 9422505 gl: remove duplicate build tag by Elias Naur · 6 years ago
  96. 7d79e14 cmd/gobind: make sure to set exit code on type checking errors by Elias Naur · 6 years ago
  97. 5bfa0d1 cmd/gomobile,cmd/gobind: allow per-platform bindings again by Elias Naur · 6 years ago
  98. 60d29bf bind: pin Go objects while incrementing their reference count by Elias Naur · 6 years ago
  99. e7d878f bind: replace Java finalizers with PhantomReferences by Elias Naur · 6 years ago
  100. 5b452fe bind: split out Seq.getRef calls with Go references by Elias Naur · 6 years ago