2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 20 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use false : x : 0 idiom to avoid evaluating x. More... about 15 years ago
Hold a weak pointer in instance_holder when ownership is released. More... about 15 years ago
Test that adopt() leaves a weak pointer in the Lua object. More... about 15 years ago
Remove use of conversion_storage. More... about 15 years ago
Handle NULL smart pointers. More... about 15 years ago
Test object identity with shared_ptr_converter. More... about 15 years ago
Make shared_ptr_converter public. More... about 15 years ago
Fix bug in id allocation. More... about 15 years ago
Rework local_id allocation in class_id_map. More... about 15 years ago
Add make_instance() helper function. More... about 15 years ago
Add tests for new inheritance code. More... about 15 years ago
Handle null pointer in shared_ptr_converter. More... about 15 years ago
Use add_cast() for wrappers as well. More... about 15 years ago
Add missing <luabind/wrapper_base.hpp> include. More... about 15 years ago
Merge branch '0.8' to sync with v0.8.1 release. More... about 15 years ago
Bump Jamfile version to 0.8.1. More... about 15 years ago
Add missing LUABIND_API. More... about 15 years ago
Bump version for 0.8.1. More... about 15 years ago
Add missing <stdexcept> include. More... about 15 years ago
Merge branch 'dw/improve-compile-times' More... about 15 years ago
Remove a bunch of dead code and unnecessary includes. More... about 15 years ago
Simplify parameter deduction code in class_<> template. More... about 15 years ago
Don't use boost::function. More... about 15 years ago
Fix bug in implicit_cast() when using multiple inheritance. More... about 15 years ago
Document new build and install procedure. More... about 15 years ago
Add version.hpp with LUABIND_VERSION define. More... about 15 years ago
Add proper SONAME version and install/stage targets. More... about 15 years ago
Add default converter for boost::shared_ptr<>. More... about 15 years ago
New recursive overload resolver. More... over 15 years ago
Move "bases<>" definition to class.hpp. More... over 15 years ago