Aegisub/libaegisub
Thomas Goyne 9492192b73 Switch back to building Lua as C
In preparation for switching to LuaJIT, which doesn't support PUC Lua's
thing of using C++ exceptions for lua_error.

Requires replacing all uses of lua_error (and things calling lua_error)
with custom versions that throw an exception instead and adding an
exception -> lua error wrapper at all C++ -> Lua boundaries.
2014-04-27 10:37:23 -07:00
..
ass Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
common Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
include/libaegisub Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lua Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
osx Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
unix Move make_unique to its own header file 2014-04-23 15:29:23 -07:00
windows Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
Makefile Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
lagi_pre.h Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00