summaryrefslogtreecommitdiff
path: root/gi/fundamental.h
Commit message (Expand)AuthorAgeFilesLines
* gi: Refactor resolving prototypes in GIWrapperInstance constructorsEvan Welsh2022-01-091-1/+2
* fundamental: Support converting an empty GValue to a null fundamentalMarco Trevisan (Treviño)2021-04-151-2/+3
* Fix fundamental conversion with missing functions.Evan Welsh2021-03-011-8/+26
* js: Add new system for creating wrapper objects for native typesPhilip Chimento2021-01-301-0/+2
* wrapperutils: Remove to_string_kind()Philip Chimento2020-12-031-4/+0
* gi: Remove unused destructorsPhilip Chimento2020-12-031-1/+0
* wrapperutils: Make static constexpr members uppercasePhilip Chimento2020-12-031-2/+2
* gi: Use more GjsAutoPointer's in wrapper classesMarco Trevisan (Treviño)2020-10-271-1/+2
* gi/wrapperutils: Move gjs_get_string_id() into resolve() implementationswip/verdre/get-string-inside-resolve_implJonas Dreßler2020-10-221-1/+1
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-22/+3
* maint: Use C++17 attributesPhilip Chimento2020-08-051-5/+6
* function: Use JS::CallArgs throughout invocation call chainPhilip Chimento2020-05-161-8/+2
* function: Merge two ways of invoking constructor from CPhilip Chimento2020-05-161-7/+0
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-1/+9
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-3/+4
* maint: Unify header guard style across all headersPhilip Chimento2019-06-081-3/+3
* wrapperutils: Move define_static_methods into GIWrapperPhilip Chimento2019-06-081-0/+2
* fundamental: Move to C++-style APIPhilip Chimento2019-05-071-26/+15
* wrapperutils: Use GIWrapperBase::typecheck() directly in calling codePhilip Chimento2019-04-131-6/+0
* wrapperutils: Factor out to_c_ptr() and transfer_to_gi_argument()Philip Chimento2019-04-131-6/+2
* value: Support marshalling custom fundamental typesPhilip Chimento2019-04-131-0/+13
* gi/*.h: Be clear about the templates used with friend classesChun-wei Fan2019-03-031-5/+10
* fundamental: Fix broken hash tablePhilip Chimento2019-02-101-1/+3
* fundamental: Port private struct to wrapperutilsPhilip Chimento2019-01-021-0/+116
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+7
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* js: Root gjs_init_dynamic_class()Philip Chimento2016-10-261-2/+2
* js: Root gjs_object_get_property_const()Philip Chimento2016-10-201-5/+6
* libgjs: Remove unused APIPhilip Chimento2016-10-201-3/+0
* js: Rooted objects in private access functionsPhilip Chimento2016-10-041-6/+10
* js: Discontinue usage of JSBoolPhilip Chimento2016-09-271-5/+6
* gi: add fundamental type supportLionel Landwerlin2014-02-241-0/+61