summaryrefslogtreecommitdiff
path: root/misc/cgo
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-244-61/+1
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-242-0/+100
* runtime: remove untyped allocation of ParForRuss Cox2014-09-165-0/+107
* runtime: get rid of other Go->C calls in test exports.Keith Randall2014-09-062-14/+16
* runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-052-0/+4
* misc/cgo/test: make issue5548 test pickierRuss Cox2014-09-051-4/+5
* runtime: refactor/fix asmcgocall/asmcgocall_errnoRuss Cox2014-09-041-2/+7
* cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox2014-09-031-3/+4
* misc/cgo/testcdefs: comment out test of packed structsIan Lance Taylor2014-08-312-3/+9
* misc/cgo/test: disable issue 8428 regress test on darwinMatthew Dempsky2014-08-281-0/+4
* cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky2014-08-272-0/+37
* cmd/cgo: check for compiler errors in the C preambleMatthew Dempsky2014-08-142-0/+18
* cmd/cgo, debug/dwarf: fix translation of zero-size arraysMatthew Dempsky2014-08-131-0/+48
* cmd/cgo: make C function pointers non-assignableMatthew Dempsky2014-08-122-0/+15
* cmd/cgo: fix default alignment for empty structsMatthew Dempsky2014-08-112-0/+32
* cmd/go: pass --build-id=none when generating a cgo .oIan Lance Taylor2014-08-072-2/+80
* cmd/cgo: consistently map void* to *byte under -{c,go}defsMatthew Dempsky2014-08-063-1/+24
* cmd/cgo: fix recursive type mappingMatthew Dempsky2014-08-051-0/+27
* cmd/cgo: fix handling of defs_linux.goMatthew Dempsky2014-08-053-0/+42
* cmd/cgo: for -godefs, promote first field of anonymous unionIan Lance Taylor2014-08-053-0/+58
* undo CL 109640045 / f97fb06525e5Shenghou Ma2014-07-181-18/+0
* cmd/cgo: disable inappropriate warnings when the gcc struct is emptysnyh2014-07-181-0/+18
* cmd/cgo: for typedef of untagged struct, use typedef name in C codeIan Lance Taylor2014-06-051-0/+31
* cmd/cgo: use same Go type for typedef to anonymous structIan Lance Taylor2014-06-023-0/+35
* cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox2014-05-281-0/+51
* cmd/ld: really import runtime/cgo for external linkIan Lance Taylor2014-05-202-0/+36
* cmd/cgo: omit misaligned struct fields, like we omit bitfieldsRuss Cox2014-05-122-0/+45
* cmd/gc: disable link-time copying of un-Go-initialized globalsRuss Cox2014-05-092-0/+26
* misc/cgo/test/backdoor: add gccgo version of backdoor functionIan Lance Taylor2014-04-261-0/+11
* test: demo for issue 7695Russ Cox2014-04-163-0/+35
* cmd/cgo: enforce typing of 0-sized typesDaniel Morsing2014-03-272-0/+19
* misc/cgo/testso: don't use TLS variables on Darwin and OpenBSD.Shenghou Ma2014-02-232-1/+5
* cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.Shenghou Ma2014-02-232-0/+21
* cmd/ld: fix bug with "runtime/cgo" in external link modeIan Lance Taylor2014-01-301-0/+21
* misc/cgo/testtls: make test less flakyRuss Cox2014-01-211-6/+8
* runtime: co-exist with NPTL's pthread_cancel.Rowan Worth2014-01-093-0/+67
* misc/cgo/testcdefs: rm correct file in test.bashAlex Brainman2013-12-101-1/+1
* cmd/cgo: use __gcc_struct__ for go exported functionsAlex Brainman2013-12-103-0/+38
* cmd/cgo: fix handling of array of pointers when using clangRuss Cox2013-11-073-4/+57
* cmd/cgo: fix line number in an error messageRuss Cox2013-10-183-14/+43
* cmd/cgo: stop using compiler error message text to analyze C namesRuss Cox2013-10-182-0/+94
* cmd/cgo: fix Xcode 5 incompatibility for #defined expressionsRuss Cox2013-10-151-0/+20
* misc/cgo/test: cut out non-standard functionsRuss Cox2013-10-151-17/+0
* misc/cgo/test: fix build (define prototype for alloca)Russ Cox2013-10-151-0/+1
* cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox2013-10-151-0/+52
* misc/cgo/test: fix C panic test to work with gccgoIan Lance Taylor2013-10-113-14/+38
* runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor2013-10-093-0/+29
* debug/dwarf: handle surprising clang encodingRuss Cox2013-10-091-0/+22
* cmd/go: fix missing __mingw_fprintf symbol for cgo on windowsShenghou Ma2013-09-192-0/+33
* cmd/ld: handle duplicate static symbols in COFF and Mach-O files.Shenghou Ma2013-09-183-0/+33