Commit Graph

  • 34d2814361 Remove more golang.org dependencies master sridharv 2016-03-28 20:04:27 +02:00
  • 2d7d228f38 Remove golang.org import sridharv 2016-03-27 20:32:44 +02:00
  • e5619f4544 bind: Work with Java on desktop/server. sridharv 2016-03-27 19:56:58 +02:00
  • e8a257577d mobile/bind/objc: treat warnings as errors in SeqTest.m Elias Naur 2016-03-25 12:03:41 +01:00
  • 5496692b9e mobile/cmd/gomobile: fix tests Elias Naur 2016-03-25 13:51:23 +01:00
  • d181647601 bind/objc: fix incorrect objc reference handling in RefTracker Ernest Chiang 2016-03-25 11:19:16 +08:00
  • 45290c0217 mobile/cmd/gomobile: pass minimum iphoneos version to linker Elias Naur 2016-03-25 01:05:13 +01:00
  • e2bc210c9a bind/objc: fix compile warning Elias Naur 2016-03-25 00:47:12 +01:00
  • eb6cb84428 mobile/bind: ignore unbound types Elias Naur 2016-03-21 18:58:43 +01:00
  • 7cb2b86de7 mobile/bind: allow Num function in bound interfaces Elias Naur 2016-03-21 18:44:26 +01:00
  • 65e8f02f00 cmd/gomobile: update doc to mention android/arm64 Hyang-Ah Hana Kim 2016-03-15 12:20:10 -04:00
  • 390f7b3813 mobile/bind: skip unsupported functions, vars, fields and methods Elias Naur 2016-03-13 15:15:56 +01:00
  • 74ee969d3f cmd/gomobile: add support for android/arm64 Hyang-Ah Hana Kim 2016-03-14 17:47:25 -04:00
  • 3e830506b0 mobile/bind: stop tracking foreign objects in the Go reference tracker Elias Naur 2016-03-14 17:28:24 +01:00
  • 51fe33c7bf mobile/bind: don't generate goSeqRefInterface Elias Naur 2016-03-13 17:07:13 +01:00
  • 7d65c03f0a mobile/bind: only generate callable jmethodID declarations Elias Naur 2016-03-14 04:03:55 +01:00
  • 1a0b242e59 mobile/bind: let Java toString call String method if available Elias Naur 2016-03-14 03:40:19 +01:00
  • d841a034b5 mobile/bind: initialize imported bound packages Elias Naur 2016-03-13 18:28:54 +01:00
  • 462ddb163e mobile/bind: use the correct package for JNI type descriptors Elias Naur 2016-03-13 16:45:05 +01:00
  • 7e17db74dc mobile/bind: fix tests Elias Naur 2016-03-12 09:49:37 +01:00
  • 7df33f4a5c mobile/bind: allow bound packages to refer to imported bound packages Elias Naur 2016-03-11 11:52:33 +01:00
  • 31eac4e11d mobile/misc/androidstudio: support multiple packages Elias Naur 2016-03-11 10:59:18 +01:00
  • 5b73745053 bind/java,objc: run gomobile init after installing gomobile Hyang-Ah Hana Kim 2016-03-08 16:53:29 -05:00
  • 0d3fdd1e30 mobile/bind: replace panics with errors Elias Naur 2016-03-09 14:37:44 +01:00
  • 2e1e39e5a6 misc/androidstudio: release gobind gradle plugin 0.2.4 Hyang-Ah Hana Kim 2016-03-07 16:11:13 -05:00
  • 493d0b451b modbile/misc/androidstudio: add GOARCH to the gradle plugin Elias Naur 2016-03-07 18:46:38 +01:00
  • 976d0710d0 mobile/bind: merge iOS and Android Go test packages Elias Naur 2016-03-06 14:55:37 +01:00
  • 5604bcf91f mobile/bind: implement iOS benchmarks Elias Naur 2016-03-06 14:16:38 +01:00
  • 4da9347475 mobile/bind: convert iOS tests to XCTestCase Elias Naur 2016-03-06 09:28:58 +01:00
  • 75a1c3da13 mobile/bind: make LOG_FATAL abort() on Android Elias Naur 2016-03-05 00:07:43 +01:00
  • 94417f6861 mobile/internal/binres: skip test if ANDROID_HOME is unset Elias Naur 2016-03-06 11:41:17 +01:00
  • ba0a725146 mobile/bind: avoid intermediate []rune copy converting Java string to Go Elias Naur 2016-03-04 17:59:04 +01:00
  • 4e994ac070 internal/binres: use pkg binres for manifest encode Daniel Skinner 2016-02-28 16:17:30 -06:00
  • c2b8429cd1 bind: fallback to const.Value.String for pre go1.6 Hyang-Ah Hana Kim 2016-03-03 10:47:56 -05:00
  • 6fca37c69e mobile/bind: replace seq serialization with direct calls Elias Naur 2016-02-12 18:50:33 +01:00
  • 988d17d203 mobile/bind: update benchmarks to address post-submit review comments Elias Naur 2016-03-03 13:34:38 +01:00
  • 0ee7f82d68 internal/binres: move test-related code out of package source Daniel Skinner 2016-02-26 18:54:50 -06:00
  • 39fb9d6163 app: remove incorrect call to AInputQueue_detachLooper Daniel Skinner 2016-03-02 16:45:37 -06:00
  • 45143d8b25 mobile/bind: add Android benchmarks Elias Naur 2016-03-02 11:50:19 +01:00
  • c432672682 mobile/bind: fix long strings Elias Naur 2016-03-01 16:38:46 +01:00
  • 320ec40f63 mobile/bind: fix RefMap invariant Elias Naur 2016-02-27 15:31:38 +01:00
  • 9ea846d4a9 mobile/bind: make sure the Java SeqTest has a valid context Elias Naur 2016-02-25 15:51:01 +01:00
  • 74f88983e7 app: fix shiny build. Nigel Tao 2016-02-25 10:55:58 +11:00
  • 876458415e bind: rename seq package with name _seq in generated Go code Hyang-Ah (Hana) Kim 2016-02-18 06:27:33 -05:00
  • c1fbaaac1c x/mobile/gl: Fix arguments passed to glBufferData from BufferInit Hajime Hoshi 2016-02-19 14:31:13 +09:00
  • ed70d674be exp/audio/al: cleanup unnecessary casts Burcu Dogan 2016-02-18 13:01:31 -08:00
  • 52e0785361 cmd/gomobile: enable android/386, android/amd64 support Hyang-Ah (Hana) Kim 2016-02-18 05:25:39 -05:00
  • 77abf9cb27 exp/audio/al: add more generic getters Burcu Dogan 2016-02-11 13:27:06 -08:00
  • 55a5a7b7a3 cmd/gomobile: create java source directory before creating symlink Hyang-Ah (Hana) Kim 2016-02-15 07:31:31 -05:00
  • 5a8964bd48 mobile/bind: fix JNI local reference table overflow ttyh061 2016-02-16 18:28:19 +08:00
  • 1fb745cd55 internal/binres: encode manifest correctly for packaging Daniel Skinner 2016-02-04 15:30:26 -06:00
  • 060f2570e9 mobile/bind: add integration test for CL 19417 Elias Naur 2016-02-11 23:12:09 +01:00
  • d1c2f486a3 mobile/bind: handle null references from Java in Go Elias Naur 2016-02-11 14:09:24 +01:00
  • 46f9e01d1e mobile/bind: ensure that Java->Go->Java calls stay on same thread Elias Naur 2016-02-08 01:02:32 +01:00
  • 7538792349 mobile/bind: translate implicit Go interface implementations to Java Elias Naur 2016-02-10 19:37:20 +01:00
  • 951b75a833 mobile/cmd/gomobile: fix TestBindAndroid test Elias Naur 2016-02-11 18:18:43 +01:00
  • 04168c3bfb example/bind/android: update gradle version Hyang-Ah (Hana) Kim 2016-02-10 05:51:25 -05:00
  • 89fdf89e93 bind: make Seq.RefTracker.createRef obey the refcnt invariant Elias Naur 2016-02-05 13:05:27 +01:00
  • 002f07f8be internal/binres: sort element attributes Daniel Skinner 2016-01-28 12:46:43 -06:00
  • 789dd7a15a internal/binres: provide validation for all remaining bootstrap resource types Daniel Skinner 2016-01-28 01:57:09 -06:00
  • 8b3b2fb1ae cmd/gomobile: move go.LoadJNI class to LoadJNI.java Hyang-Ah Hana Kim 2016-01-12 13:44:46 -05:00
  • 77ab3b76c2 bind/java: use size_t to match Send/Recv param types Hyang-Ah (Hana) Kim 2016-01-28 17:41:22 -05:00
  • c24337bea7 internal/binres: unmarshal map from xml Daniel Skinner 2016-01-13 09:28:38 -06:00
  • 022ca03242 exp/audio/al: export generic getters/setters Burcu Dogan 2016-01-11 15:22:24 -08:00
  • b8ddff8878 internal/binres: table marshal methods with pack func Daniel Skinner 2016-01-14 18:06:09 -06:00
  • db7fc23f7b internal/binres: unmarshal pool from xml doc, update tests to target api-15 Daniel Skinner 2016-01-12 16:40:55 -06:00
  • e7f16ac590 cmd/gomobile: put libopenal.so to lib/armeabi-v7a directory Hyang-Ah Hana Kim 2016-01-21 10:34:33 -05:00
  • 24a199a648 bind: update testdata to reflect changes from cl/17866 Hyang-Ah Hana Kim 2016-01-13 15:55:30 -05:00
  • a99e944551 internal/binres: skip some tests if ANDROID_HOME is unset Hyang-Ah Hana Kim 2016-01-13 14:59:48 -05:00
  • 0951da6cb2 bind/java, internal/mobileinit: add dummy import "C" Hyang-Ah Hana Kim 2016-01-13 14:03:07 -05:00
  • a4d9ded95b binres: update pool docs, minor update to node unmarshal Daniel Skinner 2016-01-12 16:40:35 -06:00
  • 232ac8377e asset,exp/audio/al: cast context to jobject Burcu Dogan 2016-01-11 11:12:25 -08:00
  • b4e66eeef7 app: remove iOS system draw loop David Crawshaw 2015-10-08 13:49:30 -04:00
  • ab6091a309 bind: do not generate unused Seq objects David Crawshaw 2015-12-02 13:24:46 -05:00
  • f85352c0f7 binres: method for resolving name as tableref Daniel Skinner 2016-01-10 01:08:32 -06:00
  • e27aacb64e example/sprite: delete David Crawshaw 2016-01-07 11:18:49 -05:00
  • aebde7cd7d app/internal/callfn: allow android/386,amd64 Hyang-Ah Hana Kim 2015-12-09 21:40:59 -05:00
  • 2e06e2c92c event/lifecycle: add an Event.String method. Nigel Tao 2016-01-08 15:47:51 +11:00
  • a103499a63 event/size: make methods take values, not pointers. Nigel Tao 2016-01-07 16:28:21 +11:00
  • cc29d844e9 internal/binres: provide decoding of resources.arsc in platform sdk Daniel Skinner 2015-12-19 11:30:21 -06:00
  • d6f00813f9 improve readability of Pool.UnmarshalBinary Daniel Skinner 2015-12-22 14:37:17 -06:00
  • 54b4a066d7 gl: add a comment for linux installation David Crawshaw 2015-12-19 17:38:15 -05:00
  • 48c96a5e62 x/mobile/app: panic with palm touch on iOS app nobonobo 2015-12-28 14:42:41 +09:00
  • 441a9620b3 example/flappy: document texture issue, re-enable reset Andrew Gerrand 2016-01-07 14:20:06 +11:00
  • 746653dcb3 example/flappy: add simple example game Andrew Gerrand 2016-01-05 12:15:20 +11:00
  • 44f634ba28 exp/gl/glutil: set blend mode when drawing sprites Andrew Gerrand 2015-12-02 09:54:46 +11:00
  • 0a85ca5e85 x/mobile/app: fix doc typo Shenghou Ma 2015-12-24 15:58:37 -05:00
  • 4f51fe273b cmd/gomobile: fix a bug in handling -target=ios flag value Hyang-Ah (Hana) Kim 2015-12-18 12:04:02 -05:00
  • c897050410 cmd/gomobile: new binary resource implementation Daniel Skinner 2015-10-26 15:55:44 -05:00
  • 2f30cbe53f gl: regenerate gldebug.go David Crawshaw 2015-12-16 10:08:31 -05:00
  • a91f1aade3 x/mobile/gl: include textflag.h in work_windows_amd64.s Alex Brainman 2015-12-17 16:34:13 +11:00
  • da67c3e85b cmd/gomobile: extend -target to accept {android,ios}/{arch} pairs Hyang-Ah Hana Kim 2015-12-11 18:36:28 -05:00
  • 6c7eb6c445 app: add shiny backend David Crawshaw 2015-12-14 09:00:22 -08:00
  • 1c29ae2e00 cmd/gomobile: fix bugs introduced by cl/17749 Hyang-Ah Hana Kim 2015-12-15 10:54:54 -05:00
  • 6da7fa8e54 gl: download ANGLE if necessary David Crawshaw 2015-12-14 11:48:05 -08:00
  • ab5e5f68d8 cmd/gomobile: update init/bind/build for multiple android archs Hyang-Ah Hana Kim 2015-12-11 17:19:23 -05:00
  • 0a84d43930 cmd/gomobile: refactor android*Env to handle more architectures Hyang-Ah Hana Kim 2015-12-10 15:52:40 -05:00
  • 3abfce6c04 all: windows build tags David Crawshaw 2015-12-14 09:11:54 -08:00
  • 2fe199687c gl: fix build David Crawshaw 2015-12-14 10:25:14 -05:00
  • 576c75e780 gl: remove data race on cStrings David Crawshaw 2015-12-14 07:03:56 -08:00