2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 13 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use partial specialization for is_bases<>. More... over 15 years ago
Use mpl::vector instead of mpl::list in class_<>. More... over 15 years ago
Reimplement class_info() for the new property system. More... over 15 years ago
Add test for "class_info()". More... over 15 years ago
Remove unnecessary dependency on Boost.Python. More... over 15 years ago
New instance storage implementation. Cleaner and faster. More... over 15 years ago
Don't try to return void* from Lua in test. More... over 15 years ago
Add missing converter for unsigned char. More... over 15 years ago
Add test for builtin scalar converters. More... over 15 years ago
New instance holders. Can hold instance by any pointer type. More... over 15 years ago
Replace include with forward declaration. More... over 15 years ago
Remove a lot of unused code. More... over 15 years ago
Merge branch '0.8' to sync with v0.8 release. More... over 15 years ago
Add type_info wrapper class. More... over 15 years ago
docs: Add note about LUABIND_DYNAMIC_LINK. More... over 15 years ago
Move LUABIND_BUILDING define from Jamroot to source files. More... over 15 years ago
Always use __declspec(dllimport/dllexport) on Windows. More... over 15 years ago
Change test to use polymorphic type derived from wrap_base. More... over 15 years ago
Add test that demonstrates adopt() bug. More... over 15 years ago
Fix adopt() bug when used with wrapper class. More... over 15 years ago
Use correct index in inject_backref(). More... over 15 years ago
Merge branch '0.8' to sync with 0.8-rc1 release. More... over 15 years ago
Really get rid of unused global warning. More... over 15 years ago
Document 'tag_function'. More... over 15 years ago
Add '__len' to list of overloadable operators. More... over 15 years ago
Fix GCC 'suggest parentheses' warning. More... over 15 years ago
Remove obsolete typedef from converters. More... over 15 years ago
Change private destructor test to use factory function. More... over 15 years ago
Merge branch 'dw/converter-customization' into 0.8 More... over 15 years ago
Simplify converters and add customization point. More... over 15 years ago