summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gi: Allow directly allocating structs which contain pointersewlsh/allocate-nullptrsEvan Welsh2021-09-113-13/+79
* Merge branch 'ewlsh/fix-iwyu' into 'master'Philip Chimento2021-09-041-3/+1
|\
| * Fix IWYU CI job.ewlsh/fix-iwyuEvan Welsh2021-09-041-3/+1
|/
* Increase sanitizer timeout multiplierEvan Welsh2021-08-291-3/+3
* Merge branch '417-show-unhandled-rejections-on-system-exit' into 'master'Philip Chimento2021-08-283-3/+22
|\
| * function: Warn about unhandled promise rejections in System.exit()Philip Chimento2021-08-273-3/+22
|/
* Merge branch 'ewlsh/fix-ci-dassert' into 'master'Philip Chimento2021-08-261-1/+1
|\
| * Use g_assert_true in test toolsEvan Welsh2021-08-251-1/+1
|/
* Merge branch 'ewlsh/handle-native-enums' into 'master'Philip Chimento2021-08-262-3/+18
|\
| * gi: Assume native enums are signed, avoid asserting.Evan Welsh2021-08-252-3/+18
* | Merge branch 'ewlsh/fix-int64-conversion' into 'master'Philip Chimento2021-08-262-1/+47
|\ \
| * | gi: Convert GJS values to 64-bit GValue integersewlsh/fix-int64-conversionEvan Welsh2021-08-252-1/+47
| |/
* | Merge branch 'ewlsh/enable-pending-tests' into 'master'Philip Chimento2021-08-261-3/+21
|\ \
| * | gi: Enable pending tests which are now correctly handledEvan Welsh2021-08-251-3/+21
| |/
* | Merge branch 'ewlsh/fix-dynamic-imports-in-console' into 'master'Evan Welsh2021-08-261-5/+12
|\ \ | |/ |/|
| * esm: Guard debugging log which assumes importing privates are objectsEvan Welsh2021-08-251-5/+12
|/
* Merge branch 'ewlsh/return-null-for-pointers' into 'master'Philip Chimento2021-08-262-3/+8
|\
| * gi: Return null if return argument is a pointer typeEvan Welsh2021-08-252-3/+8
|/
* maint: Fix trailing spacesPhilip Chimento2021-08-251-1/+1
* Merge branch 'cppcheck-fix' into 'master'Philip Chimento2021-08-263-38/+12
|\
| * CI: Print versions of linters before each linter checkPhilip Chimento2021-08-251-0/+6
| * CI: Don't skip checks depending on what files were changedPhilip Chimento2021-08-251-30/+0
| * maint: Avoid bogus cppcheck warning about one-definition rulePhilip Chimento2021-08-251-7/+5
| * maint: Fix cppcheck warning about returning integer as pointerPhilip Chimento2021-08-251-1/+1
* | Merge branch 'ewlsh/fix-zero-terminated-string-arrays' into 'master'Philip Chimento2021-08-262-4/+15
|\ \ | |/ |/|
| * gi: Don't zero terminate strings passed for bytesewlsh/fix-zero-terminated-string-arraysEvan Welsh2021-08-242-4/+15
|/
* Merge branch 'ewlsh/eslint-v8' into 'master'Philip Chimento2021-08-228-261/+149
|\
| * Update ESLint to v8ewlsh/eslint-v8Evan Welsh2021-08-188-261/+149
|/
* release: Prepare for 1.69.21.69.2Philip Chimento2021-08-161-0/+47
* release: Add NEWS from stable release 1.68.3Philip Chimento2021-08-161-0/+13
* Merge branch 'ewlsh/whatwg-console' into 'master'Philip Chimento2021-08-1715-12/+1134
|\
| * modules: Implement console.clear()Evan Welsh2021-08-165-0/+48
| * util: Add console handling utilityEvan Welsh2021-08-164-11/+70
| * modules: Implement WHATWG console specificationEvan Welsh2021-08-168-1/+1013
| * Set quote_type in editorconfigEvan Welsh2021-08-161-0/+3
|/
* modules: Cleanup JSDoc, use ArrayBuffer.isView(), and use Object.definePropertyEvan Welsh2021-08-141-25/+20
* Merge branch 'cairo-surface-set-device' into 'master'Philip Chimento2021-08-152-2/+124
|\
| * cairo: Add Surface.getDeviceScale and Surface.getDeviceOffsetPhilip Chimento2021-08-142-1/+80
| * cairo-surface: Add setDevice{Offset,Scale} functionsDaniel van Vugt2021-08-141-1/+44
|/
* ci: Increase default timeout for additional testsEvan Welsh2021-08-141-1/+1
* Merge branch 'ignore-exceptions' into 'master'Philip Chimento2021-08-137-1/+50
|\
| * debugger: Add option to ignore caught exceptionsFlorian Müllner2021-08-137-1/+50
|/
* Merge branch 'ewlsh/glogfield-support' into 'master'Philip Chimento2021-08-136-5/+258
|\
| * overrides: Implement overrides for structured logging hookEvan Welsh2021-08-126-5/+258
* | Merge branch 'bind-property-full' into 'master'Philip Chimento2021-08-134-0/+98
|\ \
| * | Add override for g_object_bind_property_full()Florian Müllner2021-08-124-0/+98
* | | Merge branch 'g-error-new-literal' into 'master'Philip Chimento2021-08-132-11/+21
|\ \ \
| * | | overrides/GLib: Guard Error.new_literal against invalid domainsFlorian Müllner2021-08-112-11/+21
* | | | Merge branch 'msvc-x64' into 'master'Michael Catanzaro2021-08-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | text-encoding.cpp: Fix builds on 64-bit WindowsChun-wei Fan2021-08-121-1/+1
|/ / /