summaryrefslogtreecommitdiff
path: root/json-glib
Commit message (Expand)AuthorAgeFilesLines
* generator: ensure valid output double exponential notationMark Nauwelaerts2023-01-262-1/+34
* Merge branch 'serializable-docs' into 'master'Emmanuele Bassi2022-10-181-0/+3
|\
| * serializable: Improve wording of `construct-only` properties commentEmmanuele Bassi2022-10-121-1/+2
| * serializable: Document behaviour for `construct-only` propertiesMatt Jakeman2022-02-061-0/+2
* | Replace g_print with g_test_messageEmmanuele Bassi2022-10-1310-443/+212
* | Merge branch 'fix-deserialize-data-memory-leak' into 'master'Emmanuele Bassi2022-10-111-1/+4
|\ \
| * | fix deserialize data memory leakGeoffrey Van Landeghem2022-10-111-1/+4
* | | Merge branch 'coverity-leak' into 'master'Emmanuele Bassi2022-10-112-9/+9
|\ \ \
| * | | builder,parser: Use g_assert for sanity checksRay Strode2021-10-192-9/+9
| | |/ | |/|
* | | Add new api json_reader_get_current_nodeFrederic Martinsons2022-10-113-0/+60
* | | Initialise all missing struct fieldsEmmanuele Bassi2022-10-112-38/+52
* | | Drop or mark unused parametersEmmanuele Bassi2022-10-119-24/+29
* | | Fix sign comparison warningsEmmanuele Bassi2022-10-1110-58/+34
* | | Add 1.8 version macrosEmmanuele Bassi2022-10-111-0/+32
* | | 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