16 Commits

Author SHA1 Message Date
Dmitry Ng d1468187c9 Changes to vxmonitor support 2021-03-22 10:44:45 +03:00
aarzilli bd064a4224 restored lua.State.Error function to existence with a hack 2012-12-21 21:49:19 +01:00
aarzilli 69c75da5b0 quick start guide 2012-10-30 11:37:27 +01:00
aarzilli 11e5a399e4 Fixed example/basic.go 2012-10-27 11:31:33 +02:00
aarzilli e44d144d88 changed examples to make them easier to run locally 2012-06-26 20:00:27 +02:00
aarzilli e62ba98a4f Import path fixes for examples and more explanations in README 2012-03-31 19:20:30 +02:00
aarzilli 7dda61b799 Compiles with go1 (barely tested) 2012-03-31 19:08:25 +02:00
Alessandro Arzilli 4582993337 fixed examples to compile with previous changes 2010-12-31 17:17:34 +01:00
Adam Fitzgerald 75cad79ab2 fixed Go function callback to remove the userdata representing the function from the stack before calling the actual function (to match C behavior)
added calling go function w/ argument to basic example
2010-09-26 15:35:39 -04:00
Adam Fitzgerald 1ff39a4a4f changed lua_defs.go generation to leverage cgo's define extraction
as a result, lua_defs.go is now built by cgo rather than 8g
2010-09-07 23:32:48 -04:00
Adam Fitgerald 98cb148be3 build system rollback due to cgo/goinstall incompatibility 2010-07-24 00:38:31 -04:00
Adam Fitgerald f1d57d98db more directory structure/package naming changes 2010-07-23 23:28:34 -04:00
Adam Fitzgerald 19a37ba517 functional GoFunctions, complete with garbage collection hooks to free array space
extensions to the basic demo
bugfix in reference handling
2010-07-14 01:54:15 -04:00
Adam Fitzgerald d1663c3563 still not a git master... 2010-07-14 00:39:09 -04:00
Adam Fitzgerald a5d380bf59 updated makefile to force _cgo_export.c generated code to be compiled and linked 2010-07-13 22:34:17 -04:00
Adam Fitzgerald f7c3086bff added basic example, just imports package 2010-07-13 12:13:30 -04:00