lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Version 1.3 has been released of OOLua and is still the fastest Lua
and C++ binding profiled against.
http://code.google.com/p/oolua/wiki/Speed_comparisons


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

For a full list see http://code.google.com/p/oolua/source/browse/trunk/change.log

Liam