summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Prepare for 1.72.31.72.3gnome-42Philip Chimento2022-09-201-0/+6
* build: Pre-release version bumpPhilip Chimento2022-09-201-1/+1
* gi: Use new GObject Introspection callable APIEvan Welsh2022-08-304-20/+35
* release: Prepare for 1.72.21.72.2Philip Chimento2022-08-071-0/+9
* build: Pre-release version bumpPhilip Chimento2022-08-071-1/+1
* gi/arg-cache.cpp: Fix building on Visual StudioChun-wei Fan2022-07-211-1/+1
* doc: note the version `constructor()` became supportedAndy Holmes2022-07-211-0/+2
* doc: Reflect support for constructor with GObjectSonny Piers2022-07-215-14/+13
* release: Prepare for 1.72.11.72.1Philip Chimento2022-07-041-0/+16
* jsapi-util-strings: Ignore locale to compute the upper case of a charMarco Trevisan (Treviño)2022-07-042-3/+1
* arg-cache: Use BoxedInTransferNone::release for GBytesInTransferNone::releasemsizanoen12022-07-041-1/+1
* arg-cache: Mark few more constructors as constexprMarco Trevisan (Treviño)2022-07-041-3/+4
* arg-cache: Make explicit when BaseInfo is adding a referenceMarco Trevisan (Treviño)2022-07-041-5/+8
* arg-cache: Do not leak an interface info structures on CallbacksMarco Trevisan (Treviño)2022-07-041-5/+4
* test-ci: Ignore safe directory errors on CIMarco Trevisan (Treviño)2022-06-281-0/+3
* Fix codespellPhilip Chimento2022-06-281-1/+1
* profiler: Align types in function definition with header fileEvan Miller2022-03-191-2/+2
* value: Fix compilation error on DarwinEvan Miller2022-03-191-2/+2
* build: Post-release version bumpPhilip Chimento2022-03-191-1/+1
* release: Prepare for 1.72.01.72.0Philip Chimento2022-03-191-0/+5
* build: Post-release version bumpPhilip Chimento2022-03-051-1/+1
* release: Prepare for 1.71.901.71.90Philip Chimento2022-03-051-0/+19
* Merge branch 'ewlsh/march-maintenance' into 'master'Philip Chimento2022-03-064-48/+50
|\
| * eslint: Update eslint and eslint-plugin-jsdocEvan Welsh2022-03-052-42/+42
| * context: Log JavaScript errors in bootstrap code prior to exitingEvan Welsh2022-03-051-3/+6
| * module: Replace leftover call to FinishDynamicModuleImport_NoTLAEvan Welsh2022-03-051-3/+2
* | Merge branch 'february-maintenance' into 'master'Philip Chimento2022-03-067-66/+42
|\ \
| * | arg: Pass in GITypeTag to gjs_array_to_intarray()Philip Chimento2022-03-031-11/+5
| * | arg: Refactor create_hash_table_for_key_type() to take GITypeTagPhilip Chimento2022-03-031-5/+3
| * | arg: Refactor value_to_ghashtable_key() to take GITypeTagPhilip Chimento2022-03-031-9/+3
| * | arg: Fix returning false without throwing exceptionPhilip Chimento2022-03-032-1/+13
| * | js: Don't throw extra exception if JS_HasPropertyById() failsPhilip Chimento2022-03-032-11/+13
| * | examples: Delete Clutter examplePhilip Chimento2022-03-031-25/+0
| * | CI: Don't run cpplint on C filesPhilip Chimento2022-03-031-2/+2
| * | jsapi-util: Fix non-flat string messagePhilip Chimento2022-03-031-1/+2
| * | tests: Use Jasmine's toBeNaN() matcherPhilip Chimento2022-03-031-1/+1
| |/
* | Merge branch 'fix-package-run-from-source' into 'master'Philip Chimento2022-03-061-14/+14
|\ \ | |/ |/|
| * package: Reverse order of running-from-source checksPhilip Chimento2022-03-021-14/+14
|/
* Merge branch 'ewlsh/fix-interface-overrides' into 'master'Philip Chimento2022-02-262-5/+56
|\
| * gi: Store interface function overrides on the calling this objectEvan Welsh2022-02-262-5/+56
|/
* Merge branch 'nasah/convert-to-singleton-class' into 'master'Philip Chimento2022-02-247-55/+60
|\
| * native: Convert to singleton classNasah Kuma2022-02-247-55/+60
|/
* Merge branch 'unhandled-promises-wait' into 'master'Philip Chimento2022-02-235-12/+123
|\
| * context: Only show a critical error if unregistering an unknown promiseMarco Trevisan (Treviño)2022-02-221-4/+8
| * context: Only warn about unhandled promises when the job queue is flushedMarco Trevisan (Treviño)2022-02-225-8/+115
* | Merge branch 'handle-interface-instanceof' into 'master'Philip Chimento2022-02-223-5/+42
|\ \
| * | gi/interface: Cleanup includes, to make iwyu happyMarco Trevisan (Treviño)2022-02-211-3/+1
| * | interface: Return gracefully when comparing an interface with a primitiveMarco Trevisan (Treviño)2022-02-212-1/+16
| * | GObject: Support checking if a primitive is instance of an InterfaceMarco Trevisan (Treviño)2022-02-212-1/+25
* | | Merge branch '462-bigint-tests-32bit' into 'master'Philip Chimento2022-02-221-6/+2
|\ \ \ | |_|/ |/| |