summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trivial: Return the correct type in g_return_val_if_fail()wip/hughsie/typecheckRichard Hughes2021-05-162-5/+5
* Update Galician translationFran Dieguez2021-02-241-15/+14
* Merge branch 'wip/issue-58' into 'master'Emmanuele Bassi2021-02-201-0/+2
|\
| * Do not leak memory for duplicate var assignmentRichard Hughes2021-02-201-0/+2
|/
* ci: Use a recent, non-EOL version of FedoraEmmanuele Bassi2021-02-091-1/+1
* ci: Use Meson sub-commandsEmmanuele Bassi2021-02-091-8/+7
* ci: Add git to the dependenciesEmmanuele Bassi2021-02-091-1/+1
* Post-release version bump to 1.6.3Emmanuele Bassi2021-02-091-1/+1
* Release 1.6.2 (stable)1.6.2Emmanuele Bassi2021-02-092-1/+4
* Merge branch 'handle-utf8-bom' into 'master'Emmanuele Bassi2020-12-314-1/+46
|\
| * parser: Ignore UTF-8 BOM if necessaryhandle-utf8-bomJan-Michael Brummer2020-12-314-1/+46
|/
* Merge branch 'fix-26' into 'master'Emmanuele Bassi2020-11-302-4/+27
|\
| * tests: Add surrogate pair testsJames Westman2020-11-301-0/+3
| * scanner: Fix crash on malformed surrogate pairsJames Westman2020-11-301-4/+24
* | Add Belarusian translationАляксей2020-11-282-0/+279
|/
* Merge branch 'reproducible-template' into 'master'Emmanuele Bassi2020-11-011-2/+2
|\
| * Fix build reproducibilityAlexander Kanavin2020-11-011-2/+2
|/
* Update Portuguese translationJuliano Camargo2020-09-111-100/+146
* Post-release version bump to 1.6.1Emmanuele Bassi2020-09-111-1/+1
* Release JSON-GLib 1.6.0 (stable)1.6.0Emmanuele Bassi2020-09-111-1/+1
* docs: Add missing index for 1.6 symbolsEmmanuele Bassi2020-09-071-0/+5
* Update Slovak translationDušan Kazik2020-09-041-45/+57
* Post-release version bump to 1.5.3Emmanuele Bassi2020-08-241-1/+1
* Release JSON-GLib 1.5.2 (release candidate)1.5.2Emmanuele Bassi2020-08-242-2/+24
* docs Use the relative location of the sourcesEmmanuele Bassi2020-08-241-4/+1
* docs: Ignore test utilitiesEmmanuele Bassi2020-08-241-0/+2
* docs: Add missing version macrosEmmanuele Bassi2020-08-241-0/+4
* Do not ignore _buildEmmanuele Bassi2020-08-241-1/+0
* Merge branch 'wip/ordered-iter' into 'master'Emmanuele Bassi2020-08-2414-80/+269
|\
| * Gracefully handle empty arrays and objectsEmmanuele Bassi2020-08-242-11/+14
| * build: Maintain Autotools compatibility on DarwinEmmanuele Bassi2020-08-242-8/+4
| * Properly detect multiple top level statementsEmmanuele Bassi2020-08-242-15/+13
| * Plug leaks in json-glib-formatEmmanuele Bassi2020-08-241-3/+14
| * build: Bring back JSON_ENABLE_DEBUGEmmanuele Bassi2020-08-241-0/+4
| * Document json_from_string() nullabilityEmmanuele Bassi2020-08-241-2/+2
| * Assert that foreach_member() won't mutate the objectEmmanuele Bassi2020-08-241-0/+5
| * Document the iteration order for foreach_member()Emmanuele Bassi2020-08-241-0/+3
| * Add ordered iterator for JsonObjectEmmanuele Bassi2020-08-245-10/+185
| * Use non-deprecated GObject constructor and typesEmmanuele Bassi2020-08-241-28/+23
| * build: Bump up the GLib dependencyEmmanuele Bassi2020-08-241-1/+1
| * build: Bump up the version of MesonEmmanuele Bassi2020-08-241-1/+1
| * build: Remove unnecessary argumentEmmanuele Bassi2020-08-241-1/+0
|/
* Merge branch 'clang11' into 'master'Emmanuele Bassi2020-08-241-1/+1
|\
| * scanner: use macro instead of cast to convert pointer to integerDimitry Andric2020-08-191-1/+1
* | Update Japanese translationsicklylife2020-08-211-9/+9
* | Update Japanese translationsicklylife2020-08-211-6/+6
|/
* Merge branch 'wip/smcv/default-symver' into 'master'Emmanuele Bassi2020-07-021-0/+1
|\
| * build: Add a symbol version to all exported symbolsSimon McVittie2020-07-011-0/+1
|/
* Merge branch 'memory-mapping' into 'master'Emmanuele Bassi2020-06-166-9/+138
|\
| * json-parser: Support loading files via memory mappingPhilip Withnall2020-06-096-0/+121