1. 780b4de misc/ios: fix wording for command line instructions by Daniel Martí · 4 years ago
  2. f83e0f6 misc/ios: add to README how to build ios executables by Cherry Zhang · 4 years ago
  3. 39d562e misc/ios: fixup review comments from CL 255257 by Elias Naur · 4 years, 3 months ago
  4. 869c02c misc/ios: add support for running programs on the iOS simulator by Elias Naur · 4 years, 4 months ago
  5. c0c396b misc/ios: quote paths by Cherry Zhang · 4 years, 4 months ago
  6. f7e6ab4 all: remove scattered remnants of darwin/arm by Austin Clements · 4 years, 9 months ago
  7. e457cc3 misc/ios: bump -mios-version-min by Elias Naur · 5 years ago
  8. 8eec3fe misc/ios: add missing CGO_ENABLED=1 for running standalone tests by Elias Naur · 6 years ago
  9. bd384d4 misc/ios: don't refer to iostest.bash by Elias Naur · 6 years ago
  10. 7ae8e53 misc/ios: don't override GOCACHE on the device by Elias Naur · 6 years ago
  11. 746f405 cmd/go,misc/ios: fix tests on iOS by Elias Naur · 6 years ago
  12. 8eef74b misc/android,misc/ios: evaluate current working directory symlinks by Elias Naur · 6 years ago
  13. aafa855 misc/ios: evaluate symlinks before comparing GOROOT and GOPATH by Elias Naur · 6 years ago
  14. 5dc2e2f misc/ios: remove note from output of detect.go by Elias Naur · 6 years ago
  15. 4122319 misc/ios: forward SIGQUIT to the iOS program by Elias Naur · 7 years ago
  16. 25f73db misc/ios: update documentation for running iOS programs and tests by Elias Naur · 7 years ago
  17. 66cb80c misc/ios: inject the -u device_id option before any other arguments by Elias Naur · 7 years ago
  18. 704893b misc/ios: retry iOS launch even if no device app path was found by Elias Naur · 7 years ago
  19. 9b16b9c misc/ios: uninstall app before installing it by Elias Naur · 7 years ago
  20. 164718a misc/ios: improve detection of missing developer image by Elias Naur · 7 years ago
  21. 4704149 misc/ios: retry lldb launch if the iOS app is busy by Elias Naur · 7 years ago
  22. 64f715b misc/ios: clean up debugger instance on failure by Elias Naur · 7 years ago
  23. 8b9ecbf misc/ios: ensure deferred cleanup functions are run even on error by Elias Naur · 7 years ago
  24. 78cb5d7 misc/ios: retry app install by Elias Naur · 7 years ago
  25. 8cd0094 misc/ios: don't override TMPDIR on idevice by Elias Naur · 7 years ago
  26. 78219ab misc/ios: script lldb directly with Python by Elias Naur · 7 years ago
  27. 299b40b misc/ios: speed up the iOS exec wrapper by Elias Naur · 7 years ago
  28. a44cd68 misc/ios: don't wait for response to lldb run in the exec wrapper by Elias Naur · 7 years ago
  29. c3cb44f misc/ios: make detect.go more robust by Elias Naur · 7 years ago
  30. 144fae8 misc/ios,runtime/cgo: remove SIGINT handshake for the iOS exec wrapper by Elias Naur · 7 years ago
  31. 03c93ea misc/ios: dump logs for failing lldb sessions to stdout by Elias Naur · 7 years ago
  32. eb5bf55 misc/ios: always kill lldb process when it hangs by Elias Naur · 7 years ago
  33. 627d3a0 misc/ios,src/iostest.bash: support GOIOS_DEVICE_ID by Elias Naur · 7 years ago
  34. 1a2ac46 misc/ios: add support for device ids to the exec wrapper by Elias Naur · 7 years ago
  35. 6e54fe4 misc/ios: increase iOS test harness timeout by Elias Naur · 8 years ago
  36. 6918288 misc/ios: fix the Test386EndToEnd test on iOS by Elias Naur · 8 years ago
  37. 7523bae misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again) by Elias Naur · 8 years ago
  38. fec40bd Revert "cmd/go, misc: switch from breakpoint to SIGUSR2" by Elias Naur · 8 years ago
  39. 3ce5371 Revert "cmd/go, misc: rework cwd handling for iOS tests" by Elias Naur · 8 years ago
  40. 2b780af Revert "all: test adjustments for the iOS builder" by Elias Naur · 8 years ago
  41. 312ea5b misc/ios: allow exit code 0 to mean test success by Elias Naur · 8 years ago
  42. 90de5e8 misc/ios: use the default go test timeout by Elias Naur · 8 years ago
  43. 7d889af misc/ios: include the bundle id in the GOIOS_APP_ID env variable by Elias Naur · 8 years ago
  44. ade6bcf misc/ios: ignore stderr from iOS tools by Elias Naur · 8 years ago
  45. 467109b all: test adjustments for the iOS builder by David Crawshaw · 8 years ago
  46. 593ea3b cmd/go, misc: rework cwd handling for iOS tests by David Crawshaw · 8 years ago
  47. 333f764 cmd/go, misc: switch from breakpoint to SIGUSR2 by David Crawshaw · 8 years ago
  48. 0ef4815 build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0 by Koichi Shiraishi · 8 years ago
  49. 1664ff9 misc/ios: fix exec wrapper locking by Elias Naur · 9 years ago
  50. f045ca8 misc/ios: serialize iOS execution by Elias Naur · 9 years ago
  51. 0bb6229 misc/ios: deflake tests on darwin/arm{,arm64} by Elias Naur · 9 years ago
  52. 5f08e48 misc/ios: pass through SIGCONT in the exec wrapper by Elias Naur · 9 years ago
  53. afab771 misc/ios: keep whole buffer in go_darwin_arm_exec by David Crawshaw · 9 years ago
  54. 48155f5 misc/ios: fix an error when getenv encounters unset variable by Michael Matloob · 9 years ago
  55. cf45271 misc/ios: skip revoked certificates by David Crawshaw · 9 years ago
  56. 032811e misc/ios: document the external binary and the required env variables by Burcu Dogan · 10 years ago
  57. 97fd7b0 misc/ios: fix plist indentation and whitespace by Burcu Dogan · 10 years ago
  58. 8fd1ec2 misc/ios: fix teamID and appID use in entitlements by Josh Bleecher Snyder · 10 years ago
  59. e6d5233 misc/ios: adjust exec script for iOS 8.3 by David Crawshaw · 10 years ago
  60. 2d0c962 misc/ios: read codesign info from environment variables by Josh Bleecher Snyder · 10 years ago
  61. 4345a9f misc/ios: support go run in go_darwin_arm_exec by David Crawshaw · 10 years ago
  62. 684473d misc/ios: pick clang arch based on GOARCH by David Crawshaw · 10 years ago
  63. 00e0fe4 misc/ios: retry loop to handle builder flakiness by David Crawshaw · 10 years ago
  64. 713451a misc/ios: simplify breakpoint timeout by David Crawshaw · 10 years ago
  65. ed92862 misc/ios: timeout and continue waiting for getwd by David Crawshaw · 10 years ago
  66. 7ff6254 misc/ios: run lldb commands much more carefully by David Crawshaw · 10 years ago
  67. 1fdeb6b misc/ios: extra stdout check before run by David Crawshaw · 10 years ago
  68. 66416c0 misc/ios: more predictable zoneinfo.zip location by David Crawshaw · 10 years ago
  69. d460b6e misc/ios: add go_darwin_arm_exec script by David Crawshaw · 10 years ago
  70. f961a99 misc/ios: add README and wrapper script to ease cross-compiling for darwin/arm by Shenghou Ma · 10 years ago