1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Store typeinfo into separate lgi reg table. More... almost 14 years ago
Another compound-rewrite set of fixes. More... almost 14 years ago
Debug traces. More... almost 14 years ago
Major rewrite of compound handling. More... almost 14 years ago
Starting changes to unifying struct/object to compound handling, based on repo. More... almost 14 years ago
Rename _meta repo tables to 0 (i.e. numeric index 0), to be easier to reach from C-side. More... almost 14 years ago
Add _meta table to compounds and enums, to be able to find out their type and full name. More... almost 14 years ago
Rename 'packages' -> 'repo', 'package' -> 'namespace'. More... almost 14 years ago
Yet another overhaul of LUa-side bootstrap, repo divides elements into categories. More... almost 14 years ago
Load object, struct and interface fields to repo too. More... almost 14 years ago
Rework inheriting structure. More... almost 14 years ago
Convert manual gi to full-featured package in later stage of bootstrap. More... almost 14 years ago
Optimize gi loading. More... almost 14 years ago
Move packages table into registry (so created in C-side of bootstrap). More... almost 14 years ago
Add custom lua package loader. More... almost 14 years ago
Interface and object tables have metatable which performs search in inherited interfaces and objects. More... almost 14 years ago
Guess structure disposers by name automatically. More... almost 14 years ago
core.find() is allowed to look only in GIRepository. More... almost 14 years ago
Make bootstrap more orthogonal, hopefully clearer. More... almost 14 years ago
Populate dispose table only from Lua-side of bootstrap. More... almost 14 years ago
Export dispose table into _core namespace. More... almost 14 years ago
Get rid of unneeded unref() calls, struct disposing is now automatic. More... almost 14 years ago
Implement automatic dispose of struct objects according to dispose handlers in dispose table. More... almost 14 years ago
Export 'packages' table into _core namespace and make it accessible from registry. More... almost 14 years ago
Fix off-by-one in output value handling for methods. More... almost 14 years ago
Change #define -> enum. More... almost 14 years ago
Index bitflags resolution table by flag values (instead of treating resulting table as an array). More... almost 14 years ago
Get rid of obscure load_n, write constructs explicitely. More... almost 14 years ago
NULL Array is now returned as nil rather than an empty table. More... almost 14 years ago
Reorganize lgi lua bootstrap, use packages table to allow cross-links between packages. More... almost 14 years ago