5
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
object: Do not define getters for custom objects More... over 1 year ago
jsapi-dynamic-class: Allow to define different slots for setter and getter More... over 1 year ago
jsapi-dynamic-class: Define properties getters/setters by id More... over 1 year ago
object: Bind property specs to getters/setters removing property cache More... over 1 year ago
testGIMarshalling: Perform property access using all the possible names More... over 1 year ago
testGIMarshalling: Use a jasmine spy to check on signal callbacks More... over 1 year ago
value: Handle gvalues holding a null-pointer as first thing More... over 1 year ago
value: Throw an error if a null value is used for a non-nullable argument More... over 1 year ago
value: Load signal details only once for a signal invocation More... over 1 year ago
value: Use a single vector to hold the arguments details we care about More... over 1 year ago
arg, value: Simplify JS array checks where we use the length parameter More... over 1 year ago
value: Be clearer when we can't convert GValue boxed types containing arrays or maps More... over 1 year ago
testRegress: Add more tests for signals provided by the library More... over 1 year ago
arg: Remove all hash table elements instead of stealing them in container case More... over 1 year ago
value: Add basic support for signals using GHashTables More... over 1 year ago
value: Use exact gtype check for types that cannot be extended More... over 1 year ago
value: Use GjsAuto* objects to own GIBaseInfo objects, fixing leaks More... over 1 year ago
jsapi-util: Avoid validating GjsAutoInfo in release builds More... over 1 year ago
jsapi-util: Define GjsAutoArgInfo and GjsAutoSignalInfo More... over 1 year ago
testGIMarshalling: use `replaceAll` to compute function name from signal More... over 1 year ago
testGiMarshalling: Actually enable GObject signal tests More... over 1 year ago
arg: Avoid using memcp() if we're comparing pointers More... over 1 year ago
arg-cache: Follow the annotation to release in-out arrays More... over 1 year ago
arg-cache: Add Implementations for zero-terminated and fixed-length arrays More... over 1 year ago
testGIMarshalling: Add tests with array of GStrv in multiple cases More... over 1 year ago
arg: Use more explicit type to generate array release function More... over 1 year ago
arg-cache: Functions that have non-introspectable length parameter should throw More... over 1 year ago
arg-cache: Properly handle inout array length arguments More... over 1 year ago
arg: Use array element transfer in a more explicit way More... over 1 year ago
arg: Avoid doing anything if the array is null More... over 1 year ago