1. 27a7c7e bind: add -Werror to gomobile bind CFLAGS by Elias Naur · 8 years ago
  2. 23d9c7b bind: skip benchmarks in short mode by Elias Naur · 8 years ago
  3. e107ad8 bind: sanitize parameter names by Elias Naur · 8 years ago
  4. 7f64fd2 bind: fix compiler warnings by Elias Naur · 8 years ago
  5. 2ea7e2c bind, bind/java: support generating exceptional constructors by Péter Szilágyi · 8 years ago
  6. 4cb3e7f bind: accept implicit `self` parameters in all methods by Elias Naur · 8 years ago
  7. 1c49d29 bind,cmd: accept ObjC wrapper types in bound packages by Elias Naur · 8 years ago
  8. 6399374 bind: fix field accessors for Go implemented Java classes by Elias Naur · 8 years ago
  9. eb6d6dc cmd/gomobile: use correct version of clang on windows/386 by Alex Brainman · 8 years ago
  10. 6ecf8ee bind,cmd: add generator for ObjC API wrappers by Elias Naur · 8 years ago
  11. a82bb3c cmd/gobind,bind: generate complete Java interface with gobind by Elias Naur · 8 years ago
  12. 91c29e2 x/mobile/gl: fix windows context3 and dlls by Egon Elbre · 8 years ago
  13. a4f0a77 bind: param name replacement for invalid unicode names by Russ Cox · 8 years ago
  14. 6ea0bb5 internal/importers: introduce package to analyze ObjC types by Elias Naur · 8 years ago
  15. 4db6347 misc/androidstudio: add support for the android gradle plugin by Elias Naur · 8 years ago
  16. e76ec53 bind: support casting of Java objects by Elias Naur · 8 years ago
  17. 69dc8e1 bind: allow implicit `this` argument on every exported method by Elias Naur · 8 years ago
  18. 3f7b83f bind: generate Java constructors for every exported struct by Elias Naur · 8 years ago
  19. 89b8360 bind: remove error wrappers to preserve error instance identity by Elias Naur · 8 years ago
  20. 84d710d bind: don't throw away result values with unknown type by Elias Naur · 8 years ago
  21. 16fd47f bind: don't inherit java.lang.Object methods to Java interfaces by Elias Naur · 8 years ago
  22. e04a76e cmd/gomobile,internal: add bootclasspath and classpath flags to gomobile by Elias Naur · 8 years ago
  23. 9d5f795 bind: correctly generate methods with implicit this and parameters by Elias Naur · 8 years ago
  24. 2dcaa05 bind: preserve no-arg Java constructors by Elias Naur · 8 years ago
  25. 1663ffa bind: initialize JNI library on any class load by Péter Szilágyi · 8 years ago
  26. 9640137 bind: add missing unsafe import in generated code by Elias Naur · 8 years ago
  27. 8b28d19 example: fix Android examples by Elias Naur · 8 years ago
  28. bdf873e bind,cmd: accept Java API in bound packages by Elias Naur · 8 years ago
  29. 08c3b2f bind: fix generated declaration of GoUniverseerror by Elias Naur · 8 years ago
  30. bf31dd1 bind,cmd/gomobile: add a new generator for Java API wrappers by Elias Naur · 8 years ago
  31. e4531be internal/importers: introduce package to analyze Java classes by Elias Naur · 8 years ago
  32. 61011ba bind: fix error type by Elias Naur · 8 years ago
  33. e99a906 bind: avoid ObjC reserved names by Elias Naur · 8 years ago
  34. 7f59993 bind/objc: fix tests by Elias Naur · 8 years ago
  35. f52baf9 mobile/cmd/gomobile: fix test by Elias Naur · 8 years ago
  36. 2f75be4 bind: use lowercase method names for Java binds by Péter Szilágyi · 8 years ago
  37. f7e06c9 exp/font: droid->noto fallback in tests by Péter Szilágyi · 8 years ago
  38. 7573efa exp/audio: remove the high-level player by Jaana Burcu Dogan · 8 years ago
  39. ed036a8 mobile/bind: fix comment by Elias Naur · 8 years ago
  40. 80e11ad mobile/bind: move generated Java classes to package level by Elias Naur · 8 years ago
  41. 0ba4e64 mobile/cmd/gomobile: remove explicit -p argument to the go cmd by Elias Naur · 8 years ago
  42. 8ab5dbb event/size: document size pt approximation by Daniel Skinner · 8 years ago
  43. f58d095 exp/audio: add instruction for installing required package by Hana Kim · 8 years ago
  44. cf96d36 event/key: add Compose key by Alessandro Arzilli · 8 years ago
  45. efd7eed mobile/cmd/gomobile: upgrade to NDK r12b and add nm by Elias Naur · 8 years ago
  46. f229b06 cmd/gomobile: update doc and specify the min android API level by Hana Kim · 8 years ago
  47. d38f5ba bind: map Go's int type to Objective-C's long type by Hana Kim · 8 years ago
  48. 44ce26e mobile/bind: fix gomobile bind with custom Java package by Elias Naur · 8 years ago
  49. 8d30354 mobile/cmd/gomobile: fix gomobile init on Windows by Elias Naur · 8 years ago
  50. 204c03c event/mouse: add Button.IsWheel, ButtonWheelLeft and ButtonWheelRight. by Nigel Tao · 8 years ago
  51. 2d0a4d3 event/mouse: add DirStep. by Nigel Tao · 8 years ago
  52. 34d472e mobile/cmd/gomobile: use NDK r12 by Elias Naur · 8 years ago
  53. d5b8fb1 mobile/bind/java: fix compiler warnings by Elias Naur · 8 years ago
  54. a3e0621 mobile/bind: use objects to pass errors across the language barrier by Elias Naur · 8 years ago
  55. 3465f91 app: change default window size to 600x800, on desktop. by Nigel Tao · 8 years ago
  56. 2bbe618 gl: fix build on OS X by David Crawshaw · 8 years ago
  57. 3919ffc gl: a few more ES 3.0 functions by David Crawshaw · 8 years ago
  58. 4409fe6 gl: ES 3.0 constants by David Crawshaw · 8 years ago
  59. d5e0783 x/mobile/gl: Fix macro definitions for iOS by Hajime Hoshi · 8 years ago
  60. d53576e bind: replace an incorrect return with continue by Elias Naur · 8 years ago
  61. 6837d85 cmd/gomobile: introduce the 'clean' command by Hana Kim · 8 years ago
  62. 1decf4c cmd/gomobile: mention how to specify target arch for bind by Hana Kim · 8 years ago
  63. 40167cf example/ivy/android: fix a typo that caused a program bug by Hana Kim · 8 years ago
  64. b8e0f58 gl: support for GL ES 3.0 by David Crawshaw · 8 years ago
  65. d6153aa mobile/cmd/gomobile: upgrade to ndk-r11c by Elias Naur · 8 years ago
  66. ac3648c example/ivy/android: upgrade gobind plugin to 0.2.6 by Hana Kim · 8 years ago
  67. df6b37b misc/androidstudio: release gradle plugin 0.2.6 by Hana Kim · 8 years ago
  68. 6b7a416 cmd/gomobile: be consistent about how the target flag is spelled by Jaana Burcu Dogan · 8 years ago
  69. 7c31375 cmd/gomobile: find a better name for the app if import path is "." by Jaana Burcu Dogan · 8 years ago
  70. 2922272 cmd/gomobile: error when attempting to bind main package by Hyang-Ah (Hana) Kim · 8 years ago
  71. c435d0b mobile: fix issues with GOMOBILEFLAGS in Gradle gobind plugin by Kenneth Shaw · 8 years ago
  72. e1840f9 mobile/bind: make Java proxy classes private by Elias Naur · 8 years ago
  73. 5e11c20 mobile/bind: don't force Java classes to extend stub classes by Elias Naur · 8 years ago
  74. 07a529f mobile/bind: fix a reference count race with the garbage collectors by Elias Naur · 8 years ago
  75. 5b96314 mobile/bind: implement interfaces from imported bound packages by Elias Naur · 8 years ago
  76. e8a2575 mobile/bind/objc: treat warnings as errors in SeqTest.m by Elias Naur · 8 years ago
  77. 5496692 mobile/cmd/gomobile: fix tests by Elias Naur · 8 years ago
  78. d181647 bind/objc: fix incorrect objc reference handling in RefTracker by Ernest Chiang · 8 years ago
  79. 45290c0 mobile/cmd/gomobile: pass minimum iphoneos version to linker by Elias Naur · 8 years ago
  80. e2bc210 bind/objc: fix compile warning by Elias Naur · 8 years ago
  81. eb6cb84 mobile/bind: ignore unbound types by Elias Naur · 8 years ago
  82. 7cb2b86 mobile/bind: allow Num function in bound interfaces by Elias Naur · 8 years ago
  83. 65e8f02 cmd/gomobile: update doc to mention android/arm64 by Hyang-Ah Hana Kim · 8 years ago
  84. 390f7b3 mobile/bind: skip unsupported functions, vars, fields and methods by Elias Naur · 8 years ago
  85. 74ee969 cmd/gomobile: add support for android/arm64 by Hyang-Ah Hana Kim · 8 years ago
  86. 3e83050 mobile/bind: stop tracking foreign objects in the Go reference tracker by Elias Naur · 8 years ago
  87. 51fe33c mobile/bind: don't generate goSeqRefInterface by Elias Naur · 8 years ago
  88. 7d65c03 mobile/bind: only generate callable jmethodID declarations by Elias Naur · 8 years ago
  89. 1a0b242 mobile/bind: let Java toString call String method if available by Elias Naur · 8 years ago
  90. d841a03 mobile/bind: initialize imported bound packages by Elias Naur · 8 years ago
  91. 462ddb1 mobile/bind: use the correct package for JNI type descriptors by Elias Naur · 8 years ago
  92. 7e17db7 mobile/bind: fix tests by Elias Naur · 8 years ago
  93. 7df33f4 mobile/bind: allow bound packages to refer to imported bound packages by Elias Naur · 8 years ago
  94. 31eac4e mobile/misc/androidstudio: support multiple packages by Elias Naur · 8 years ago
  95. 5b73745 bind/java,objc: run gomobile init after installing gomobile by Hyang-Ah Hana Kim · 8 years ago
  96. 0d3fdd1 mobile/bind: replace panics with errors by Elias Naur · 8 years ago
  97. 2e1e39e misc/androidstudio: release gobind gradle plugin 0.2.4 by Hyang-Ah Hana Kim · 8 years ago
  98. 493d0b4 modbile/misc/androidstudio: add GOARCH to the gradle plugin by Elias Naur · 8 years ago
  99. 976d071 mobile/bind: merge iOS and Android Go test packages by Elias Naur · 8 years ago
  100. 5604bcf mobile/bind: implement iOS benchmarks by Elias Naur · 8 years ago