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
Add possibility to check for specified compound type without erring. More... over 13 years ago
Fix misguided shuffle with type metatables. More... over 13 years ago
Add compound type identification into its __tostring(). More... over 13 years ago
Get rid of lgi_error called from only one place. More... over 13 years ago
Automatic Value construction from assorted Lua values. More... over 13 years ago
Fix GClosure creation code in bootstrap. More... over 13 years ago
lgi_compound_get also returns real GType of returned type. More... over 13 years ago
Attempt to reorganize Closure creation to common type-ctor scheme. More... over 13 years ago
Rename --enable-debugging to more traditional --enable-debug. More... over 13 years ago
Check parameter type before allowing gclosure creation on it. More... over 13 years ago
Add waf as an alternate build system. More... over 13 years ago
Improve testsuite so that it reports which checkv() call failed. More... over 13 years ago
Rename core.get() to more appropriate core.construct(). More... over 13 years ago
Add GValue tests (failing), disable adhoc gio stuff. More... over 13 years ago
Refactor filling GValue. More... over 13 years ago
Implement gclosure automatic support. More... over 13 years ago
Avoid leaving unbalanced Lua stack from ffi closure callback. More... over 13 years ago
Rework lgi_compound_get() interface, can leave temporary object. More... over 13 years ago
Refactor callback-thread resolution code from closure. More... over 13 years ago
Add closure tests, failing, GClosure support not fully implemented yet. More... over 13 years ago
Actually do use transfer from typelib when marshalling C->Lua. More... over 13 years ago
Fix error report for incorrect type when compound is expected. More... over 13 years ago
Add more numeric tests. More... over 13 years ago
Reorganized tests, started using GI Regress library, basic number tests. More... over 13 years ago
Implement marshalling of arrays in Lua->C direction. More... over 13 years ago
Added TODO notes. More... over 13 years ago
Improve gtkbuilder sample. More... over 13 years ago
Implement marshalling of GArray (C->Lua). More... over 13 years ago
Return int instead of gboolean. More... over 13 years ago
Proper coroutine support in closures. More... over 13 years ago