0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tag and release version 0.2 More... over 18 years ago
Readme updated for release 0.2 More... over 18 years ago
Further changes to make g++ happy More... over 18 years ago
Test doesn't need a command line argument More... over 18 years ago
Minor changes to make g++ happy More... over 18 years ago
Clean up properties and add support for static properties More... over 18 years ago
Remove unused variable More... over 18 years ago
Refinements to properties, and implementation of writeable properties More... over 18 years ago
Add support for properties - so far, just read-only and non-static. Also miscellaneous bug fixes. More... over 18 years ago
Increase number of allowed function arguments to 8 More... over 18 years ago
fix a couple typos More... over 18 years ago
Refined Makefile a little bit and removed items that were specific to my configuration, moving them to standard environment variables instead. More... over 18 years ago
Minor change to destructor_dispatch that makes g++ 4 happier. More... over 18 years ago
minor code/docs cleanup More... over 18 years ago
Miscellaneous small changes to make luabridge compile without errors or warnings in g++ More... over 18 years ago
one more bugfix More... over 18 years ago
Bug fixes and unit tests for constness support More... over 18 years ago
Added support for const objects and const member functions More... over 18 years ago
Converted test project over to a real automated-unit-test system, with associated minor bugfixes More... over 18 years ago
Removed debug printfs, and refactored metatable-creation code More... over 18 years ago
Uppercased "Luabridge" in documentation More... over 18 years ago
Remove error message about missing depend when making for the first time More... over 18 years ago
Fix output path in VC8 project More... over 18 years ago
Fixed directory references (tested in VC7.1, untested as yet in VC8); added more preprocessor magic around snprintf to keep all the VCs happy More... over 18 years ago
Moved VC project files into their own directory, and brought back VC7.1 versions. Note directory references in project files need to be fixed before these will work. Those will have to wait for separate commits. More... over 18 years ago
Trying to get project files to work right in VS2005 and Lua 5.1.2. I've currently linked with the non-debug version of the runtime library in both debug and release versions of test so that it'll match the runtime library in lua5.1.dll. More... over 18 years ago
Updated project file to work with Lua 5.1.2 included project files More... over 18 years ago
Updated everything to consistently use Unix line endings More... almost 19 years ago
Updated project files to VC++ 8 More... almost 19 years ago
Added conditional compilation for snprintf, since it's defined as _snprintf in MSVC More... almost 19 years ago