summaryrefslogtreecommitdiff
path: root/tests/tolua/test1.cpp
AgeCommit message (Expand)Author
2014-10-14tolua test runs on WindowsAndreas Baumann
2014-10-08added flags to module loader, CLOSE_DEFERRED is deferring dlclose with a atexitAndreas Baumann
2014-10-05added userdata to destroy function, remembering userdata on moduleAndreas Baumann
2014-10-05must load all symbols of a C++/Lua module, otherwise the lua_open functionAndreas Baumann
2014-10-05..Andreas Baumann
2014-10-05trying to initialize tolua glue code in test module, segfaulting stillAndreas Baumann
2014-10-04first experiments with tolua and Lua glue code in a module and how toAndreas Baumann