summaryrefslogtreecommitdiff
path: root/gi/js-value-inl.h
Commit message (Expand)AuthorAgeFilesLines
* value: Fix regression converting Infinity and NaN to C integersPhilip Chimento2022-02-091-1/+16
* value: Fix regression converting Number to 64-bit intPhilip Chimento2022-02-091-1/+3
* value: Support converting BigInt to (u)int64 valuesMarco Trevisan (Treviño)2022-02-031-1/+73
* maint: Fix IWYU includesPhilip Chimento2021-11-271-1/+8
* maint: Always include config.hPhilip Chimento2021-11-271-0/+2
* js-value-inl: Only check isnan() on floating point typesPhilip Chimento2021-03-131-1/+2
* testRegress: Verify that undefined can be passed to C functionsMarco Trevisan (Treviño)2021-03-081-0/+7
* js-value-inl: Consider NaN results to be out of range values for integersMarco Trevisan (Treviño)2021-03-081-0/+3
* Fix 32-bit buildmcatanzaro/#357Michael Catanzaro2020-10-221-15/+15
* arg: Implement gjs_array_to_strv using the auto-arrayMarco Trevisan (Treviño)2020-10-121-0/+13
* arg: Convert GValue arrays using auto functionMarco Trevisan (Treviño)2020-10-121-0/+8
* arg: Use only one single template-based function to create simple types arrayMarco Trevisan (Treviño)2020-10-121-21/+60
* js-value-inl: Add Support for GType and 64 bit integerMarco Trevisan (Treviño)2020-10-011-1/+28
* arg: Automatically set all the numeric values to GIArgumentsMarco Trevisan (Treviño)2020-10-011-0/+30
* arg: Automatically figure out the proper container type for a JS valueMarco Trevisan (Treviño)2020-10-011-0/+96