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
More work to declare all used functions as locals More... over 11 years ago
Compatibility with Lua 5.2 More... over 11 years ago
Changed dub to not touch global namespace. Some work for lub compatibility. More... over 11 years ago
More work to move to 'lub' compatibility More... over 12 years ago
Started work to make "dub" compatible with "lub". More... over 12 years ago
Fixing deprecated functions. More... over 12 years ago
Including "lua.h" instead of "dub/lua.h" to not force dub's lua.h. More... over 12 years ago
Enabled custom binding name with @dub name: xxx. More... almost 13 years ago
Added support for operator= translated as "set". More... almost 13 years ago
Ignoring a method in a child should ignore method with same name in parent. More... almost 13 years ago
Fixed a bug where dub would not recognize the correct super class or try to cast to Thread. More... almost 13 years ago
Added support for log levels, fixed a bug preventing dub from detecting ignored attributes. More... almost 13 years ago
Capture error function in self._errfunc (useful to report errors from Lua). More... almost 13 years ago
Removing obsolete settings in Doxyfile More... almost 13 years ago
Fixed some typedef resolution issues (fixes #2). More... almost 13 years ago
Added test to check object copy on non-pointer assignment. More... almost 13 years ago
Fixed tests with ignored methods in pure virtual class. More... almost 13 years ago
Make sure abstract types are detected even if all pure virtual functions are ignored. More... about 13 years ago
Allow multiple 'header_base' paths to remove (removes the first one matching). More... about 13 years ago
When keeping xml, should use dub-doc folder More... about 13 years ago
Cleanup: html doc should not have been commited More... over 13 years ago
Fixed cast method when super has cast: false. More... over 13 years ago
lk.util change More... over 13 years ago
Fixed and optimized method decision tree involving userdata checking. More... over 13 years ago
Class.type should reflect class name, not registration name. More... over 13 years ago
No need for 'pushobject' to be virtual. More... over 13 years ago
Should list super classes in C++ visibility order (from child to parent). More... over 13 years ago
Fixed 'deleted' for threaded (table wrapped) objects. Fixed metatable access for wrapped. More... over 13 years ago
Added deleted method on all classes. More... over 13 years ago
Changed lk.file/lk.dir methods. More... over 13 years ago