aboutsummaryrefslogtreecommitdiff
path: root/misc/ios
AgeCommit message (Expand)Author
2021-07-06[dev.cmdgo] all: merge master (912f075) into dev.cmdgoJay Conrod
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2020-12-29misc/ios: fix wording for command line instructionsDaniel Martí
2020-12-29misc/ios: add to README how to build ios executablesCherry Zhang
2020-10-05misc/ios: fixup review comments from CL 255257Elias Naur
2020-10-03misc/ios: add support for running programs on the iOS simulatorElias Naur
2020-09-14misc/ios: quote pathsCherry Zhang
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-11-05misc/ios: bump -mios-version-minElias Naur
2019-06-15misc/ios: add missing CGO_ENABLED=1 for running standalone testsElias Naur
2019-05-03misc/ios: don't refer to iostest.bashElias Naur
2019-03-21misc/ios: don't override GOCACHE on the deviceElias Naur
2019-03-17cmd/go,misc/ios: fix tests on iOSElias Naur
2019-03-01misc/android,misc/ios: evaluate current working directory symlinksElias Naur
2019-03-01misc/ios: evaluate symlinks before comparing GOROOT and GOPATHElias Naur
2018-10-24misc/ios: remove note from output of detect.goElias Naur
2018-05-11misc/ios: forward SIGQUIT to the iOS programElias Naur
2018-05-10misc/ios: update documentation for running iOS programs and testsElias Naur
2018-05-09misc/ios: inject the -u device_id option before any other argumentsElias Naur
2018-05-08misc/ios: retry iOS launch even if no device app path was foundElias Naur
2018-05-07misc/ios: uninstall app before installing itElias Naur
2018-05-04misc/ios: improve detection of missing developer imageElias Naur
2018-05-03misc/ios: retry lldb launch if the iOS app is busyElias Naur
2018-05-03misc/ios: clean up debugger instance on failureElias Naur
2018-05-03misc/ios: ensure deferred cleanup functions are run even on errorElias Naur
2018-05-03misc/ios: retry app installElias Naur
2018-05-02misc/ios: don't override TMPDIR on ideviceElias Naur
2018-04-30misc/ios: script lldb directly with PythonElias Naur
2018-04-12misc/ios: speed up the iOS exec wrapperElias Naur
2018-04-11misc/ios: don't wait for response to lldb run in the exec wrapperElias Naur
2018-04-10misc/ios: make detect.go more robustElias Naur
2018-04-10misc/ios,runtime/cgo: remove SIGINT handshake for the iOS exec wrapperElias Naur
2017-12-04misc/ios: dump logs for failing lldb sessions to stdoutElias Naur
2017-10-03misc/ios: always kill lldb process when it hangsElias Naur
2017-08-28misc/ios,src/iostest.bash: support GOIOS_DEVICE_IDElias Naur
2017-08-21misc/ios: add support for device ids to the exec wrapperElias Naur
2017-04-27misc/ios: increase iOS test harness timeoutElias Naur
2017-04-17misc/ios: fix the Test386EndToEnd test on iOSElias Naur
2017-03-04misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again)Elias Naur
2017-03-04Revert "cmd/go, misc: switch from breakpoint to SIGUSR2"Elias Naur
2017-03-04Revert "cmd/go, misc: rework cwd handling for iOS tests"Elias Naur
2017-03-04Revert "all: test adjustments for the iOS builder"Elias Naur
2017-02-02misc/ios: allow exit code 0 to mean test successElias Naur
2017-02-01misc/ios: use the default go test timeoutElias Naur
2017-02-01misc/ios: include the bundle id in the GOIOS_APP_ID env variableElias Naur
2017-02-01misc/ios: ignore stderr from iOS toolsElias Naur
2017-01-14all: test adjustments for the iOS builderDavid Crawshaw
2017-01-13cmd/go, misc: rework cwd handling for iOS testsDavid Crawshaw
2017-01-12cmd/go, misc: switch from breakpoint to SIGUSR2David Crawshaw
2016-12-21build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0Koichi Shiraishi