summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Prepare for 1.74.21.74.2gnome-43Philip Chimento2023-02-201-0/+12
* build: Pre-release version bumpPhilip Chimento2023-02-201-1/+1
* log: Fix an off-by-one buffer overflowValentin David2023-02-201-1/+2
* gobject: Guard against null JS wrapper in set/get propertyPhilip Chimento2023-02-202-0/+47
* tests: Avoid using char type in uniform_int_distribution<T> templatePhilip Chimento2023-02-201-0/+18
* function: Add missing includePhilip Chimento2023-02-201-1/+2
* release: Prepare for 1.74.11.74.1Philip Chimento2022-10-291-0/+10
* build: Pre-release version bumpPhilip Chimento2022-10-291-1/+1
* Gio: Promisify GDBusProxy.init_async by defaultMarco Trevisan (TreviƱo)2022-10-292-0/+52
* Merge branch 'wip/jtojnar/bug-template-404' into 'master'Philip Chimento2022-10-291-1/+1
|\
| * docs: Fix link in issue templateJan Tojnar2022-09-221-1/+1
* | Merge branch 'document-fileenumerator-iteration' into 'master'Philip Chimento2022-10-291-6/+55
|\ \
| * | doc: Document Gio.FileEnumerator iterationSonny Piers2022-10-291-6/+55
| |/
* | Merge branch 'readme-msvc-spaces' into 'master'Philip Chimento2022-10-291-9/+9
|\ \ | |/ |/|
| * doc: Fix Markdown formatting in README.MSVC.mdKisaragi Hiu2022-10-101-9/+9
|/
* release: Prepare for 1.74.01.74.0Philip Chimento2022-09-201-0/+34
* build: Version 1.73.90 skippedPhilip Chimento2022-09-201-1/+1
* Merge branch 'wip/andyholmes/gthread-override' into 'master'Philip Chimento2022-08-311-0/+23
|\
| * GLib: override GThread functionsAndy Holmes2022-08-281-0/+23
* | Merge branch 'wip/andyholmes/devdocs-scraper' into 'master'Philip Chimento2022-08-2821-699/+3046
|\ \ | |/ |/|
| * doc: reformat for better scraping with DevDocsAndy Holmes2022-08-1421-699/+3046
|/
* Merge branch 'update-home-doc' into 'master'Philip Chimento2022-08-132-7/+28
|\
| * doc: Update HomeSonny Piers2022-08-132-7/+28
|/
* Merge branch 'update-msvc-build-docs' into 'master'Philip Chimento2022-08-131-4/+18
|\
| * README.MSVC.md: Mention about introspection workaroundsChun-wei Fan2022-08-111-1/+3
| * README.MSVC.md: Update build instructionsChun-wei Fan2022-08-111-3/+15
|/
* Merge branch 'andyholmes/fix-http-example' into 'master'Philip Chimento2022-08-111-3/+9
|\
| * examples: support no content-length in http-client.jsAndy Holmes2022-08-081-3/+9
* | Merge branch '496-set-attribute' into 'master'Philip Chimento2022-08-102-0/+140
|\ \
| * | Gio: Add overrides for File.set_attribute and FileInfo.set_attributePhilip Chimento2022-08-082-0/+140
* | | Merge branch 'mozjs102-msvc' into 'master'Philip Chimento2022-08-103-5/+6
|\ \ \ | |/ / |/| |
| * | gjs-util.c: Fix building against GLib-2.68.x or laterChun-wei Fan2022-08-091-3/+3
| * | build: Require Visual Studio 2019 16.5.x or laterChun-wei Fan2022-08-092-2/+3
|/ /
* | Merge branch 'july-maintenance' into 'master'Philip Chimento2022-08-094-17/+25
|\ \ | |/ |/|
| * doc: Advise against modifying prototype of StringPhilip Chimento2022-08-071-4/+10
| * doc: Point to new bug blocking the deprecation of FormatPhilip Chimento2022-08-071-2/+2
| * CI: Fix comments in shell scriptPhilip Chimento2022-08-071-3/+2
| * engine: Use JS_InitWithFailureDiagnostic instead of JS_InitPhilip Chimento2022-08-071-6/+10
| * deprecation: Refer to TextDecoder in ByteArray toString messagePhilip Chimento2022-08-071-2/+1
* | build: Post-release version bumpPhilip Chimento2022-08-071-1/+1
* | release: Prepare for 1.73.21.73.2Philip Chimento2022-08-071-0/+29
* | release: Copy NEWS from stable branchPhilip Chimento2022-08-071-0/+9
|/
* Merge branch 'mozjs102' into 'master'Philip Chimento2022-08-0859-189/+248
|\
| * release: Add release notes for mozjs102Philip Chimento2022-08-071-0/+15
| * js: Update IWYU comments for jsapi.hPhilip Chimento2022-08-079-10/+10
| * js: Remove Gjs::maybe_get_private()Philip Chimento2022-08-077-26/+11
| * js: Replace JSFreeOp with JS::GCContextEvan Welsh2022-08-0718-41/+41
| * js: Add JSTracer* argument to JS_UpdateWeakPointerAfterGC()Evan Welsh2022-08-074-17/+21
| * js: Remove hasInstance member from JSClassOpsEvan Welsh2022-08-073-3/+0
| * js: Adapt to new JS::SafelyInitialized APIEvan Welsh2022-08-071-2/+2