summaryrefslogtreecommitdiff
path: root/tests/test-Lua.cc
AgeCommit message (Expand)Author
2013-08-07Deferring object collection in Lua because yielding from the garbage collecto...Nicolas Noble
2013-08-06That variable actually belongs in its own context.Nicolas "Pixel" Noble
2013-08-05Greatly simplifying the LuaYield mechanism so to avoid double-recursive calls...Nicolas Noble
2013-08-02Heavily revamped the C-to-Lua yielding mechanism. Now more generic.Nicolas Noble
2013-07-31Changing objname to type in the embedded data of an object.Nicolas Noble
2013-07-31Even further changes in the Lua class binding system. Simplifying the callbac...Nicolas Noble
2013-07-31Few more tweaks to the Lua class exporter. Now we have parent support as well...Nicolas "Pixel" Noble
2013-07-30Changing things a bit in the Lua binding system. Now pushing a class template...Nicolas Noble
2013-07-30Tweaking the basic Lua test a bit.Nicolas Noble
2013-07-30Speeding up tests a bit.Nicolas Noble
2013-07-25Lua now properly yields when an operation throws EAgain.Nicolas "Pixel" Noble
2012-09-09Got LuaObjects working again, and in a quite better shape I would add.Nicolas "Pixel" Noble
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-10-26Adding Lua.Pixel