aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testcarchive
AgeCommit message (Expand)Author
2022-01-05[release-branch.go1.17] cmd/link: use SHT_INIT_ARRAY for .init_array sectionIan Lance Taylor
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-03-13misc/cgo/testcarchive: don't use == for string equality in C codeIan Lance Taylor
2020-12-30misc/cgo/testcarchive: remove special flags for Darwin/ARMCherry Zhang
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-11-25misc: remove use of relative directories in overlayDir functionsBryan C. Mills
2019-11-22misc/cgo/testcarchive: avoid writing to GOROOT in testsBryan C. Mills
2019-11-11misc: ensure that test overlay directories are writableBryan C. Mills
2019-11-04misc/cgo/testcarchive: add missing exit(0) in main7.cIan Lance Taylor
2019-11-02runtime: clear preemptStop in dropmIan Lance Taylor
2019-08-31runtime: don't forward SIGPIPE on macOSElias Naur
2019-08-29Revert "runtime: don't forward SIGPIPE on macOS"Daniel Martí
2019-08-29runtime: don't forward SIGPIPE on macOSElias Naur
2019-05-16misc/cgo: disable testcarchive, testplugin during -short test (including all....Russ Cox
2019-05-01misc/cgo/testcarchive: skip TestExtar on self-hosted iOSElias Naur
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-02misc/cgo/testcarchive: skip TestSignalForwardingExternal on darwin/amd64Ian Lance Taylor
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-07misc: fix typos in various docsalkesh26
2019-02-26misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWDBryan C. Mills
2019-02-22misc/cgo/testcarchive: fix tests in module modeBryan C. Mills
2018-08-21misc/cgo/testcarchive: make the tests work when using gccgoIan Lance Taylor
2018-07-06misc/cgo/testcarchive: increase timeout duration in TestOsSignalMichael Munday
2018-04-25cmd/cgo: don't use absolute paths in the export header fileIan Lance Taylor
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright
2018-01-11cmd/go: correct buildmode test (from "c-header" to "c-shared")Ian Lance Taylor
2017-11-03cmd/go: do not install dependencies during "go install"Russ Cox
2017-10-11misc/cgo/testcarchive: use -no-pie where neededLynn Boger
2017-10-11cmd/go: clean up compile vs link vs shared library actionsRuss Cox
2017-10-09misc/cgo/testcarchive: skip flaky SIGPROF test on darwinElias Naur
2017-05-24misc/cgo/testcarchive: fix `go env` error messageIan Lance Taylor
2017-05-09cmd/internal/obj, cmd/link: fix st_other field on PPC64Ian Lance Taylor
2017-03-09misc/cgo/testcarchive: add missing headerElias Naur
2017-02-09runtime: enable/disable SIGPROF if needed when profilingIan Lance Taylor
2017-02-03runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2016-12-01Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur
2016-11-18runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2016-11-17misc/cgo: decrease test failure timeoutsElias Naur
2016-11-15misc/cgo/testcarchive, misc/cgo/testcshared: sleep instead of sched_yieldIan Lance Taylor
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-10-17misc/cgo/testcarchive: do not use same executable name in TestInstallAlex Brainman
2016-08-23cmd/go, cmd/link: build c-archive as position independent on ELFIan Lance Taylor
2016-05-07cmd/go: add -shared to darwin/arm{,64} default build modeElias Naur
2016-05-06misc/cgo/testcarchive: avoid possible pthread_create raceIan Lance Taylor
2016-05-06misc/cgo/testcarchive: don't force -no_pie on DarwinElias Naur
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-29misc/cgo/testcarchive: fix C include path for darwin/armCherry Zhang