summaryrefslogtreecommitdiff
path: root/gi/enumeration.cpp
Commit message (Expand)AuthorAgeFilesLines
* enumeration: Use GjsAutoChar to store temporary value nameMarco Trevisan (Treviño)2022-11-191-8/+7
* js: Various functions moved out of jsapi.hPhilip Chimento2022-08-071-1/+2
* maint: Fix IWYU includes in files that previously failedPhilip Chimento2022-07-241-0/+1
* maint: Fix IWYU warningsPhilip Chimento2021-03-121-0/+1
* gi: Use more GjsAutoPointer's in wrapper classesMarco Trevisan (Treviño)2020-10-271-8/+2
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-21/+2
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-1/+5
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-13/+7
* wrapperutils: Factor out gjs_define_static_methods()Philip Chimento2019-01-011-34/+2
* js: Factor out definition of '$gtype' propertyPhilip Chimento2018-12-221-12/+6
* atoms: Use more atoms to avoid converting stringsPhilip Chimento2018-11-051-4/+6
* js: Remove unnecessary abortsPhilip Chimento2018-11-031-3/+3
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+1
* js: Fix various error handling mistakesPhilip Chimento2018-10-301-3/+2
* js: Fix missing error checksPhilip Chimento2018-10-301-8/+9
* Backport of patch required for JSObject compare to nullptrluke.nukem.jones@gmail.com2017-07-301-1/+1
* js: Use JS_NewPlainObject()Philip Chimento2017-04-171-2/+1
* enumeration: Remove call to JS_SetParent()Philip Chimento2017-04-171-4/+0
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* js: Adapt to new JS_NewObject() APIPhilip Chimento2017-02-141-2/+1
* js: Adapt to new JS_DefineProperty APIPhilip Chimento2016-12-091-10/+5
* js: Pass JS::NullPtr() instead of NULLPhilip Chimento2016-12-091-1/+1
* js: Root gjs_define_function()Philip Chimento2016-10-271-3/+3
* enum: Root misc functionsPhilip Chimento2016-10-271-20/+20
* build: Make a jsapi.h "system header" wrapperPhilip Chimento2016-10-211-1/+1
* libgjs: Remove unused APIPhilip Chimento2016-10-201-24/+0
* module: Get rid of internals APIPhilip Chimento2016-10-181-2/+1
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-1/+1
* js: Discontinue usage of JSBoolPhilip Chimento2016-09-271-12/+12
* compat: Remove use of JS_NewNumberValue shimPhilip Chimento2016-09-211-2/+2
* js: Remove use of JSVAL_* macrosPhilip Chimento2016-09-211-4/+4
* js: Replace all jsval by JS::ValuePhilip Chimento2016-09-211-3/+3
* enumeration: add support for static methodsGiovanni Campagna2014-02-261-0/+36
* build: rename all c file to cppTim Lunn2013-10-291-0/+190