summaryrefslogtreecommitdiff
path: root/gjs/importer.cpp
Commit message (Expand)AuthorAgeFilesLines
* js: Adapt to new JS::PropertyKey APIEvan Welsh2022-08-071-3/+3
* js: Various functions moved out of jsapi.hPhilip Chimento2022-08-071-1/+3
* js: Use JS::PropertyKey::isVoidEvan Welsh2022-08-061-3/+3
* maint: Fix IWYU includes in files that previously failedPhilip Chimento2022-07-241-0/+1
* native: Convert to singleton classNasah Kuma2022-02-241-4/+6
* Adapt to new Maybe-based property descriptor APIEvan Welsh2022-01-161-4/+8
* JS_GetClass is now JS::GetClassEvan Welsh2022-01-161-1/+2
* js: Update includes for headers split out of JSAPIEvan Welsh2022-01-161-0/+3
* JSID_* macros have been replaced with a class-based APIEvan Welsh2021-10-081-3/+3
* importer: Don't reinitialize search path every timePhilip Chimento2021-09-301-0/+2
* Don't clear pending exceptions from module init filesewlsh/fix-init-errorsEvan Welsh2021-08-281-8/+7
* Merge branch 'july-maintenance' into 'master'Philip Chimento2021-08-101-5/+3
|\
| * maint: Use GjsAutoPointer out() methodPhilip Chimento2021-08-011-5/+3
* | win32: Fix resource-based importsEvan Welsh2021-08-091-37/+34
|/
* build: Define WIN32_LEAN_AND_MEAN on Windows buildsChun-wei Fan2021-07-121-1/+0
* importer: Add backwards-compatible GjsFileImporter global objectPhilip Chimento2021-01-301-1/+16
* Merge branch 'remove-jsclass-macros-from-importer' into 'master'Philip Chimento2021-01-041-101/+61
|\
| * importer: Remove JSClass macrosPhilip Chimento2020-11-271-101/+62
* | Add native registry for GI modules.Evan Welsh2020-12-031-3/+19
* | *: Fix spelling mistakes found by codespellBjörn Daase2020-11-291-1/+1
|/
* Use standard allocator for JS private dataMarco Trevisan (Treviño)2020-10-201-11/+8
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-21/+2
* CI: Fix IWYU includesincludesPhilip Chimento2020-09-201-1/+1
* cleanup: Don't use GSlice anywhereMarco Trevisan (Treviño)2020-09-041-2/+2
* js: Refactor Array-related JSAPI calls.Evan Welsh2020-08-111-4/+5
* maint: Use C++17 attributesPhilip Chimento2020-08-051-3/+2
* js: Define Symbol.toStringTag names on all our custom classesEvan Welsh2020-07-271-1/+4
* build: Fix includes according to latest IWYU configPhilip Chimento2020-07-111-0/+1
* importer: Fix includesPhilip Chimento2020-06-031-3/+0
* jsapi-util: Use string vector in gjs_define_string_arrayPhilip Chimento2020-05-301-77/+42
* importer: Remove outdated commentPhilip Chimento2020-05-161-8/+3
* importer: Remove dead codePhilip Chimento2020-05-161-5/+0
* js: Avoid appending to vectors in a loopPhilip Chimento2020-05-161-7/+4
* importer: Use is_root field in toString()Philip Chimento2020-05-161-9/+11
* gi/arg.cpp, gjs/importer.cpp: Avoid C++ ambiguityChun-wei Fan2020-02-061-1/+1
* modules: Reorganize modules to support multiple globals.Evan Welsh2020-02-021-1/+4
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-2/+18
* js: Change gjs_string_to_utf8() to return JS::UniqueCharsPhilip Chimento2020-01-191-4/+5
* js: Rename JS::AutoFooVectorPhilip Chimento2020-01-191-2/+2
* js: Remove requestsPhilip Chimento2020-01-191-2/+0
* js: Remove most goto error handlingPhilip Chimento2019-12-021-37/+28
* build: Add global slot constants to IWYU mapping filePhilip Chimento2019-11-291-1/+0
* gjs/*.cpp, util/*.cpp: Check for sys/signal.h and _WIN32Chun-wei Fan2019-10-281-1/+1
* importer: Remove usage of deprecated G_CONST_RETURNPhilip Chimento2019-06-191-5/+3
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-14/+21
* util: Remove util/glibPhilip Chimento2019-06-081-1/+1
* build: Annotate all unused argumentsPhilip Chimento2019-05-071-2/+2
* gjs: Avoid ambiguity in smart pointersChun-wei Fan2019-03-031-1/+1
* native: Fix signature of gjs_is_registered_native_module()Philip Chimento2019-02-241-2/+1
* js: Handle errors in gjs_intern_string_to_id()Philip Chimento2018-12-211-2/+8