summaryrefslogtreecommitdiff
path: root/gjs/coverage.cpp
Commit message (Expand)AuthorAgeFilesLines
* coverage: Use GjsAutoUnref to hold GFile instancesMarco Trevisan (Treviño)2022-11-191-16/+9
* js: Various functions moved out of jsapi.hPhilip Chimento2022-08-071-1/+2
* js: Update includes for headers split out of JSAPIEvan Welsh2022-01-161-2/+2
* gjs: Ensure that we always use unique names for static values and typesMarco Trevisan (Treviño)2021-05-131-1/+1
* CI: Fix bug in IWYU postprocess scriptPhilip Chimento2020-11-301-0/+1
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-23/+3
* coverage: Enable coverage before creating GjsContextPhilip Chimento2020-08-111-1/+29
* js: Various API renames and adjustmentsEvan Welsh2020-08-111-3/+2
* coverage: Treat coverage prefix as absolute pathPhilip Chimento2020-08-091-1/+4
* maint: Use C++17 attributesPhilip Chimento2020-08-051-34/+13
* maint: Remove workaround for GLib warningPhilip Chimento2020-08-041-7/+0
* global: Refactor to support multiple global types.Evan Welsh2020-07-271-2/+3
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-1/+9
* js: Rename "compartments" to "realms"Philip Chimento2020-01-191-13/+13
* js: Remove requestsPhilip Chimento2020-01-191-2/+0
* global: Define debug names for compartmentsPhilip Chimento2019-12-311-1/+1
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-7/+13
* util: Move util/error to gjs/error-typesPhilip Chimento2019-06-081-1/+1
* build: Annotate all unused argumentsPhilip Chimento2019-05-071-4/+1
* atoms: Use more atoms to avoid converting stringsPhilip Chimento2018-11-051-2/+4
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+8
* coverage: use GjsAutoPointer to create lcov ptrMarco Trevisan (Treviño)2018-10-141-5/+4
* jsapi-util: add definition for gstrfreev auto-pointerMarco Trevisan (Treviño)2018-10-141-2/+1
* build: Ignore -Wcast-function-type in G_DEFINE_TYPEPhilip Chimento2018-02-041-0/+7
* coverage: Remove unused JSCompartmentOptionsPhilip Chimento2017-12-291-2/+0
* coverage: Propagate gjs_coverage_write_statistics() errorsPhilip Chimento2017-10-241-87/+74
* coverage: Use LCOV data from SpiderMonkeyPhilip Chimento2017-10-041-1344/+81
* coverage: Use global bootstrap to add JS coverage codePhilip Chimento2017-09-221-78/+6
* global: Add a bootstrap systemPhilip Chimento2017-09-221-1/+2
* coverage: Correct licensing mistakePhilip Chimento2017-09-111-11/+16
* Backport of patch required for JSObject compare to nullptrluke.nukem.jones@gmail.com2017-07-301-3/+3
* js: Use correct autoptr in gjs_string_to_filename()Philip Chimento2017-07-181-5/+2
* js: Adapt to misc API changes in SpiderMonkey 52Philip Chimento2017-07-091-1/+2
* js: Replace JSRuntime APIs that now take JSContextPhilip Chimento2017-07-091-5/+2
* js: Adapt to options changesPhilip Chimento2017-07-091-1/+1
* js: Adapt to new JS::TraceEdge<T> APIPhilip Chimento2017-07-091-1/+2
* js: Update obsolete commentsPhilip Chimento2017-07-091-5/+0
* js: New JS_IsArrayObject() APIPhilip Chimento2017-07-091-1/+4
* js: Global object is implicit in many functionsPhilip Chimento2017-07-091-8/+4
* js: Refactor global object creationPhilip Chimento2017-07-091-70/+5
* Use std::unique_ptr instead of g_autofree/g_autoptr()Chun-wei Fan2017-05-241-14/+15
* coverage: Root using context, not runtimePhilip Chimento2017-05-051-18/+12
* js: Evaluate on global object where possiblePhilip Chimento2017-04-171-4/+7
* js: Split compilation from execution in some placesPhilip Chimento2017-04-171-6/+15
* maint: Fix memory leaksPhilip Chimento2017-02-271-4/+3
* js: Discontinue JSClass stubsPhilip Chimento2017-02-141-7/+7
* js: Rename JS_CallHeapFooTracer()Philip Chimento2017-02-141-1/+1
* js: Refactor gjs_object_*_property()Philip Chimento2017-01-261-15/+15
* js: Implement barriers correctly in structsPhilip Chimento2017-01-261-0/+2
* Mark that all our JSClasses support write barriersGiovanni Campagna2017-01-131-1/+2