1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented class enums, changed default style to return metatable with ctor in Foobar.new. More... over 13 years ago
Implemented overloaded function handling with a fast decision tree. More... over 13 years ago
Implemented decision tree to prepare for overloaded functions. More... over 13 years ago
Implemented default value handling. More... over 13 years ago
Updated readme. More... over 13 years ago
Implemented optimized version without a gc method and compared execution speed. More... over 13 years ago
Return value optimization tested. Template resolution works for typedefs. More... over 13 years ago
Test cleanup More... over 13 years ago
Implemented inheritance management, casting and custom bindings. More... over 13 years ago
Supports operator overloading with return value optimization (obj + obj = create one object). More... over 13 years ago
Fixed bug with bad attribute keys and access to member methods. More... over 13 years ago
Accessors and pointers working ! More... over 13 years ago
Better type parsing. Implemented accessor methods and pointer handling. More... over 13 years ago
Parsing class/struct public attributes. Ready to build function body. More... over 13 years ago
Preparing C++ fixtures for more advanced features. More... over 13 years ago
Dub can now build the shared library and generate the xml. More... over 13 years ago
Dub 2.0 parses, compiles and loads simple classes. More... over 13 years ago
Created C++ helper headers and source files. More... over 13 years ago
Added basic method call and return values. More... over 13 years ago
Started to parse function parameters. More... over 13 years ago
Added support for indentation preservation in template and started to work on function body. More... over 13 years ago
Very basic layout for method/function template. More... over 13 years ago
Implemented a basic templating system and started work on the LuaBinder. More... over 13 years ago
Added method list to Class. More... over 13 years ago
Added basic class and typedef parsing. Requiring lubyk until somebody fixes dependency issues (slightly modified LuaXml, lfs). More... over 13 years ago
Created basic classes and testing framework. Need to add an xml parser now. More... over 13 years ago
Adding Doxygen output from lubyk for testing More... over 13 years ago
Starting dub 2.0, fully written in Lua More... over 13 years ago
Enabled custom 'LuaObject' sub-class. More... almost 14 years ago
Fixed 'deleted' method (should be present when we use LuaObject). More... almost 14 years ago