Commit Graph

  • f20e966e05
    cmd/gomobile: filter out xcrun warnings to get path fix-xcrun-output Jakub Sokołowski 2022-09-08 13:00:21 +0200
  • aaac322e21 A+C: delete AUTHORS and CONTRIBUTORS master Russ Cox 2022-07-22 11:10:36 -0400
  • 8578da9835 all: modernize handling of Android SDK and NDK paths Ben Schwartz 2022-04-21 13:45:00 -0400
  • eae5320c54 bind: added protocol documentation to Objective-C generated file Hilário Coelho 2022-05-17 14:48:02 +0000
  • 50dca8fc07 cmd/gomobile: tidy a few unused code and variables Changkun Ou 2021-12-05 16:21:52 +0100
  • ce6a79cf6a all: gofmt Russ Cox 2022-04-11 13:11:08 -0400
  • e579adbbc4 app: allow app.Main to return on Windows Changkun Ou 2021-12-04 12:55:19 +0100
  • 447654d348 example/ivy: update robpike.io/ivy/mobile to 0.2.7 Hana (Hyang-Ah) Kim 2022-02-27 20:45:14 -0500
  • 55113b94f0 mobile: fix some typos cuishuang 2022-03-04 09:53:06 +0000
  • 8a0a1e5073 example/ivy/android: update app version (1.4.0) Hana (Hyang-Ah) Kim 2021-11-02 14:05:47 -0400
  • 032b21455f cmd/gomobile: add missing latest tag to gobind Zaiyang Li 2022-02-10 20:58:22 +0000
  • 4f294b3ab5 app: resolve build warnings Changkun Ou 2022-02-21 14:58:38 +0100
  • 858099ff78 cmd,bind: add implicit dependencies Hana 2022-01-11 12:48:12 -0500
  • 4a8be17bd2 all: add go:build comments for .m and .c files Hajime Hoshi 2022-01-05 02:07:11 +0900
  • 5579029ea0 all: add -DGLES_SILENCE_DEPRECATION instead of #define Hajime Hoshi 2022-01-05 02:33:09 +0900
  • cde37c62e1 all: add GLES_SILENCE_DEPRECATION to suppress warnings Hajime Hoshi 2022-01-05 01:59:48 +0900
  • 4e6c2922fd cmd/gomobile: remove binary XML Changkun Ou 2021-12-05 13:44:36 +0100
  • 3d43a2788e app: remove outdated TODO of app termination Changkun Ou 2021-12-05 16:16:52 +0100
  • 29d5ad490c cmd/gomobile: remove outdated TODO of bundle ID Changkun Ou 2021-12-05 16:18:59 +0100
  • 1ab90197b3 example/ivy/ios: turn off quoted include warning from clang Changkun Ou 2021-12-05 16:13:22 +0100
  • fea317f4e1 cmd/gomobile: use LLVM binutils if GNU binutils are missing Changkun Ou 2021-12-03 22:42:54 +0100
  • d61a72f26a example/ivy: add a "// +build" comment in tools.go Bryan C. Mills 2021-11-09 10:33:21 -0500
  • 198acf5f4f app: add missing header for XVisualInfo and other X11 declarations Bryan C. Mills 2021-11-09 10:29:37 -0500
  • e68c98865f example/ivy/ios: format code according to Google style guide robaho 2021-11-01 22:30:14 -0500
  • 2ab7fee9df example/ivy/ios: enable return to continue demo robaho 2021-11-01 14:38:25 -0500
  • 170e11ba23 example/ivy/ios: enable demo functionality robaho 2021-10-21 19:52:20 -0500
  • 7b8bfe0993 example/ivy/android: remove prompt symbol Hana (Hyang-Ah) Kim 2021-10-18 21:19:11 -0400
  • 93c5f8af85 example/ivy/android: fix demo to handle comments & 'quit' correctly Hana (Hyang-Ah) Kim 2021-10-18 20:45:13 -0400
  • d263badac8 example/ivy/android: use escapeHtmlTags in ivy output processing Hana (Hyang-Ah) Kim 2021-10-18 20:07:34 -0400
  • 3e409eeb21 example/ivy/android: use monospace & pre-wrap for WebView text formatting Hana (Hyang-Ah) Kim 2021-10-18 19:36:53 -0400
  • eb3c0abee2 example/ivy: make ivy as a separate module, and update to use AndroidX Hana (Hyang-Ah) Kim 2021-10-16 15:12:49 -0400
  • 122ae57121 go.mod: update golang.org/x/tools@316ba0b Hana (Hyang-Ah) Kim 2021-10-22 16:53:57 -0400
  • 1c027f395e cmd/gomobile: fix header padding computation in apk generation wmdngngng 2021-09-23 15:34:59 +0000
  • b5eb1abba0 example: updates for XCFramework and Mac Catalyst Randy Reddig 2021-09-17 21:35:03 +0000
  • b17b856605 cmd/gomobile: embed teamID into Xcode project settings Changkun Ou 2021-09-22 13:40:03 +0200
  • 6d8ad35e46 cmd/gomobile: improve support for macOS and Catalyst Randy Reddig 2021-09-16 23:09:45 +0000
  • 5d9a33257a example/ivy: make ivy work again Changkun Ou 2021-09-01 19:42:42 +0200
  • ddd6497b06 cmd/gomobile: enable bitcode unconditionally Changkun Ou 2021-09-01 05:59:35 +0200
  • 80cb72e7af cmd/gomobile: use GOOS=ios for iOS builds Changkun Ou 2021-08-30 22:04:01 +0200
  • a0f9ae51e3 cmd/gomobile: allow tests to pass on ios builder Changkun Ou 2021-09-01 07:13:52 +0200
  • 1fde1d6c3c cmd/gomobile: remove unused binary xml Changkun Ou 2021-08-31 15:15:38 +0200
  • f7a629369e cmd/gomobile: extract import packages more robust Changkun Ou 2021-08-31 11:47:56 +0200
  • 9cba7bc03c cmd/gomobile: handle NDK path for darwin/arm64 Changkun Ou 2021-08-31 11:43:10 +0200
  • d82874c7e6 cmd/gomobile: fix flaky TestNdkRoot test Changkun Ou 2021-08-31 10:46:31 +0200
  • 18b1a0c48f cmd/gomobile: use Apple Development over iPhone Developer Changkun Ou 2021-08-31 09:09:04 +0200
  • 34ab1303b5 Revert "cmd/gomobile: support macOS and Catalyst" Hajime Hoshi 2021-07-15 05:56:22 +0000
  • 76c259c465 cmd/gomobile: support macOS and Catalyst Randy Reddig 2021-07-09 21:46:51 +0000
  • 93619952ba cmd/gomobile: enable the test for gomobile-build on iOS Hajime Hoshi 2020-01-16 03:13:58 +0900
  • 7c8f154d10 cmd/gomobile: remove unnecessary IsDir check Joseph Morag 2021-06-14 16:58:01 +0000
  • 7e972142eb all: update golang.org/x/tools to v0.1.2 Jay Conrod 2021-05-27 11:27:55 -0400
  • bdb1ca9a1e all: go fmt ./... Russ Cox 2021-02-19 18:54:49 -0500
  • f462b3930c app: support C compiler that defaults to -fno-common Than McIntosh 2021-02-05 14:13:40 -0500
  • e4a08af010 cmd/gomobile: create go.sum at the temporary directory Hajime Hoshi 2021-02-09 00:05:55 +0900
  • e6ae53a27f gl: add darwin/arm64 (macOS) support Dmitri Shuralyov 2020-12-17 00:02:56 -0500
  • da85bec010 README.md: add badge to pkg.go.dev Julie Qiu 2020-12-07 16:53:41 -0500
  • 973feb4309 cmd/gomobile: skip TestWriter Hajime Hoshi 2020-07-21 18:50:27 +0900
  • bcce011712 cmd/gomobile: remove darwin/386 support Hajime Hoshi 2020-07-21 18:35:51 +0900
  • 68de546597 cmd/gomobile: fix the test for Go 1.15 Hajime Hoshi 2020-07-21 18:10:01 +0900
  • 1a48f808d8 cmd/gomobile: use arm64 at packagesConfig Hajime Hoshi 2020-07-09 22:01:49 +0900
  • 588b2b2fb0 cmd/gomobile: fix the error when specifying -target=ios with Go 1.15 Hajime Hoshi 2020-07-19 13:20:01 +0900
  • 33b8054058 cmd/gomobile: use the specified output name for the module name on iOS Hajime Hoshi 2020-06-22 21:48:30 +0900
  • 4c31acba00 cmd/gomobile: keep the module version information as much as possible Hajime Hoshi 2020-03-29 14:35:15 +0900
  • 3c8601c510 app: fix comparison of keys' direction Hajime Hoshi 2020-02-22 19:37:15 +0900
  • 2b26a4705d cmd/gomobile: handle modules replaced by other versioned modules Hana Kim 2020-02-05 18:37:23 -0500
  • 0df4eb2385 cmd/mobile: add an arbitrary package to go-list at gomobile-init Hajime Hoshi 2020-02-05 15:54:02 +0900
  • 82c397c4c5 cmd/gomobile: always use abolute paths to replace in go.mod Hajime Hoshi 2020-01-21 16:07:39 +0900
  • 23a0503ab4 cmd/gomobile: enable Cgo Hajime Hoshi 2020-01-14 11:55:56 +0900
  • 1d4ecbb920 cmd/gomobile: output an error message at gomobile-init Hajime Hoshi 2020-01-21 14:56:21 +0900
  • 0c13fd3166 gl: enable use of buffer objects for TexSubImage2D by nil Hajime Hoshi 2020-01-02 16:47:16 +0900
  • d70acc1097 internal/binres: update wrong URL in comment fujimoto kyosuke 2020-01-18 04:13:33 +0000
  • 875e90d6f7 cmd/gomobile: disable bitcode on Go 1.13 or older Hajime Hoshi 2020-01-15 20:12:44 +0900
  • af4a92906a cmd/gomobile: enable Go modules at gomobile-build Hajime Hoshi 2020-01-15 17:12:52 +0900
  • 56347cccba cmd: replace goBin() with a plain string "go" Hajime Hoshi 2020-01-15 18:21:22 +0900
  • b9f03b3fa3 cmd/gomobile: remove the logic to clean the given path Hajime Hoshi 2020-01-14 01:12:27 +0900
  • 1d13e329d2 cmd/gomobile: enable Go modules in gomobile-bind Hajime Hoshi 2019-12-09 16:01:06 +0900
  • 1a1fef8273 cmd/gomobile: make gomobile-init support Go modules Hajime Hoshi 2019-12-09 13:57:27 +0900
  • 5c0e7e404a cmd/gomobile: change the working directory to $WORK/src/gobind when go-building Hajime Hoshi 2019-11-27 22:57:30 +0900
  • d9e324ca8c cmd/gomobile: remove go/build usages from build.go Hajime Hoshi 2019-11-20 16:55:32 +0900
  • 08e574b148 cmd/gomobile: replace go/build with go/packages in gomobile-build Hajime Hoshi 2019-11-20 15:39:59 +0900
  • 8715129287 cmd/gomobile: remove an unsed function Hajime Hoshi 2019-11-20 16:06:13 +0900
  • 26e634b6c9 cmd/gomobile: remove a global variable Hajime Hoshi 2019-11-20 14:58:49 +0900
  • f0c40035f2 cmd/gomobile: replace go/build with go/packages in bind Hajime Hoshi 2019-11-12 21:44:24 +0900
  • 6a1b097663 cmd/gobind: enable TestDocs tested with Go modules Hajime Hoshi 2019-11-12 17:55:51 +0900
  • c2e8f9e9c7 cmd/gobind: add tests enabling Go modules Hajime Hoshi 2019-09-17 19:59:43 +0900
  • 0945064e01 cmd/gobind: remove go/build and go/import usages from main.go Hajime Hoshi 2019-10-25 19:55:23 +0900
  • 73ccc5ba04 cmd/gobind: replace go/build with go/packages in gen.go Hajime Hoshi 2019-10-25 19:04:14 +0900
  • d309294bef bind: update the golden data for Objective-C Hajime Hoshi 2019-10-25 19:27:34 +0900
  • 6d0d39b2ca bind: format generated go code before comparing with golden files Hana Kim 2019-10-01 18:24:44 -0400
  • d3ece3b6da add -trimpath build flag. Robin Zhong 2019-09-22 14:11:10 +0000
  • b558ed8633 all: update go.mod Hajime Hoshi 2019-09-10 11:49:55 +0900
  • c6da959549 bind/java, bind/objc: do not use module for reverse binding Hajime Hoshi 2019-08-31 04:34:43 +0900
  • cafc553e1a cmd/gobind: fix build-tag, CGO and load trybot failures Hajime Hoshi 2019-08-16 13:55:12 +0900
  • 30c70e3810 all: use GOROOT/bin/go instead of go everywhere Hajime Hoshi 2019-08-24 01:18:46 +0900
  • fe31116dde all: use GOROOT/bin/go instead of go for tests Hajime Hoshi 2019-08-23 18:54:58 +0900
  • e8b3e6111d internal/importers: replace go/build usages with go/packages Hajime Hoshi 2019-08-09 17:01:21 +0900
  • 597adff16a x/mobile: update dependencies Hajime Hoshi 2019-08-04 00:23:07 +0900
  • d2bd2a29d0 gl: provide dummy impl when cgo is disabled Nigel Tao 2019-07-04 16:43:06 +1000
  • e47acb2ca7 bind/java: Do not get ApplicationContext via reflection, ask for it when needed. Tim Cooijmans 2019-07-11 09:26:40 +0000
  • 6fa95d984e bind: keep package function comments in java file Junda Liu 2019-06-06 13:07:05 -0700
  • 32b2708ab1 cmd/bind: add remaining Objc nullability specifiers Mark Villacampa 2019-05-09 10:20:13 +0000