1. 1c027f3 cmd/gomobile: fix header padding computation in apk generation by wmdngngng · 2 years, 8 months ago
  2. b5eb1ab example: updates for XCFramework and Mac Catalyst by Randy Reddig · 2 years, 8 months ago
  3. b17b856 cmd/gomobile: embed teamID into Xcode project settings by Changkun Ou · 2 years, 8 months ago
  4. 6d8ad35 cmd/gomobile: improve support for macOS and Catalyst by Randy Reddig · 2 years, 8 months ago
  5. 5d9a332 example/ivy: make ivy work again by Changkun Ou · 2 years, 8 months ago
  6. ddd6497 cmd/gomobile: enable bitcode unconditionally by Changkun Ou · 2 years, 8 months ago
  7. 80cb72e cmd/gomobile: use GOOS=ios for iOS builds by Changkun Ou · 2 years, 8 months ago
  8. a0f9ae5 cmd/gomobile: allow tests to pass on ios builder by Changkun Ou · 2 years, 8 months ago
  9. 1fde1d6 cmd/gomobile: remove unused binary xml by Changkun Ou · 2 years, 8 months ago
  10. f7a6293 cmd/gomobile: extract import packages more robust by Changkun Ou · 2 years, 8 months ago
  11. 9cba7bc cmd/gomobile: handle NDK path for darwin/arm64 by Changkun Ou · 2 years, 8 months ago
  12. d82874c cmd/gomobile: fix flaky TestNdkRoot test by Changkun Ou · 2 years, 8 months ago
  13. 18b1a0c cmd/gomobile: use Apple Development over iPhone Developer by Changkun Ou · 2 years, 8 months ago
  14. 34ab130 Revert "cmd/gomobile: support macOS and Catalyst" by Hajime Hoshi · 2 years, 10 months ago
  15. 76c259c cmd/gomobile: support macOS and Catalyst by Randy Reddig · 2 years, 10 months ago
  16. 9361995 cmd/gomobile: enable the test for gomobile-build on iOS by Hajime Hoshi · 4 years, 4 months ago
  17. 7c8f154 cmd/gomobile: remove unnecessary IsDir check by Joseph Morag · 2 years, 11 months ago
  18. 7e97214 all: update golang.org/x/tools to v0.1.2 by Jay Conrod · 3 years ago
  19. bdb1ca9 all: go fmt ./... by Russ Cox · 3 years, 3 months ago
  20. f462b39 app: support C compiler that defaults to -fno-common by Than McIntosh · 3 years, 3 months ago
  21. e4a08af cmd/gomobile: create go.sum at the temporary directory by Hajime Hoshi · 3 years, 3 months ago
  22. e6ae53a gl: add darwin/arm64 (macOS) support by Dmitri Shuralyov · 3 years, 5 months ago
  23. da85bec README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 5 months ago
  24. 973feb4 cmd/gomobile: skip TestWriter by Hajime Hoshi · 3 years, 10 months ago
  25. bcce011 cmd/gomobile: remove darwin/386 support by Hajime Hoshi · 3 years, 10 months ago
  26. 68de546 cmd/gomobile: fix the test for Go 1.15 by Hajime Hoshi · 3 years, 10 months ago
  27. 1a48f80 cmd/gomobile: use arm64 at packagesConfig by Hajime Hoshi · 3 years, 10 months ago
  28. 588b2b2 cmd/gomobile: fix the error when specifying -target=ios with Go 1.15 by Hajime Hoshi · 3 years, 10 months ago
  29. 33b8054 cmd/gomobile: use the specified output name for the module name on iOS by Hajime Hoshi · 3 years, 11 months ago
  30. 4c31acb cmd/gomobile: keep the module version information as much as possible by Hajime Hoshi · 4 years, 1 month ago
  31. 3c8601c app: fix comparison of keys' direction by Hajime Hoshi · 4 years, 3 months ago
  32. 2b26a47 cmd/gomobile: handle modules replaced by other versioned modules by Hana Kim · 4 years, 3 months ago
  33. 0df4eb2 cmd/mobile: add an arbitrary package to go-list at gomobile-init by Hajime Hoshi · 4 years, 3 months ago
  34. 82c397c cmd/gomobile: always use abolute paths to replace in go.mod by Hajime Hoshi · 4 years, 4 months ago
  35. 23a0503 cmd/gomobile: enable Cgo by Hajime Hoshi · 4 years, 4 months ago
  36. 1d4ecbb cmd/gomobile: output an error message at gomobile-init by Hajime Hoshi · 4 years, 4 months ago
  37. 0c13fd3 gl: enable use of buffer objects for TexSubImage2D by nil by Hajime Hoshi · 4 years, 4 months ago
  38. d70acc1 internal/binres: update wrong URL in comment by fujimoto kyosuke · 4 years, 4 months ago
  39. 875e90d cmd/gomobile: disable bitcode on Go 1.13 or older by Hajime Hoshi · 4 years, 4 months ago
  40. af4a929 cmd/gomobile: enable Go modules at gomobile-build by Hajime Hoshi · 4 years, 4 months ago
  41. 56347cc cmd: replace goBin() with a plain string "go" by Hajime Hoshi · 4 years, 4 months ago
  42. b9f03b3 cmd/gomobile: remove the logic to clean the given path by Hajime Hoshi · 4 years, 4 months ago
  43. 1d13e32 cmd/gomobile: enable Go modules in gomobile-bind by Hajime Hoshi · 4 years, 5 months ago
  44. 1a1fef8 cmd/gomobile: make gomobile-init support Go modules by Hajime Hoshi · 4 years, 5 months ago
  45. 5c0e7e4 cmd/gomobile: change the working directory to $WORK/src/gobind when go-building by Hajime Hoshi · 4 years, 5 months ago
  46. d9e324c cmd/gomobile: remove go/build usages from build.go by Hajime Hoshi · 4 years, 6 months ago
  47. 08e574b cmd/gomobile: replace go/build with go/packages in gomobile-build by Hajime Hoshi · 4 years, 6 months ago
  48. 8715129 cmd/gomobile: remove an unsed function by Hajime Hoshi · 4 years, 6 months ago
  49. 26e634b cmd/gomobile: remove a global variable by Hajime Hoshi · 4 years, 6 months ago
  50. f0c4003 cmd/gomobile: replace go/build with go/packages in bind by Hajime Hoshi · 4 years, 6 months ago
  51. 6a1b097 cmd/gobind: enable TestDocs tested with Go modules by Hajime Hoshi · 4 years, 6 months ago
  52. c2e8f9e cmd/gobind: add tests enabling Go modules by Hajime Hoshi · 4 years, 8 months ago
  53. 0945064 cmd/gobind: remove go/build and go/import usages from main.go by Hajime Hoshi · 4 years, 7 months ago
  54. 73ccc5b cmd/gobind: replace go/build with go/packages in gen.go by Hajime Hoshi · 4 years, 7 months ago
  55. d309294 bind: update the golden data for Objective-C by Hajime Hoshi · 4 years, 7 months ago
  56. 6d0d39b bind: format generated go code before comparing with golden files by Hana Kim · 4 years, 7 months ago
  57. d3ece3b add -trimpath build flag. by Robin Zhong · 4 years, 8 months ago
  58. b558ed8 all: update go.mod by Hajime Hoshi · 4 years, 8 months ago
  59. c6da959 bind/java, bind/objc: do not use module for reverse binding by Hajime Hoshi · 4 years, 8 months ago
  60. cafc553 cmd/gobind: fix build-tag, CGO and load trybot failures by Hajime Hoshi · 4 years, 9 months ago
  61. 30c70e3 all: use GOROOT/bin/go instead of go everywhere by Hajime Hoshi · 4 years, 9 months ago
  62. fe31116 all: use GOROOT/bin/go instead of go for tests by Hajime Hoshi · 4 years, 9 months ago
  63. e8b3e61 internal/importers: replace go/build usages with go/packages by Hajime Hoshi · 4 years, 9 months ago
  64. 597adff x/mobile: update dependencies by Hajime Hoshi · 4 years, 9 months ago
  65. d2bd2a2 gl: provide dummy impl when cgo is disabled by Nigel Tao · 4 years, 10 months ago
  66. e47acb2 bind/java: Do not get ApplicationContext via reflection, ask for it when needed. by Tim Cooijmans · 4 years, 10 months ago
  67. 6fa95d9 bind: keep package function comments in java file by Junda Liu · 5 years ago
  68. 32b2708 cmd/bind: add remaining Objc nullability specifiers by Mark Villacampa · 5 years ago
  69. ab05907d cmd/gomobile: add arg to set android api level by Chotepud Teo · 5 years ago
  70. 12c8d8c cmd/gomobile: update doc by Hana Kim · 5 years ago
  71. 3e0bab5 cmd/gomobile: fall back to $ANDROID_NDK_HOME for the NDK path by Daniel Lublin · 5 years ago
  72. 28c689b bind: annotate all remaining ObjC types for nullability by Juan Pablo Civile · 5 years ago
  73. 167ebed cmd/gomobile: require NDK r19c and delete workaround for NDK r19b by Elias Naur · 5 years ago
  74. 9487ef5 cmd/gomobile: enable bitcode by Elias Naur · 5 years ago
  75. 6bd1229 bind,bind/testdata: skip conflicting Java constructors by Elias Naur · 5 years ago
  76. cde3d95 cmd/gomobile: explicitly disable modules by Elias Naur · 5 years ago
  77. f2ef6f4 bind/java: deflake testJavaRefKeep by Elias Naur · 5 years ago
  78. a4d62f3 all: add go.mod by Bryan C. Mills · 5 years ago
  79. f0d57f4 all: set GO111MODULE=off explicitly in bind tests by Bryan C. Mills · 5 years ago
  80. d3739f8 cmd/gobind: fix tests on the linux-amd64-longtest builder by Elias Naur · 5 years ago
  81. d2e1c1c cmd/gomobile: improve NDK version detection by Elias Naur · 5 years ago
  82. 874a4fb app,exp,gl: fix build by Elias Naur · 5 years ago
  83. 56dec8b cmd/gomobile: fix tests on builders by Elias Naur · 5 years ago
  84. 9ce7b04 cmd/gomobile: fix tests by Elias Naur · 5 years ago
  85. b826ec1 bind: annotate ObjC types with nullability annotations by Juan Pablo Civile · 5 years ago
  86. b8c6dab all: skip or fix tests for GOOS=android by Elias Naur · 5 years ago
  87. 3ac37b7 cmd/gomobile: bump default iOS minimum version to 7.0 by Elias Naur · 5 years ago
  88. 246a998 cmd/gomobile: work around broken Windows NDK compiler scripts by Elias Naur · 5 years ago
  89. e6099be cmd/gomobile: add generated package names to proguard.txt by Elias Naur · 5 years ago
  90. 2c6ea15 cmd/gobind,cmd/gomobile: don't go install binaries by Elias Naur · 5 years ago
  91. ca80213 cmd/gomobile: use the NDK r19b prebuilt toolchains by Elias Naur · 5 years ago
  92. 8b05ea2 bind/testdata: support JDK 8 for the reverse binding golden tests by Elias Naur · 5 years ago
  93. a421117 bind: always include ref.h in generated ObjC headers by Steeve Morin · 5 years ago
  94. feefccb bind: ignore type aliases to basic types by Federico Bond · 5 years ago
  95. 07b47c2 internal/importers/objc: fix parsing of newer clang output by Elias Naur · 5 years ago
  96. 58b5a00 bind: fix tests for the always enabled go cache by Elias Naur · 5 years ago
  97. 9f49127 bind: use property syntax for ObjC by Juan Pablo Civile · 5 years ago
  98. dc07713 cmd/gomobile: require -bundleid set for -target=ios by Elias Naur · 5 years ago
  99. 9a2b479 cmd/gomobile: bump required Go version to 1.10 by Elias Naur · 5 years ago
  100. ca3c581 all: use "reports whether" in godoc comments by Tobias Klauser · 5 years ago