|
http://code.google.com/p/oolua/
This version enables
Constructors.
Configurable build to enabled exceptions or disable runtime checks
etc.
Correctly reports errors and will not call lua_panic.
Varadic macros and varadic macro comma deletion extension where
supported.
Lua functions and tables available as parameters to functions and
constructors also return values for functions.
Addes parameters traits which enable std::string as parameters to
constructors and functions and also function return values.
If run time checks are enabled also checks if a userdata was
created
by OOLua
pushing a value returns a boolean if not using exceptions
Compatible with Lua 5.1 and 5.2(work3).
Compatible with gmock 1.4 and 1.5
Compatible with Visual Studio 10
Improves performance.
Bug fixes