1
I Use This!
Very Low Activity

Commits : Listings

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