2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing index_tuple.hpp header. More... over 9 years ago
Add missing <tuple> include. More... over 12 years ago
Initial C++0x support. More... over 12 years ago
Proper forward declarations for object wrappers. Now builds on clang! More... over 13 years ago
Add include that got lost during cleanup. More... over 13 years ago
Merge branch '0.9' to sync with 0.9.1 release. More... over 13 years ago
Add missing scope::operator=. More... over 13 years ago
Fix wrapper_base back reference being initialized with wrong value. More... over 13 years ago
Fix bug where the cast cache would insert with wrong key. More... almost 14 years ago
Teach adopt() to hold the adopted pointer in custom pointer type. More... almost 14 years ago
Fix GCC warning because mpl::size<> is long int. More... almost 14 years ago
Move lua_error out of catch handler to defer longjmp. More... almost 14 years ago
Add missing #undef N to constructor.hpp. More... almost 14 years ago
Remove redundant code. More... almost 14 years ago
Add policy to suppress automatic attribute dependency. More... about 14 years ago
Don't construct T* const& types for attribute access. More... about 14 years ago
Add has_policy<> and remove has_yield<>. More... about 14 years ago
Clear up some std::size_t/int confusion and get rid of warnings. More... about 14 years ago
Remove tests for removed type traits code. More... about 14 years ago
Remove dead code. More... about 14 years ago
Remove spurious semicolons. Fix pedantic build on GCC. More... about 14 years ago
Remove unused code. More... about 14 years ago
Add define that strips extern "C" {} around Lua includes. More... about 14 years ago
Fix copy-paste error in object::operator!=. More... about 14 years ago
Workaround C++0x pair<> constructor with null pointer issue. More... about 14 years ago
Fix LUABIND_ERROR_CHECKING conversion bug. More... about 14 years ago
Remove dead code. More... about 14 years ago
docs: fix typo, "base" should be "derived". More... about 14 years ago
Merge branch '0.9' to sync with v0.9 release. More... about 14 years ago
Respect LUABIND_NO_EXCEPTIONS. More... about 14 years ago