summaryrefslogtreecommitdiff
path: root/json-glib
Commit message (Expand)AuthorAgeFilesLines
* Drop usage of raw g_assert in reader test in favor of g_assert_*()Frederic Martinsons2022-10-1114-163/+164
* json-glib/json-builder.c:Farzin2022-02-151-1/+1
* Merge branch 'safe-node-init' into 'master'Emmanuele Bassi2021-10-092-6/+20
|\
| * applied suggest changetallua2021-10-101-2/+0
| * Apply 2 suggestion(s) to 1 file(s)Emmanuele Bassi2021-10-091-6/+2
| * Apply 1 suggestion(s) to 1 file(s)Emmanuele Bassi2021-10-091-1/+1
| * remove/add whitespace for coding conventiontallua2021-10-101-2/+1
| * uncomment codetallua2021-04-061-1/+1
| * set node->data pointer to null when unsettallua2021-04-062-0/+21
* | doc: Add missing symbolEmmanuele Bassi2021-06-111-0/+9
* | Update the JSON/GObject API documentationEmmanuele Bassi2021-06-101-11/+13
* | Update the node documentationEmmanuele Bassi2021-06-103-182/+199
* | Update the JSON/GVariant API documentationEmmanuele Bassi2021-06-101-3/+3
* | Update the JsonObject documentationEmmanuele Bassi2021-06-101-83/+86
* | Update the JsonArray documentationEmmanuele Bassi2021-06-101-23/+23
* | Update the documentation of the utility APIEmmanuele Bassi2021-06-101-7/+6
* | Update the JsonParser documentationEmmanuele Bassi2021-06-102-78/+111
* | Update the documentation for the GObject integration APIEmmanuele Bassi2021-06-101-41/+41
* | Update the documentation of the versioning macrosEmmanuele Bassi2021-06-102-13/+34
* | Update the JsonSerializable documentationEmmanuele Bassi2021-06-101-62/+69
* | Update the JsonPath documentationEmmanuele Bassi2021-06-102-46/+45
* | Update the JsonReader documentationEmmanuele Bassi2021-06-102-101/+156
* | Update the JsonGenerator documentationEmmanuele Bassi2021-06-101-34/+35
* | Update the documentation for the GBoxed APIEmmanuele Bassi2021-06-082-30/+74
* | Update JsonBuilder documentationEmmanuele Bassi2021-06-081-78/+114
* | Merge branch 'gidocgen' into 'master'Emmanuele Bassi2021-06-0822-861/+734
|\ \
| * | Remove `volatile` from enum registration templateEmmanuele Bassi2021-06-081-1/+1
| * | build: Be strict when generating introspectionEmmanuele Bassi2021-06-081-1/+2
| * | docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-0820-859/+731
| |/
* | trivial: Return the correct type in g_return_val_if_fail()wip/hughsie/typecheckRichard Hughes2021-05-162-5/+5
|/
* Do not leak memory for duplicate var assignmentRichard Hughes2021-02-201-0/+2
* parser: Ignore UTF-8 BOM if necessaryhandle-utf8-bomJan-Michael Brummer2020-12-314-1/+46
* tests: Add surrogate pair testsJames Westman2020-11-301-0/+3
* scanner: Fix crash on malformed surrogate pairsJames Westman2020-11-301-4/+24
* Fix build reproducibilityAlexander Kanavin2020-11-011-2/+2
* Gracefully handle empty arrays and objectsEmmanuele Bassi2020-08-242-11/+14
* build: Maintain Autotools compatibility on DarwinEmmanuele Bassi2020-08-241-0/+1
* Properly detect multiple top level statementsEmmanuele Bassi2020-08-242-15/+13
* Plug leaks in json-glib-formatEmmanuele Bassi2020-08-241-3/+14
* 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-244-10/+183
* Use non-deprecated GObject constructor and typesEmmanuele Bassi2020-08-241-28/+23
* build: Remove unnecessary argumentEmmanuele Bassi2020-08-241-1/+0
* scanner: use macro instead of cast to convert pointer to integerDimitry Andric2020-08-191-1/+1
* json-parser: Support loading files via memory mappingPhilip Withnall2020-06-095-0/+120
* tests: Factor out a helper functionPhilip Withnall2020-06-091-9/+17
* json-gvariant: Fix poorly written patch in 212f925Robert Ancell2020-04-071-6/+9
* json-gvariant: Stop string to GVariant conversion failing due to unrelated er...Robert Ancell2020-04-061-7/+26