summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial work on testsewlsh/workers-apiEvan Welsh2022-07-074-0/+30
* Ensure context is providedEvan Welsh2022-07-071-1/+1
* Worker exampleEvan Welsh2022-07-072-0/+42
* Implement Workers APIEvan Welsh2022-07-0719-90/+1257
* fix: Guard against circular printsEvan Welsh2022-07-071-8/+16
* modules: Use ESM as the primary module systemEvan Welsh2022-07-0738-535/+731
* Merge branch 'arg-cache-cleanups' into 'master'Philip Chimento2022-07-051-16/+35
|\
| * arg-cache: Do not warn about missing parenthesis with newer GLibMarco Trevisan (Treviño)2022-06-291-2/+3
| * arg-cache: Use a switch to select the not-introspectable errorMarco Trevisan (Treviño)2022-06-291-14/+32
* | Merge branch 'wip/andyholmes/update-logging-docs' into 'master'Philip Chimento2022-07-051-1/+10
|\ \
| * | doc: document the existence of the console object in GJSAndy Holmes2022-07-051-1/+10
| |/
* | Merge branch 'minijasmine-print-js-errors' into 'master'Philip Chimento2022-07-052-11/+30
|\ \
| * | minijasmine: Also Include 'excluded' tests to skipped onesMarco Trevisan (Treviño)2022-06-151-1/+2
| * | minijasmine: Comment error message lines instead of replacing newlinesMarco Trevisan (Treviño)2022-06-131-6/+3
| * | minijasmine: Print test JS errors output if anyMarco Trevisan (Treviño)2022-06-132-5/+26
* | | release: Copy NEWS from stable branchPhilip Chimento2022-07-041-0/+16
* | | Merge branch 'add_action_entries' into 'master'Philip Chimento2022-07-042-0/+117
|\ \ \
| * | | Add Gio.ActionMap.add_action_entries overrideSonny Piers2022-07-042-0/+117
* | | | Merge branch 'verbose-testing-setup' into 'master'Philip Chimento2022-07-032-4/+9
|\ \ \ \
| * | | | build: Do not use verbose GJS debug logging in tests by defaultMarco Trevisan (Treviño)2022-06-132-4/+9
| | |/ / | |/| |
* | | | Merge branch 'more-constexpr-args' into 'master'Philip Chimento2022-07-033-47/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | gi: Mark more functions using gjs_arg_* constexprMarco Trevisan (Treviño)2022-06-143-33/+32
| * | | gi/arg-inl: Mark the arg functions as constexprMarco Trevisan (Treviño)2022-06-131-14/+14
| |/ /
* | | Merge branch 'fix-callback-in-iface-leak' into 'master'Philip Chimento2022-07-031-8/+11
|\ \ \
| * | | arg-cache: Mark few more constructors as constexprMarco Trevisan (Treviño)2022-06-131-3/+4
| * | | arg-cache: Make explicit when BaseInfo is adding a referenceMarco Trevisan (Treviño)2022-06-131-5/+8
| * | | arg-cache: Do not leak an interface info structures on CallbacksMarco Trevisan (Treviño)2022-06-131-5/+4
| |/ /
* | | Merge branch 'props-fail-on-enum' into 'master'Philip Chimento2022-07-032-9/+23
|\ \ \ | |_|/ |/| |
| * | Widen org.gnome.GjsConsole permissionsSonny Piers2022-05-291-2/+8
| * | Make DBus session and system props non-enumerableSonny Piers2022-05-291-7/+15
* | | Merge branch 'expose-pretty-print-function-to-tests' into 'master'Philip Chimento2022-06-252-60/+75
|\ \ \ | |_|/ |/| |
| * | updated tests for prettyprint()Nasah2022-06-251-60/+56
| * | added get_pretty_print_function to print.cppNasah2022-06-251-0/+19
|/ /
* | Merge branch 'improve-pretty-print-output-for-gobject-introspections' into 'm...Philip Chimento2022-06-132-7/+28
|\ \
| * | Add check for GObject introspected objects to pretty-printNasah Kuma2022-06-132-7/+28
|/ /
* | Merge branch 'ci-ignore-safe-dir' into 'master'Philip Chimento2022-06-131-0/+8
|\ \ | |/ |/|
| * 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
|/
* Merge branch 'gbytes-mem-leak-fix' into 'master'Marco Trevisan2022-05-261-1/+1
|\
| * arg-cache: Use BoxedInTransferNone::release for GBytesInTransferNone::releasemsizanoen12022-05-251-1/+1
* | Merge branch 'wip/chergert/fix-sysprof-wrapper' into 'master'Philip Chimento2022-05-261-5/+5
|\ \ | |/ |/|
| * build: track changes to Sysprof meson optionsChristian Hergert2022-05-251-5/+5
|/
* Merge branch 'march-maintenance' into 'master'Philip Chimento2022-05-224-38/+218
|\
| * tests: Test conditions for returning FD list from async DBus methodPhilip Chimento2022-04-011-0/+20
| * tests: Add tests to testGDBus suite for fuller coverage of async/await APIPhilip Chimento2022-04-011-11/+132
| * arg-cache: Make TypeInfo::type_info() non-constPhilip Chimento2022-04-011-1/+4
| * arg: Refactor gjs_g_array_new_for_type() to take GITypeTagPhilip Chimento2022-04-011-15/+6
| * arg: Add is_string_type() helper functionPhilip Chimento2022-04-011-1/+5
| * build: Print a nice Meson summaryPhilip Chimento2022-04-011-10/+51
* | Merge branch 'locale-dockerfile-improvements' into 'master'Philip Chimento2022-04-302-2/+10
|\ \