1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert previous commit, fix is done in gobject-introspection library instead. More... almost 15 years ago
Workaround a bug in girepository; override path is not correctly initialized if g_irepository_require(NULL) is the very first call to the lib. More... almost 15 years ago
Calling of simple methods starting to work again. More... almost 15 years ago
Started implementing of call. More... almost 15 years ago
Merge remote branch 'origin/master' More... almost 15 years ago
Make callable creation compilable. More... almost 15 years ago
More callable wip; reworked data structures and simplified callable parsing stage. More... almost 15 years ago
LgiCallable WIP. More... almost 15 years ago
LgiCallable WIP. More... almost 15 years ago
Start refactoring monolithic source into modules, create new (just started and dysfunctional) callable module (will replace function). More... almost 15 years ago
Fix accessors for GType (were incorrect for 64b systems). More... almost 15 years ago
Remove GOption handling (not translatable to Lua), GLIST/GSLIST handling (until it gets implemented on the C-side). More... almost 15 years ago
More repo postprocessing. More... almost 15 years ago
Add more support for repo loading validation. More... almost 15 years ago
Add proper dependency rule to Makefile. More... almost 15 years ago
Add GI_TYPE_TAG_FILENAME handling. More... almost 15 years ago
Beginnigs of verification of dependent types while populating repo types. More... almost 15 years ago
Removed too noisy tracing output. More... almost 15 years ago
GObject and GLib overrides refinements. More... almost 15 years ago
Update to newer gobject-introspection; removed short/int/long types from TypeInfo. More... almost 15 years ago
Added more traces. More... almost 15 years ago
Update override hooking system, make GObject hooking inline in lgi.lua (using package.preload). More... almost 15 years ago
Renamed for consistency; xxx_store pushes to stack, xxx_load retrieves from stack. More... almost 15 years ago
Reworked GValue handling into more sane interface and implementation. More... almost 15 years ago
Rename TYPE_SIMPLE to DECLTYPE and arg.h to decltype.h. More... almost 15 years ago
Add more log. More... almost 15 years ago
Fix problem causing compound_get(index < 0) calls not work. More... almost 15 years ago
Fix stupid type causing miscalculation of type size. More... almost 15 years ago
Category lookup turned into table search. More... almost 15 years ago
Initial attempt at hook/override Lua-side API. More... almost 15 years ago