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
Change super() to always just call the __init() function. More... over 15 years ago
Change constructor signature to include self argument. More... over 15 years ago
Reimplement constructor code. More... over 15 years ago
Add missing include. More... over 15 years ago
Make all object-like types bool-convertible. More... over 15 years ago
Add "argument" API wrapper class. More... over 15 years ago
Remove stale object_init code. More... over 15 years ago
Merge branch '0.7.1' to sync with 0.7.1 release. More... over 15 years ago
Remove old function dispatch code completely. More... over 15 years ago
Fix calling virtual functions without override. More... over 15 years ago
Add more API wrappers to object.hpp. More... over 15 years ago
Use new function dispatch code for member functions. More... over 15 years ago
Add missing includes. More... over 15 years ago
Add missing include and namespace alias. More... over 15 years ago
Reimplement the function registration code. More... over 15 years ago
Add getmetatable() and setmetatable() functions. More... over 15 years ago
Synchronize the declaration of class_base::init with its definition. More... over 15 years ago
Fix bug when passing type with holder by value to Lua. More... over 15 years ago
Add support for exporting the # operator. More... over 15 years ago
Use compute_score() when invoking constructors. More... over 15 years ago
Add constructor<>::signature MPL sequence. More... over 15 years ago
Use compute_score() and invoke() in function.hpp. More... over 15 years ago
Use compute_score() instead of match(). More... over 15 years ago
Add compute_score() and compute_arity() helpers. More... over 15 years ago
Updated .gitignore with build directories. More... over 15 years ago
Merge branch 'dw/exception-handler' More... over 15 years ago
Fixed placeholder compatibility with Boost 1.34. More... over 15 years ago
Allow passing enum types by const& as argument. More... over 15 years ago
Refactored temporary holder construction in converters. More... over 15 years ago
Documented exception handler mechanism. More... over 15 years ago