summaryrefslogtreecommitdiff
path: root/misc/cgo
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] cmd/cgo: fix handling of array of pointers when using ...Andrew Gerrand2013-11-133-4/+57
* [release-branch.go1.2] cmd/cgo: fix line number in an error messageAndrew Gerrand2013-11-013-14/+43
* [release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...Andrew Gerrand2013-11-012-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
* cmd/cgo: fix build (missing file from earlier CL)Russ Cox2013-09-161-0/+23
* cmd/cgo: allow C.malloc(0) alwaysRuss Cox2013-09-161-0/+1
* misc/cgo/test: test of issue 4339Russ Cox2013-09-114-0/+44
* cgo: enable cgo on dragonflyAulus Egnatius Varialus2013-09-042-1/+2
* cmd/cgo: don't let #cgo directives mess up line numberingIan Lance Taylor2013-09-032-0/+33
* cmd/cgo: Add support for C function pointersAlberto Garc?a Hierro2013-08-132-0/+51
* runtime: Use old reflect.call implementation from cgo.Keith Randall2013-08-051-1/+0
* runtime: reimplement reflect.call to not use stack splitting.Keith Randall2013-08-021-0/+1
* runtime: do not split stacks in syscall statusDmitriy Vyukov2013-07-291-0/+1
* cmd/cgo: gccgo fixesIan Lance Taylor2013-07-251-0/+4
* cmd/cgo: Fix issue with cgo cdefsKevin Klues2013-07-244-0/+73
* misc/cgo/test: test recursive internal OS thread lockRuss Cox2013-07-231-0/+8
* misc/cgo/test: add test for cgo callbacks with different amount of stack spac...Dmitriy Vyukov2013-07-223-0/+1496
* misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet.Shenghou Ma2013-07-151-0/+1
* misc/cgo/test: relax the threshold in test3250.Shenghou Ma2013-07-121-1/+1
* misc/cgo/test: make test work with -linkmode=internalRuss Cox2013-07-111-2/+2
* runtime: correctly handle signals received on foreign threadsShenghou Ma2013-07-123-0/+106
* runtime: add lr, ctxt, ret to GobufRuss Cox2013-06-121-1/+1
* runtime: more flexible heap memory mapping on 64-bitsDmitriy Vyukov2013-06-121-0/+49
* cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.Shenghou Ma2013-06-092-0/+33
* cmd/cgo: using __typeof__(a->r) instead of putting invalid TYPE in "a->r = (c...Shenghou Ma2013-06-021-0/+15
* misc/cgo/test: check API compatibility for cgo pseudo-functionsShenghou Ma2013-05-301-0/+24
* misc/cgo/testso: use bash to run test.bashDave Cheney2013-05-241-1/+1
* cmd/cgo: use intgo, not int, for string and slice structuresIan Lance Taylor2013-05-233-0/+51
* cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on DarwinShenghou Ma2013-05-222-4/+24
* misc/cgo/test: deflake TestParallelSleep once moreShenghou Ma2013-05-182-46/+43
* misc/cgo/test: add missing importAlex Brainman2013-05-151-0/+2
* misc/cgo/test: test for issue 5337.Shenghou Ma2013-05-153-0/+41
* runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()Shenghou Ma2013-04-301-5/+0
* misc/cgo/testso: enable test on windowsShenghou Ma2013-04-234-1/+49
* misc/cgo/test: fix a gcc warningShenghou Ma2013-04-181-1/+1
* cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins2013-04-102-0/+33
* cmd/ld: fix inconsistency in internal linking of common symbols.R?my Oudompheng2013-04-102-0/+39
* misc/cgo/gmp: fix typo.Andrey Mirtchovski2013-03-301-1/+1
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-273-0/+60
* runtime: ensure forward progress when unwinding an arm stack frameCarl Shapiro2013-03-261-8/+1
* runtime: store asmcgocall return PC where the ARM unwind expects itCarl Shapiro2013-03-252-0/+51
* runtime: fix cgo callbacks on windowsRuss Cox2013-03-071-4/+1