summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* CI: Fix case where upstream base branch already existsPhilip Chimento2023-04-041-1/+1
* cleanup: Replace static_cast<GjsContext*> with runtime castPhilip Chimento2023-03-041-4/+2
* maint: Update includes to match new version of IWYUPhilip Chimento2022-11-152-0/+2
* Merge branch '514-random-char' into 'master'Philip Chimento2022-11-141-0/+18
|\
| * tests: Avoid using char type in uniform_int_distribution<T> templatePhilip Chimento2022-11-061-0/+18
* | CI: Bump images to Fedora 37Philip Chimento2022-11-092-6/+6
* | CI: Stop building mozjs91 imagesPhilip Chimento2022-11-082-4/+4
|/
* Revert "CI: Temporarily disable --werror"Philip Chimento2022-10-291-1/+1
* CI: Fix comments in shell scriptPhilip Chimento2022-08-071-3/+2
* js: Update IWYU comments for jsapi.hPhilip Chimento2022-08-071-1/+1
* js: Remove Gjs::maybe_get_private()Philip Chimento2022-08-071-2/+1
* js: Replace JSFreeOp with JS::GCContextEvan Welsh2022-08-071-1/+1
* js: Add JSTracer* argument to JS_UpdateWeakPointerAfterGC()Evan Welsh2022-08-071-2/+4
* js: Various functions moved out of jsapi.hPhilip Chimento2022-08-072-1/+2
* js: Replace class private pointers with reserved slotsPhilip Chimento2022-08-061-6/+10
* maint: Bring headers in line with IWYU 0.18Philip Chimento2022-07-252-3/+1
* CI: Temporarily disable --werrorPhilip Chimento2022-07-241-1/+1
* CI: Fix bug in common ancestor scriptPhilip Chimento2022-07-241-1/+1
* CI: Add glibc-gconv-extra to CI imagePhilip Chimento2022-07-242-0/+2
* maint: Avoid bogus cppcheck warning with if constexprPhilip Chimento2022-07-241-0/+3
* CI: Rebuild CI image on Fedora 36Philip Chimento2022-07-242-12/+35
* test-ci: Avoid creating a ci-upstream-base-branch if it's there alreadyMarco Trevisan (Treviño)2022-06-081-0/+5
* test-ci: Ignore safe directory errors on CIMarco Trevisan (Treviño)2022-06-081-0/+3
* Dockerfile: Install Turkish locale in CI for UTF-8 locale tooMarco Trevisan (Treviño)2022-04-292-2/+10
* Dockerfile: Install Turkish locale in CIMarco Trevisan (Treviño)2022-04-282-0/+8
* Dockerfile: Keep deps multi-line, to make it easier to maintainMarco Trevisan (Treviño)2022-04-282-18/+85
* Merge branch 'verbose-object-print-output' into 'master'Philip Chimento2022-03-061-46/+0
|\
| * print: Connect up prettyPrint() to Console.interact() and log()Philip Chimento2022-02-251-46/+0
* | CI: Don't run cpplint on C filesPhilip Chimento2022-03-031-2/+2
|/
* jsapi-util: Append cause when calling gjs_throw with exception pendingPhilip Chimento2022-02-121-0/+31
* value: Support converting BigInt to (u)int64 valuesMarco Trevisan (Treviño)2022-02-031-2/+5
* jsapi-util: Improve BigInt debug functionsPhilip Chimento2022-02-031-9/+18
* maint: Suppress cppcheck warning about accessing a variable after movingPhilip Chimento2022-01-311-2/+7
* context: check for null out-paramNasah Kuma2022-01-253-0/+153
* test: Remove workaround for SpiderMonkey GC code coveragePhilip Chimento2022-01-161-78/+0
* CI: Build only mozjs91 imagesPhilip Chimento2022-01-162-4/+4
* Some Object-related functions have moved to js/Object.hEvan Welsh2022-01-161-3/+4
* js: Update includes for headers split out of JSAPIEvan Welsh2022-01-164-2/+5
* Add CI images for mozjs91.Evan Welsh2021-10-082-6/+7
* jsapi-util: Cast pointer to the correct type when calling ref/free-funcPhilip Chimento2021-09-301-0/+15
* CI: Remove TASK_ID variablePhilip Chimento2021-09-301-1/+1
* CI: Move thread sanitizer job to manual sectionPhilip Chimento2021-09-261-1/+1
* CI: Build images using Fedora 34 as the basePhilip Chimento2021-09-252-6/+6
* context: Cleanup completed trampoline in context, as this is what they belong toMarco Trevisan (Treviño)2021-08-011-0/+1
* GjsMaybeOwned: Remove notifier support and move it into GjsPrivateContextMarco Trevisan (Treviño)2021-08-011-4/+7
* jsapi-util-args: Add 'S' conversion specifierPhilip Chimento2021-07-021-21/+35
* jsapi-util-args: Fix assert_match() in testsPhilip Chimento2021-07-021-9/+10
* CI: Add autoconf213 to dependencies in DockerfilePhilip Chimento2021-06-082-3/+3
* jsapi-util-string: Handle BigInt in gjs_debug_value()Philip Chimento2021-06-081-0/+36
* object: Make ensure_toggle_reference to follow the JS API so we can throwMarco Trevisan (Treviño)2021-05-181-1/+2