2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update version.hpp for v0.9. More... over 14 years ago
Merge branch 'dw/cast-graph' More... over 14 years ago
Keep overload chain alive in function_object. More... over 14 years ago
Store dependency refs directly in the registry. More... over 14 years ago
Remove old unused table ref member from object_rep. More... over 14 years ago
Suppress unused variable warning. More... over 14 years ago
Merge branch 'dw/recursive-dispatcher' More... over 14 years ago
New inheritance graph code. More... over 14 years ago
Fix tests. Need to contain subconverters. More... almost 15 years ago
Fix builtin converter test. All converters need both conversion stages. More... almost 15 years ago
Make shared_ptr_converter stateful. More... almost 15 years ago
Make const_pointer_converter stateful. More... almost 15 years ago
Make adopt_policy::match() stateful. More... almost 15 years ago
Use lua_rawgeti() instead of lua_pushnumber, lua_rawget pair. More... almost 15 years ago
Reduce the number of API calls for numeric converters. More... almost 15 years ago
Cache conversion result from the scoring stage. More... almost 15 years ago
Inline more calls when invoking functions. Improves code on GCC. More... almost 15 years ago
Fix placeholder macro for GCC4.0. More... almost 15 years ago
Test user defined converter that consumes 2 parameters. More... almost 15 years ago
Automatically convert lua_State* arguments. More... almost 15 years ago
Compute argument indices with converters. More... almost 15 years ago
Add table<> object wrapper. More... about 15 years ago
Add missing detail/ref.hpp include. More... about 15 years ago
Use luaL_ref/luaL_unref instead of old ref() mechanism. More... about 15 years ago
Add test for creating instances in Lua threads. More... about 15 years ago
Create instance table reference in the main thread. More... about 15 years ago
Add luabind::get_main_thread() API. More... about 15 years ago
Add missing LUABIND_API to luabind::open(). More... about 15 years ago
Use luaL_ref/luaL_unref in weak_ref. More... about 15 years ago
Replace ref/unref with luaL_ref/luaL_unref. More... about 15 years ago