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
/
src
/
BLua.cc
Age
Commit message (
Expand
)
Author
2014-08-11
Bugs fixing in Lua - we really can't afford to have destructors throwing exce...
Nicolas Noble
2014-08-10
Few more tweaks, and adding a bunch of accessors to LuaHandle.
Nicolas "Pixel" Noble
2014-08-10
Fixing iconv usage after changing over to win32-iconv.
Nicolas "Pixel" Noble
2014-08-09
Fixing even more warnings.
Nicolas "Pixel" Noble
2014-05-28
Use Unicode under windows.
Nicolas "Pixel" Noble
2014-05-25
Cleaning a few more warnings out.
Nicolas "Pixel" Noble
2014-05-25
Creating a Balau project file.
Nicolas "Pixel" Noble
2014-05-25
Fixing a few warnings and errors.
Nicolas "Pixel" Noble
2013-08-12
Fixing crash; entry.name can be NULL and means 'new'.
Nicolas "Pixel" Noble
2013-08-12
Adding LuaBigInt and a few more things.
Nicolas "Pixel" Noble
2013-08-09
Removing rsa.lua. This is just too buggy.
Nicolas Noble
2013-08-09
Making our print function a bit smarter.
Nicolas "Pixel" Noble
2013-08-08
Adding the rsa.lua code to lcrypt.
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-07
The close operation is actually async too. Meaning that the destroy operation...
Nicolas "Pixel" Noble
2013-08-06
Using shared_ptr instead of rolling our own system, making it more pretty.
Nicolas "Pixel" 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-05
The lua_load operation is a bit complicated, and can't throw EAgain.
Nicolas "Pixel" Noble
2013-08-05
Let's be a bit more explicit about the effects of not catching EAgain.
Nicolas "Pixel" Noble
2013-08-05
Relaxing the simple context rules a bit.
Nicolas "Pixel" Noble
2013-08-02
Lua's dumpvars is now properly yielding if needed.
Nicolas Noble
2013-08-02
Heavily revamped the C-to-Lua yielding mechanism. Now more generic.
Nicolas Noble
2013-08-02
Forgot to pass on the timeout event here.
Nicolas Noble
2013-07-31
Changing objname to type in the embedded data of an object.
Nicolas Noble
2013-07-31
Even further changes in the Lua class binding system. Simplifying the callbac...
Nicolas Noble
2013-07-31
Added a few forgotten references.
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
*cough* small issue in the Lua code (plus LuaJIT sometime can be buggersome).
Nicolas "Pixel" Noble
2013-07-25
Cleaning up the Lua code a bit.
Nicolas "Pixel" Noble
2013-07-24
Better exception handling support for Lua.
Nicolas Noble
2012-09-09
Got LuaObjects working again, and in a quite better shape I would add.
Nicolas "Pixel" Noble
2012-09-06
Fixing LuaObject's destructor.
Nicolas "Pixel" Noble
2012-09-05
Better error handling on luaexeccells, so they can trigger their main co-rout...
Nicolas "Pixel" Noble
2012-03-29
Working / cleaning a bit the Lua class.
Pixel
2011-12-04
Reworked some things in the architecture, mainly exceptions and asserts.
Pixel
2011-10-26
Adding Lua.
Pixel