index
:
Balau
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
BLua.h
Age
Commit message (
Expand
)
Author
2013-08-12
Adding LuaBigInt and a few more things.
Nicolas "Pixel" Noble
2013-08-08
Adding libtommath, libtomcrypt and lcrypt, mainly for the bignum support.
Nicolas "Pixel" Noble
2013-08-07
Deferring object collection in Lua because yielding from the garbage collecto...
Nicolas Noble
2013-08-05
Greatly simplifying the LuaYield mechanism so to avoid double-recursive calls...
Nicolas Noble
2013-08-05
Improving the output of GeneralExceptions in Lua; also you can't call lua_err...
Nicolas "Pixel" Noble
2013-08-02
Heavily revamped the C-to-Lua yielding mechanism. Now more generic.
Nicolas Noble
2013-07-31
Even further changes in the Lua class binding system. Simplifying the callbac...
Nicolas Noble
2013-07-31
Few more tweaks to the Lua class exporter. Now we have parent support as well...
Nicolas "Pixel" Noble
2013-07-31
Added a few forgotten references.
Nicolas "Pixel" Noble
2013-07-31
Few more tweaks to the Lua push system.
Nicolas "Pixel" Noble
2013-07-30
Changing things a bit in the Lua binding system. Now pushing a class template...
Nicolas Noble
2013-07-25
Lua now properly yields when an operation throws EAgain.
Nicolas "Pixel" Noble
2013-07-25
Cleaning up the Lua code a bit.
Nicolas "Pixel" Noble
2012-09-10
I find using 0 instead of NULL confusing.
Nicolas "Pixel" Noble
2012-09-09
Got LuaObjects working again, and in a quite better shape I would add.
Nicolas "Pixel" Noble
2012-08-30
Adding a few virtual destructors.
Nicolas "Pixel" Noble
2012-03-29
Working / cleaning a bit the Lua class.
Pixel
2011-10-27
Fixing a few oddities, and having the 'clean' target cleaning LuaJIT as well.
Pixel
2011-10-26
Adding Lua.
Pixel