1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 16 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid crashing when NULL is returned as C array type. More... almost 14 years ago
Fix output argument processing off-by-one error. More... almost 14 years ago
lgi.packages table beginnings, still very raw and buggy concept. More... almost 14 years ago
Refactor array handling out of lgi_val_to_lua() to new lgi_array_to_lua(). More... almost 14 years ago
Reorg in lua-side bootstrap. More... almost 14 years ago
Started handling of ownership transfer in callee->caller direction. More... almost 14 years ago
Initial support for array-out arguments and return values. More... almost 14 years ago
Add preliminary support for loading objects and interfaces. More... almost 14 years ago
Refactor generic typeinfo-children examination loop. More... almost 14 years ago
Allow other I*Info types in core.get(), not only IBaseInfo. More... almost 14 years ago
Refactor type loading into loader table. More... almost 14 years ago
Fix thinkos in lua-side bootstrap struct parsing. More... almost 14 years ago
Allow invoking 'self'of struct type. More... almost 14 years ago
Refactor and fix struct field handling, add support for struct methods. More... almost 14 years ago
Rework error handling infrastructure. More... almost 14 years ago
Change reverse lookup for enums to use metatable instead of keying enum table also by value. Also add similar lookup for bitfields. More... almost 14 years ago
Add more functionality to lua bootstrap side. More... almost 14 years ago
Avoid crash when _core.find() cannot find object. More... almost 14 years ago
Properly parse also FLAGS (not only ENUM) when passing as params to functions. More... almost 14 years ago
Struct allocation reworked, allocated inside userdata instead of in external chunk. More... almost 14 years ago
Add _force() method to namespace which forces fully loading it. More... almost 14 years ago
Build .dll instead of .so
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago
Lua-side bootstrap handles enums and structs.
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago
Redo completely lua-side of bootstrap.
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago
Add unref into core interface.
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago
Reworked interface of lgi._core to more orthogonal and minimal one.
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago
Refactor struct field access code.
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago
Whitespace cleanup.
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago
More loader fixes.
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago
Fix get_by_info.
Pavel Holejsovsky
as Pavel holejsovsky
More... almost 14 years ago