0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added debugging output to shared_ptr More... almost 19 years ago
Added 'exact' parameter to checkclass More... almost 19 years ago
Added 'test' target to Makefile More... almost 19 years ago
Added use_count() function to shared_ptr More... almost 19 years ago
Added const-metatables in preparation for adding support for constness More... almost 19 years ago
Modified Makefile to add separate release and debug targets, and default target is release only More... almost 19 years ago
Cleaned up dependency generation in Makefile a bit More... almost 19 years ago
Fixed some more README.txt typos More... almost 19 years ago
Fixed minor typo in README.txt More... almost 19 years ago
Added support for static methods in classes More... almost 19 years ago
Fixed some minor typos in README.txt More... almost 19 years ago
Added LUA_NAME option to Makefile and corresponding documentation in README More... almost 19 years ago
Updated README: new project website and list of supported compilers More... almost 19 years ago
Moved declaration of classname_unknown to luabridge.hpp, as g++ 4.1.2 complains about it otherwise More... almost 19 years ago
Fixed one more lingering reference to release() in shared_ptr More... almost 19 years ago
Moved everything one level up the directory tree, to avoid having two 'luabridges' in the path at sourceforge.net. More... almost 19 years ago
Release luabridge v0.1 More... almost 19 years ago
Added license and readme in preparation for tagging release 0.1 More... almost 19 years ago
Changed MSVC project settings to use multithreaded DLL runtime library; also disabled debug information output in release build More... almost 19 years ago
Forgot to change one instance of release() to reset() More... almost 19 years ago
Minor cleanup...and added USE_OTHER_SHARED_PTR define for compatibility with boost More... almost 19 years ago
Altered source to remove warnings about statements with no effect from g++ More... about 19 years ago
Got it working in g++. Yay! More... about 19 years ago
Replaced constructor registration with function-pointer based mechanism, for orthogonality and to make g++ happy More... about 19 years ago
Minor makefile changes More... about 19 years ago
Cleaned up some errors that occur with g++ More... about 19 years ago
Added reference to 'luabridge' project in 'test' project More... about 19 years ago
Added a Makefile and modified shared_ptr to use GNU hash_map when not compiling with MSVC. More... about 19 years ago
Added the test project and related cleanups More... about 19 years ago
Rearranged directory tree to be more conformant with standard OSS trees; created new project files compiling luabridge as a static library More... about 19 years ago