aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/cgo.go
AgeCommit message (Expand)Author
2026-03-10syscall,runtime/cgo: use cgo_ldflag to link against -lsocket and -lxnet on So...qmuntal
2026-02-28runtime/cgo: build with C compiler option -std=gnu90Ian Lance Taylor
2025-02-26runtime/cgo: avoid errors from -Wdeclaration-after-statementIan Lance Taylor
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2023-02-10cmd/cgo: add -fno-stack-protector to CFLAGS (again)Than McIntosh
2023-01-31cmd/link: load host archive libc_nonshared.a for -fstack-protectorThan McIntosh
2022-08-28cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapCuong Manh Le
2022-08-08runtime/cgo: add -fno-stack-protector to CFLAGSIan Lance Taylor
2022-05-03internal/poll, net, syscall: use accept4 on solarisTobias Klauser
2022-04-22runtime/cgo: remove stdlib.h warning workaround on darwinBryan C. Mills
2020-10-16internal/poll, net, syscall: use accept4 on illumosTobias Klauser
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-11-05runtime/cgo: add -Wno-nullability-completeness on DarwinIan Lance Taylor
2019-06-23runtime/cgo: on Solaris link against -lxnetIan Lance Taylor
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2016-10-28runtime/cgo: do not link threads lib by default on windowsAlex Brainman
2016-10-24runtime/cgo: do not link math lib by default on windowsAlex Brainman
2016-10-11runtime/cgo: do not explicitly link msvcrt.dllAlex Brainman
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-12runtime/cgo: explicitly link msvcrt on windowsShenghou Ma
2015-05-06runtime/cgo: add cgo support for solaris/amd64Aram Hăvărneanu
2015-04-16runtime/cgo: darwin/arm64 supportShenghou Ma
2015-02-25runtime/cgo: set the initial working directoryDavid Crawshaw
2015-02-06runtime/cgo: darwin/arm cgo supportShenghou Ma
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox