summaryrefslogtreecommitdiff
path: root/src/LuaTask.cc
AgeCommit message (Expand)Author
2014-05-25Fixing a few warnings and errors.Nicolas "Pixel" Noble
2013-08-08Adding libtommath, libtomcrypt and lcrypt, mainly for the bignum support.Nicolas "Pixel" Noble
2013-08-05Adding a helper to LuaExecCell to find the LuaMainTask, and making the exec()...Nicolas "Pixel" Noble
2013-08-05Don't crash a LuaTask on EAgain; let it thru. Also don't yield if you crashed.Nicolas "Pixel" Noble
2013-08-05Adding a helper to actually find the LuaMainTask from any Lua context.Nicolas "Pixel" Noble
2013-08-02Heavily revamped the C-to-Lua yielding mechanism. Now more generic.Nicolas Noble
2013-07-31Added a few forgotten references.Nicolas "Pixel" Noble
2013-07-30Saving some memory by having the LuaTasks being stackless when possible.Nicolas Noble
2013-07-30Actually opening the LuaJIT's FFI library.Nicolas Noble
2013-07-25Lua now properly yields when an operation throws EAgain.Nicolas "Pixel" Noble
2013-07-24Better exception handling support for Lua.Nicolas Noble
2012-09-05Better error handling on luaexeccells, so they can trigger their main co-rout...Nicolas "Pixel" Noble
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
2012-04-08Redifining yielding for operations a bit, making further refinements.Pixel
2012-04-06Making it simplier to register a task and wait for it. Also renamed createTas...Pixel
2012-04-03Making a few classes anonymous.Pixel
2012-04-03Having a slightly better mechanism for stopping the LuaMainTask, as well as s...Pixel
2012-04-03Slightly more change to the Queue system, so Debug mode doesn't freak pout.Pixel
2012-04-03Reworking a bit the way the queues are working, and thus, the way the LuaTMai...Pixel
2012-04-03Opening all libraries in the LuaMainTask, and adding the LuaExecFile class.Pixel
2012-04-02We really need the new LuaTasks to be spawned on the same thread as the LuaMa...Pixel
2012-04-01Creating first pass on LuaTasks.Pixel