1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add object.connect() implementation. More... over 13 years ago
Add object.env() implementation, accessing object custom environment. More... over 13 years ago
Add implementation of object.interfaces(). More... over 13 years ago
Add implementation of object.property(). More... over 13 years ago
Add lgi_gi_info_test for checking whether arg is of gi.info type. More... over 13 years ago
Implement dynamic properties lists. More... over 13 years ago
Implement object '_access' and 'field' methods. More... over 13 years ago
Factor call of _access from record private code to shared marshal module. More... over 13 years ago
Implement object creation API. More... over 13 years ago
Implement object_tostring method. More... over 13 years ago
Implement toggle-reference handling for proxy objects. More... over 13 years ago
Key registry globals by lightuserdata addr of globals instead of refs. More... over 13 years ago
Add initial implementation of lgi_object_2lua. More... over 13 years ago
Do not try to have record and object without _gc. More... over 13 years ago
Implementation of new object module, part 1. More... over 13 years ago
Eliminate lgi_regkey usage from core.c. More... over 13 years ago
Refactor field access method to marshal module. More... over 13 years ago
Modify lgi_guard_create for easier to use interface, adjust callers. More... over 13 years ago
Remove closure_guard and replace its usage with generic guard. More... over 13 years ago
Remove usage of lgi_regkey from callable module. More... over 13 years ago
Use new method for creating cache tables in record module initialization. More... over 13 years ago
Add helper method for creating cache tables in Lua registry. More... over 13 years ago
Convert record code to use repo directly from Lua registry. More... over 13 years ago
Make repo table accessible directly through Lua registry. More... over 13 years ago
Move part of core.construct to core.record.new and core.record.valueof. More... over 13 years ago
Adjust Value lgi overrides to record code. More... over 13 years ago
Use gi.infos-by-name lookup in lgi.lua instead of doing it manually. More... over 13 years ago
Fix incorrect comment (Lua signature). More... over 13 years ago
Merge branch 'new-compound' More... over 13 years ago
Implement linear search by name in gi.infos. More... over 13 years ago