0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tidy up shared_ptr comments More... almost 14 years ago
Clean up shared_ptr More... almost 14 years ago
Standardize copyright, license, and whitespace More... almost 14 years ago
Inline shared_ptr implementation into the public header More... almost 14 years ago
Move <stdint.h> up one header More... almost 14 years ago
Update copyright notice for typelist More... almost 14 years ago
Remove lua include and add missing luaL_typerror More... almost 14 years ago
Fix 64 bit integer cast More... almost 14 years ago
update README to include branch descriptions More... almost 14 years ago
update CHANGES for 0.2.1 release More... almost 14 years ago
fix README typo More... almost 14 years ago
update README More... almost 14 years ago
Add CHANGES file More... almost 14 years ago
update copyright, attribution, and license preamble More... almost 14 years ago
fix case in library title More... almost 14 years ago
update to README.md More... almost 14 years ago
Convert imported SVN repo to Git More... almost 14 years ago
Added VC9 project files and made some fixes to template calls for compliance. Added svn:ignore props to directories. More... about 15 years ago
Miscellaneous bugfixes More... about 18 years ago
Added support for char types, converted to strings of length 1; no checking on conversion back that string is really of length one (first character is taken). More... about 18 years ago
Added support for additional numeric types. More... about 18 years ago
Added assert guards to prevent registering variables at global scope. More... about 18 years ago
Added variables in scopes, and redirected static properties to the same code. More... about 18 years ago
Add some extra casts needed to make the compiler happy with registering properties More... over 18 years ago
A quick hack to allow functions taking and returning value types to be registered with Lua. The luabridge typechecker does not currently distinguish between value and reference instances of the same type. More... over 18 years ago
Additional bugfix to shared_ptr More... over 18 years ago
Add default constructor for shared_ptr More... over 18 years ago
Visual Studio project file changes to accompany previous change More... over 18 years ago
First steps toward allowing more flexible scoping: change 'module' class to 'scope', make 'class_' a subclass of 'scope', and move static table handling to 'scope' More... over 18 years ago
Added test to verify that operator overloading works, without additional functionality More... over 18 years ago