2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert 5134297. This caused overload ambiguities. More... over 14 years ago
Remove compute_arity(). This isn't used any more. More... over 14 years ago
Cast to lua_Integer and lua_Number explicitly in converter. More... over 14 years ago
Make object_rep noncopyable. More... over 14 years ago
Suppress MSVC "assignment operator could not be generated" warning. More... over 14 years ago
Suppress MSVC unreachable code warning. More... over 14 years ago
Suppress MSVC alignment warning (C4121). More... over 14 years ago
Suppress a bunch of "unreferenced parameter" warnings. More... over 14 years ago
Don't use same name for parameter and type. More... over 14 years ago
Remove instance_holder dependency on class_rep. More... over 14 years ago
Use lua_tointeger() instead of casting the result of lua_tonumber(). More... over 14 years ago
Const holder conversion isn't supported any more. Don't test it. More... over 14 years ago
Use std::size_t instead of int for dependency count. More... over 14 years ago
Add missing LUABIND_BUILDING define to inheritance.cpp. More... over 14 years ago
Supress int->bool warnings on MSVC. More... over 14 years ago
Fix bug where local class ids would become incorrect. More... over 14 years ago
Add missing LUABIND_API to class_id_map. More... over 14 years ago
Use boost::scoped_ptr<> for pimpl. More... over 14 years ago
Add missing LUABIND_API to invoke_context. More... over 14 years ago
Address a name conflict with termios.h. More... over 14 years ago
Allocate storage for instances with object_rep::allocate(). More... over 14 years ago
Handle returning references to smart pointers. More... over 14 years ago
Don't crash if class_info() is called on non-luabind objects. More... over 14 years ago
Remove some stale code. More... over 14 years ago
Associate polymorphic wrapper back reference with the main thread. More... over 14 years ago
Add test for extending exported classes in Lua. More... over 14 years ago
Merge branch '0.8' to sync with changes made after 0.8.1 release. More... over 14 years ago
Update version for 0.9 in Jamroot. More... over 14 years ago
Cache conversion result in value_converter. More... over 14 years ago
Silence uninitialized variable warning. More... over 14 years ago