summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * js: Adapt to new JS::PropertyKey APIEvan Welsh2022-08-076-14/+14
| * engine: Adjust JS engine options for mozjs102Evan Welsh2022-08-071-6/+1
| * js: Various functions moved out of jsapi.hPhilip Chimento2022-08-0740-34/+97
| * build: Build with mozjs102Evan Welsh2022-08-075-36/+36
|/
* Merge branch 'FileEnumator-iterator' into 'master'Philip Chimento2022-08-072-0/+90
|\
| * Make GFileEnumerator iterable and async iterableSonny Piers2022-08-072-0/+90
* | Merge branch 'mozjs102prep' into 'master'Philip Chimento2022-08-0727-124/+196
|\ \ | |/ |/|
| * CI: Work around IWYU bugPhilip Chimento2022-08-061-1/+2
| * CI: Build mozjs102 imagesPhilip Chimento2022-08-061-0/+14
| * CI: No need to use mozjs78 builddeps for mozjs91 jobPhilip Chimento2022-08-061-2/+0
| * js: Replace class private pointers with reserved slotsPhilip Chimento2022-08-0622-79/+155
| * cairo-context: Move $dispose() implementation inside CairoContext classPhilip Chimento2022-08-061-7/+2
| * boxed: Adapt to namespaced SetReservedSlot APIEvan Welsh2022-08-061-1/+2
| * object: Add constructor argumentEvan Welsh2022-08-061-1/+1
| * global: Combine compilation and execution in bootstratpPhilip Chimento2022-08-061-5/+1
| * js: Use length overload of JS::NewArrayObject()Evan Welsh2022-08-061-10/+3
| * boxed: Replace use of JS_AtomizeAndPinJSString()Evan Welsh2022-08-061-2/+1
| * js: Use JS::PropertyKey::isVoidEvan Welsh2022-08-067-17/+16
|/
* Merge branch 'document-bytearray-deprecations' into 'master'Philip Chimento2022-08-062-1/+30
|\
| * doc: Document byteArray deprecation and migrationSonny Piers2022-08-062-1/+30
|/
* Merge branch 'andyholmes/gtk4-frameclock-example' into 'master'Philip Chimento2022-08-061-0/+93
|\
| * doc: add simple Gtk.TickCallback exampleAndy Holmes2022-08-061-0/+93
* | Merge branch 'bind-full' into 'master'Philip Chimento2022-08-064-0/+66
|\ \ | |/ |/|
| * Add override for g_binding_group_bind_full()Florian Müllner2022-08-034-0/+66
* | Merge branch 'modernize-examples' into 'master'Philip Chimento2022-08-0620-125/+191
|\ \ | |/ |/|
| * doc: Modernize examplesSonny Piers2022-08-0520-125/+191
|/
* Merge branch 'gtype-crash' into 'master'Philip Chimento2022-08-021-1/+1
|\
| * gi/function: Fix condition in set_ffi_arg()Florian Müllner2022-08-011-1/+1
|/
* Merge branch 'bump-ci-image' into 'master'Philip Chimento2022-08-0223-82/+74
|\
| * CI: Add missing files to IWYU scriptPhilip Chimento2022-07-266-36/+46
| * CI: Fix bug in IWYU process scriptPhilip Chimento2022-07-251-1/+1
| * maint: Bring headers in line with IWYU 0.18Philip Chimento2022-07-2517-44/+26
| * CI: Update pinned CI imagePhilip Chimento2022-07-241-1/+1
|/
* Merge branch 'fix-ci-image' into 'master'Philip Chimento2022-07-253-2/+4
|\
| * 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
|/
* Merge branch 'use-vector-for-closures' into 'master'Philip Chimento2022-07-253-16/+14
|\
| * object: Use std::vector to hold Objects GClosure'sMarco Trevisan (Treviño)2022-06-143-16/+14
* | Merge branch 'bump-ci-image' into 'master'Philip Chimento2022-07-2534-40/+136
|\ \
| * | CI: Ignore container-build-report.xmlPhilip Chimento2022-07-241-0/+2
| * | maint: Fix IWYU includes in files that previously failedPhilip Chimento2022-07-2427-1/+77
| * | CI: Handle precompiled headers in iwyu command linePhilip Chimento2022-07-241-3/+5
| * | maint: Remove workaround for fixed cppcheck bugPhilip Chimento2022-07-241-3/+1
| * | maint: Define additional macro for cppcheckPhilip Chimento2022-07-241-0/+1
| * | maint: Avoid bogus cppcheck warning with if constexprPhilip Chimento2022-07-241-0/+3
| * | maint: Avoid bogus cppcheck warning about missing return with enable_if_tPhilip Chimento2022-07-241-18/+9
| * | CI: Bump Alpine imagePhilip Chimento2022-07-241-2/+2
| * | CI: Rebuild CI image on Fedora 36Philip Chimento2022-07-243-13/+36
* | | Merge branch 'integrate-pretty-print-to-debugger' into 'master'Philip Chimento2022-07-256-69/+27
|\ \ \