2
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document the new converter customization point. More... over 15 years ago
Remove old user-defined converters. More... over 15 years ago
Remove commented out "functor" converter. More... over 15 years ago
Merge branch '0.7.1' More... over 15 years ago
Fix expected error messages in tests. More... over 15 years ago
Get rid of unused global variable warning. More... over 15 years ago
Add signature type name for object and argument. More... over 15 years ago
Add function name to signature string. More... over 15 years ago
Merge branch 'dw/new-properties' More... over 15 years ago
Merge branch 'nb/adopt-bug' More... over 15 years ago
Merge branch 'dw/function-refactoring' More... over 15 years ago
Fix adopt bug when used with derived Lua classes. More... over 15 years ago
Add test that demonstrates adopt() bug. More... over 15 years ago
Add interface to explicitly specify signatures. More... over 15 years ago
Don't try to link to versioned .so. More... over 15 years ago
Merge branch 'dw/call-refactoring' More... over 15 years ago
Use the new property system in class_. More... over 15 years ago
Add "property()" API wrapper. More... over 15 years ago
Test that properties can be added to Lua instances. More... over 15 years ago
Added "property()" Lua function. More... over 15 years ago
Changed use of std::string to lua_pushfstring(). More... over 15 years ago
Turn "is_primitive" into a proper metafunction. More... over 15 years ago
Make using dependency() on non class return types a nop. More... over 15 years ago
Test copy_policy with T const*. More... over 15 years ago
Rewrite copy_policy in terms of value_converter. More... over 15 years ago
Deprecate "super()". More... over 15 years ago
Unify construction of Lua and C++ classes. More... over 15 years ago
Rewrite construction code to always just call __init(). More... over 15 years ago
Fix destruction of derived Lua classes. More... over 15 years ago
Change derived class name-shadowing rules. More... over 15 years ago