summaryrefslogtreecommitdiff
path: root/link_darwin_amd64.go
AgeCommit message (Collapse)Author
2018-08-26Migrate the link_darwin_amd64.go and control.go files back; fixed up errors ↵Pietro Gagliardi
in the C files and util.go.
2018-08-26Moved all the Go files out of the way again, this time so we can migrate ↵Pietro Gagliardi
them to more proper cgo usage.
2018-08-12Migrated main.go. Migrated link_darwin_amd64.go and removed ↵Pietro Gagliardi
-DMACOSX_DEPLOYMENT_TARGET (see libui commit aa28904408fb75ae8042c616982c13cbe2a5a784). This should be two separate commits but I screwed up.
2018-08-11Moved the existing .go files out of the way and replaced ui.h with the ↵Pietro Gagliardi
alpha4 ui.h.
2018-08-11Removed ensureMainThread() now that the latest Go has a guarantee (which was ↵Pietro Gagliardi
always true) about the main thread given runtime.LockOSThread() in init().
2016-05-29Fixed Linux static linking.Pietro Gagliardi
2016-05-29More static library linker setup.Pietro Gagliardi
2016-05-29More stuff.Pietro Gagliardi