2
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 21 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix iterator_policy destruction bug. More... over 14 years ago
Allow calling luabind::open() more than once. More... over 14 years ago
docs: Update list of configuration defines. More... over 14 years ago
docs: Fix spelling. More... over 14 years ago
docs: Remove VC6/7 from compatible compiler list. More... over 14 years ago
docs: Add note about raw() being deprecated. More... over 14 years ago
Allow overriding virtual functions per instance. More... over 14 years ago
Fix class_id allocation from DLL. More... over 14 years ago
Remove double lua_isnil() check in ref_converter. More... over 14 years ago
Prevent max() macro substitution. More... over 14 years ago
Remove old unused files accidentally left around. More... over 14 years ago
Fix placeholder definitions to match changes in Boost 1.39. More... over 14 years ago
cast_graph::cast() should return the score as int. More... over 14 years ago
Always use lua_tonumber() for unsigned int/long. More... over 14 years ago
Accept "nil" in char const* converter. More... over 14 years ago
docs: Add note about functions returning smart pointers. More... over 14 years ago
Don't leak cast-graph objects. More... over 14 years ago
Suppress int->bool warnings on MSVC. More... over 14 years ago
Don't use lua_tointeger() for unsigned int on MSVC. More... over 14 years ago
Use lua_pushliteral() where possible. More... over 14 years ago
docs: Remove note about library being in beta phase. More... over 14 years ago
docs: Rewrite section on smart pointers. More... over 14 years ago
Don't test smart ptr features that have been removed. More... over 14 years ago
Fix set_instance_value() bug that overwrote class values. More... over 14 years ago
Kill old detail::is_class_object() function. More... over 14 years ago
Fix class_info() calling lua_typename() with stack index. More... over 14 years ago
Test that class_info() don't crash when passed non-luabind objects. More... over 14 years ago
Store main thread lua_State* in shared_ptr_deleter. More... over 14 years ago
Fix leak in "super" upvalue. More... over 14 years ago
Add Lua function class_names() giving a list of registered types. More... over 14 years ago