summaryrefslogtreecommitdiff
path: root/src/lua-interface.cpp
AgeCommit message (Expand)Author
2009-11-10Starting removing threading from within lua-interface.Pixel
2009-11-09Typo...Pixel
2009-11-09Actually running this new script.Pixel
2009-11-09Forgot one reference to compile.Pixel
2009-11-08Removing useless flags debug and compile now, and adding lua-interface-light....Pixel
2009-11-08Humf... tired...Pixel
2009-11-08Adding more jit status output.Nicolas "Pixel" Noble
2009-11-08Opening the jit and bit libraries.Nicolas "Pixel" Noble
2009-11-08LuaJIT doesn't support Lua bytecode. Good thing that I don't either.Pixel
2009-11-06Adding Iup to lua-interface-light, and to the various default modules.Pixel
2009-10-05Adding the newthread() call for a fully pthreaded lua environment.Pixel
2009-06-05Fixing lua-interface-light's loadmodule.Pixel
2009-06-05Various fixes and tweaks to the lua-interface light version.Pixel
2009-06-04Adding lua-interface-light target for win32.Pixel
2009-06-02Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/lua...Pixel
2009-06-02Adding native MINGW32 support.Pixel
2009-05-28Uniformizing the usage of luarecast.Pixel
2009-04-13Adding the cd-tool interface to lua-interface's built-in compilation.Pixel
2009-03-23Avoiding running the httpserver uselessly.Pixel
2008-12-03Fixing module system for Darwin.Nicolas Noble
2008-11-28Early port under Darwin x86-64Nicolas Noble
2008-10-09Adding support for the new smtp code.Pixel
2008-10-08Activating the debug interface.Pixel
2008-10-08Adapting ourselves to the new behavior of LuaPrinter.Pixel
2008-10-08Cleaning up the command line a bit, and adding the mail server.Pixel
2008-10-01Adding auto-load of the exports, when we have built-in modules.Pixel
2008-09-26Adding MSVC support.Pixel
2008-08-13.pixel
2008-08-06Last win32 fixups - everything should now be working as intended.pixel
2008-08-05Cleaning up a bit the -dbg version, and adding the luaosmesa module to it.pixel
2008-08-05Do not spawn a thread if not needed...pixel
2008-08-04Fixing some win32 backport.pixel
2008-08-04Adding built-in debugging system.pixel
2008-07-16Adding daemon mode.pixel
2008-07-05Using a real Lua thread for the threaded command line.pixel
2008-07-04Putting the command line interface into a thread, and enabling win32 compilat...pixel
2008-07-04Removing print and hash functions, and enabling threaded lua engine.pixel
2008-07-04Adding project files.pixel