1. 09dbf07 go.mod: update golang.org/x dependencies by Gopher Robot · 2 weeks ago master
  2. 755f4ef cmd/gomobile: fix error message to reflect current build target by Sander Bruens · 9 weeks ago
  3. 365c353 cmd/gomobile: add CFBundleShortVersionString and CFBundleVersion, fixing Apple validation/distribution by scosman · 3 weeks ago
  4. 268e6c3 cmd/gomobile: produce frameworks which follow Apple's specs per platform, fixing Xcode 15.3 compatibility issues by scosman · 4 weeks ago
  5. c76e57e all: remove the repetitive words by vitalmotif · 4 weeks ago
  6. c58ccf4 go.mod: update golang.org/x dependencies by Gopher Robot · 7 weeks ago
  7. 19e4cdf cmd/gomobile: fix a compatibility issue with Xcode 15.3 by scosman · 5 weeks ago
  8. d1f7d34 go.mod: update golang.org/x dependencies by Gopher Robot · 10 weeks ago
  9. c713f31 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
  10. 76ac687 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
  11. 35478a0 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
  12. 2b44d11 go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago
  13. e2f4524 cmd/gomobile: resolve symbolic links as a workaround for an Xcode bug by Hajime Hoshi · 7 months ago
  14. 2077a32 go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago
  15. dc64209 cmd/gomobile: add go statements to autogenerated go.mod files by Hajime Hoshi · 8 months ago
  16. fbe1c05 all: update Go version to 1.18 by Hajime Hoshi · 8 months ago
  17. 52620a4 all: upgrade dependencies by Hajime Hoshi · 8 months ago
  18. 7088062 all: upgrade x/tools and its dependencies by Bryan C. Mills · 8 months ago
  19. 3c911d8 cmd/gomobile: upgrade minimal javac version to 1.8 by Suzukihonoka · 11 months ago
  20. e8d11dd cmd/gobind: remove repeated definite articles by cui fliter · 12 months ago
  21. e0f5769 cmd/gomobile: update the doc about the minimum Android SDK version by Hajime Hoshi · 1 year, 2 months ago
  22. 43a0384 all: remove redundant type conversion by cui fliter · 1 year, 8 months ago
  23. b36e624 cmd/gomobile: concurrent build for iOS archive files by Hajime Hoshi · 1 year, 6 months ago
  24. 406ed3a cmd/gobind: do not compile package just to find package dir by Hana (Hyang-Ah) Kim · 1 year, 6 months ago
  25. 51f526d go.mod: update dependency on x/tools/go/packages by Bryan C. Mills · 1 year, 6 months ago
  26. 3eb8272 cmd/gobind: exec the test binary as gobind and log only stderr by default by Bryan C. Mills · 1 year, 6 months ago
  27. c746ac2 all: fix a few function names on comments by cui fliter · 1 year, 6 months ago
  28. 58284a7 cmd/gomobile: clean-up the code using gobind for iOS by Hajime Hoshi · 1 year, 7 months ago
  29. fa6bcb0 cmd/gomobile: concurrent gomobile-bind building for Android by Hajime Hoshi · 1 year, 8 months ago
  30. aaac322 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 9 months ago
  31. 8578da9 all: modernize handling of Android SDK and NDK paths by Ben Schwartz · 2 years ago
  32. eae5320 bind: added protocol documentation to Objective-C generated file by Hilário Coelho · 1 year, 11 months ago
  33. 50dca8f cmd/gomobile: tidy a few unused code and variables by Changkun Ou · 2 years, 5 months ago
  34. ce6a79c all: gofmt by Russ Cox · 2 years ago
  35. e579adb app: allow app.Main to return on Windows by Changkun Ou · 2 years, 5 months ago
  36. 447654d example/ivy: update robpike.io/ivy/mobile to 0.2.7 by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
  37. 55113b9 mobile: fix some typos by cuishuang · 2 years, 2 months ago
  38. 8a0a1e5 example/ivy/android: update app version (1.4.0) by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
  39. 032b214 cmd/gomobile: add missing latest tag to gobind by Zaiyang Li · 2 years, 2 months ago
  40. 4f294b3 app: resolve build warnings by Changkun Ou · 2 years, 2 months ago
  41. 858099f cmd,bind: add implicit dependencies by Hana · 2 years, 3 months ago
  42. 4a8be17 all: add go:build comments for .m and .c files by Hajime Hoshi · 2 years, 4 months ago
  43. 5579029 all: add -DGLES_SILENCE_DEPRECATION instead of #define by Hajime Hoshi · 2 years, 4 months ago
  44. cde37c6 all: add GLES_SILENCE_DEPRECATION to suppress warnings by Hajime Hoshi · 2 years, 4 months ago
  45. 4e6c292 cmd/gomobile: remove binary XML by Changkun Ou · 2 years, 5 months ago
  46. 3d43a27 app: remove outdated TODO of app termination by Changkun Ou · 2 years, 5 months ago
  47. 29d5ad4 cmd/gomobile: remove outdated TODO of bundle ID by Changkun Ou · 2 years, 5 months ago
  48. 1ab9019 example/ivy/ios: turn off quoted include warning from clang by Changkun Ou · 2 years, 5 months ago
  49. fea317f cmd/gomobile: use LLVM binutils if GNU binutils are missing by Changkun Ou · 2 years, 5 months ago
  50. d61a72f example/ivy: add a "// +build" comment in tools.go by Bryan C. Mills · 2 years, 5 months ago
  51. 198acf5 app: add missing header for XVisualInfo and other X11 declarations by Bryan C. Mills · 2 years, 5 months ago
  52. e68c988 example/ivy/ios: format code according to Google style guide by robaho · 2 years, 6 months ago
  53. 2ab7fee example/ivy/ios: enable return to continue demo by robaho · 2 years, 6 months ago
  54. 170e11b example/ivy/ios: enable demo functionality by robaho · 2 years, 6 months ago
  55. 7b8bfe0 example/ivy/android: remove prompt symbol by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
  56. 93c5f8a example/ivy/android: fix demo to handle comments & 'quit' correctly by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
  57. d263bad example/ivy/android: use escapeHtmlTags in ivy output processing by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
  58. 3e409ee example/ivy/android: use monospace & pre-wrap for WebView text formatting by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
  59. eb3c0ab example/ivy: make ivy as a separate module, and update to use AndroidX by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
  60. 122ae57 go.mod: update golang.org/x/tools@316ba0b by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
  61. 1c027f3 cmd/gomobile: fix header padding computation in apk generation by wmdngngng · 2 years, 7 months ago
  62. b5eb1ab example: updates for XCFramework and Mac Catalyst by Randy Reddig · 2 years, 7 months ago
  63. b17b856 cmd/gomobile: embed teamID into Xcode project settings by Changkun Ou · 2 years, 7 months ago
  64. 6d8ad35 cmd/gomobile: improve support for macOS and Catalyst by Randy Reddig · 2 years, 7 months ago
  65. 5d9a332 example/ivy: make ivy work again by Changkun Ou · 2 years, 8 months ago
  66. ddd6497 cmd/gomobile: enable bitcode unconditionally by Changkun Ou · 2 years, 8 months ago
  67. 80cb72e cmd/gomobile: use GOOS=ios for iOS builds by Changkun Ou · 2 years, 8 months ago
  68. a0f9ae5 cmd/gomobile: allow tests to pass on ios builder by Changkun Ou · 2 years, 8 months ago
  69. 1fde1d6 cmd/gomobile: remove unused binary xml by Changkun Ou · 2 years, 8 months ago
  70. f7a6293 cmd/gomobile: extract import packages more robust by Changkun Ou · 2 years, 8 months ago
  71. 9cba7bc cmd/gomobile: handle NDK path for darwin/arm64 by Changkun Ou · 2 years, 8 months ago
  72. d82874c cmd/gomobile: fix flaky TestNdkRoot test by Changkun Ou · 2 years, 8 months ago
  73. 18b1a0c cmd/gomobile: use Apple Development over iPhone Developer by Changkun Ou · 2 years, 8 months ago
  74. 34ab130 Revert "cmd/gomobile: support macOS and Catalyst" by Hajime Hoshi · 2 years, 9 months ago
  75. 76c259c cmd/gomobile: support macOS and Catalyst by Randy Reddig · 2 years, 9 months ago
  76. 9361995 cmd/gomobile: enable the test for gomobile-build on iOS by Hajime Hoshi · 4 years, 3 months ago
  77. 7c8f154 cmd/gomobile: remove unnecessary IsDir check by Joseph Morag · 2 years, 10 months ago
  78. 7e97214 all: update golang.org/x/tools to v0.1.2 by Jay Conrod · 2 years, 11 months ago
  79. bdb1ca9 all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  80. f462b39 app: support C compiler that defaults to -fno-common by Than McIntosh · 3 years, 2 months ago
  81. e4a08af cmd/gomobile: create go.sum at the temporary directory by Hajime Hoshi · 3 years, 2 months ago
  82. e6ae53a gl: add darwin/arm64 (macOS) support by Dmitri Shuralyov · 3 years, 4 months ago
  83. da85bec README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 4 months ago
  84. 973feb4 cmd/gomobile: skip TestWriter by Hajime Hoshi · 3 years, 9 months ago
  85. bcce011 cmd/gomobile: remove darwin/386 support by Hajime Hoshi · 3 years, 9 months ago
  86. 68de546 cmd/gomobile: fix the test for Go 1.15 by Hajime Hoshi · 3 years, 9 months ago
  87. 1a48f80 cmd/gomobile: use arm64 at packagesConfig by Hajime Hoshi · 3 years, 10 months ago
  88. 588b2b2 cmd/gomobile: fix the error when specifying -target=ios with Go 1.15 by Hajime Hoshi · 3 years, 9 months ago
  89. 33b8054 cmd/gomobile: use the specified output name for the module name on iOS by Hajime Hoshi · 3 years, 10 months ago
  90. 4c31acb cmd/gomobile: keep the module version information as much as possible by Hajime Hoshi · 4 years, 1 month ago
  91. 3c8601c app: fix comparison of keys' direction by Hajime Hoshi · 4 years, 2 months ago
  92. 2b26a47 cmd/gomobile: handle modules replaced by other versioned modules by Hana Kim · 4 years, 2 months ago
  93. 0df4eb2 cmd/mobile: add an arbitrary package to go-list at gomobile-init by Hajime Hoshi · 4 years, 3 months ago
  94. 82c397c cmd/gomobile: always use abolute paths to replace in go.mod by Hajime Hoshi · 4 years, 3 months ago
  95. 23a0503 cmd/gomobile: enable Cgo by Hajime Hoshi · 4 years, 3 months ago
  96. 1d4ecbb cmd/gomobile: output an error message at gomobile-init by Hajime Hoshi · 4 years, 3 months ago
  97. 0c13fd3 gl: enable use of buffer objects for TexSubImage2D by nil by Hajime Hoshi · 4 years, 4 months ago
  98. d70acc1 internal/binres: update wrong URL in comment by fujimoto kyosuke · 4 years, 3 months ago
  99. 875e90d cmd/gomobile: disable bitcode on Go 1.13 or older by Hajime Hoshi · 4 years, 3 months ago
  100. af4a929 cmd/gomobile: enable Go modules at gomobile-build by Hajime Hoshi · 4 years, 3 months ago