summaryrefslogtreecommitdiff
path: root/json-glib
Commit message (Expand)AuthorAgeFilesLines
* 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
* serializable: Fix default deserialization method.Jeremy Philippe2020-01-131-0/+9
* Merge branch 'dab_add_conditional_tests' into 'master'Emmanuele Bassi2020-01-131-1/+3
|\
| * meson: add tests optionStéphane Cerveau2020-01-091-1/+3
* | typo: parser -> parsedAlexandre Viau2020-01-101-1/+1
|/
* serializable: Add (nullable) annotationNiels De Graef2020-01-071-2/+2
* Annotate json_builder_new_immutable()Emmanuele Bassi2019-02-281-1/+1
* Change introspection option to feature typeXavier Claessens2019-01-071-2/+2
* Meson: Add glib fallbackXavier Claessens2019-01-071-2/+2
* docs: Clarify some expections of the json_object_get_*_member APIsDebarshi Ray2018-03-141-14/+24
* Refresh the build systemEmmanuele Bassi2018-03-132-69/+90
* Add `--output` option to json-glib-formatEmmanuele Bassi2018-03-131-10/+39
* Merge branch 'get-with-default' into 'master'Emmanuele Bassi2017-12-154-85/+198
|\
| * Add with_default() variant for JsonObject gettersEmmanuele Bassi2017-11-143-85/+178
| * Open the development cycle towards 1.6Emmanuele Bassi2017-11-141-0/+20
* | Merge branch 'leak-fix' into 'master'Emmanuele Bassi2017-12-154-1/+7
|\ \
| * | tests: Fix some memory leaks in the testsPhilip Withnall2017-12-153-1/+5
| * | json-parser: Fix a memory leak on two error handling pathsPhilip Withnall2017-12-151-0/+2
* | | Merge branch 'parsing-empty-string' into 'master'Emmanuele Bassi2017-12-152-10/+31
|\ \ \ | |/ / |/| |
| * | json-parser: Fix getting immutable root nodes from empty inputPhilip Withnall2017-12-152-10/+31
* | | json-node: Clarify documentation regarding programmer errorsPhilip Withnall2017-12-151-19/+33
|/ /
* | node: Use json_node_unref for the JsonNode autoptr cleanupRobert Ancell2017-12-061-1/+1
* | Update json-enum-types.h.inRavish Bhatia2017-11-141-1/+1
|/
* Use fuzzy comparison for floating point valuesEmmanuele Bassi2017-11-044-32/+14
* Add float comparison utility macros for testsEmmanuele Bassi2017-11-041-0/+21
* build: Clean up configuration optionsEmmanuele Bassi2017-09-121-1/+1
* build: Rework the introspection optionEmmanuele Bassi2017-09-051-0/+2
* Merge branch 'master-old'Emmanuele Bassi2017-07-108-81/+91
|\
| * generator: Add an GString-based methodGarrett Regier2017-06-162-11/+34
| * core: Avoid json_object_get_members()Garrett Regier2017-06-167-52/+47