summaryrefslogtreecommitdiff
path: root/json-glib
Commit message (Expand)AuthorAgeFilesLines
* json-gvariant: Stop string to GVariant conversion failing due to unrelated er...Robert Ancell2020-04-071-11/+33
* tests: Fix some memory leaks in the testsPhilip Withnall2018-03-133-1/+5
* json-parser: Fix a memory leak on two error handling pathsPhilip Withnall2018-03-131-0/+2
* json-parser: Fix getting immutable root nodes from empty inputPhilip Withnall2018-03-132-10/+31
* json-node: Clarify documentation regarding programmer errorsPhilip Withnall2018-03-131-19/+33
* node: Use json_node_unref for the JsonNode autoptr cleanupRobert Ancell2018-03-131-1/+1
* Update json-enum-types.h.inRavish Bhatia2018-03-131-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
| * object: Use a GQueue for members_orderedGarrett Regier2017-06-162-19/+11
* | gobject: Ignore deprecation warning for g_object_newv()Emmanuele Bassi2017-07-101-0/+2
* | build: Test all common compiler and linker flagsEmmanuele Bassi2017-07-101-12/+1
* | build: Silence the introspection scannerEmmanuele Bassi2017-07-101-0/+1
* | build: Coding style clean upsEmmanuele Bassi2017-07-101-9/+9
* | build: Clean up the hard-coded API version numbersEmmanuele Bassi2017-07-102-8/+8
|/
* build: Move ancillary build scripts to a separate directoryEmmanuele Bassi2017-06-032-22/+0
* build: Clean up installed tests rulesEmmanuele Bassi2017-06-031-8/+10
* build: Don't copy test data in the build directoryEmmanuele Bassi2017-04-011-9/+6
* build: Use the Meson 'python3' moduleEmmanuele Bassi2017-04-011-1/+1
* build: Fix the installed test wrapper fileEmmanuele Bassi2017-03-291-1/+1
* docs: Clarify when NULL might be returnedMatthew Leeds2017-03-181-13/+14
* utils/json_from_string: Don't reset user-provided error argumentHeinrich Fink2017-03-181-1/+0
* introspection: fix nullable annotation for return values in the following met...Alberto Ruiz2017-03-185-23/+34
* tests: Add unit for JsonReader NULL value checksEmmanuele Bassi2017-03-181-0/+28
* reader: Make json_reader_get_value return a value for the null type. This mat...Robert Ancell2017-03-181-1/+1
* docs: Fix array subsets descriptionAllin Cottrell2017-03-181-2/+2
* docs: Use appropriate markdown for literalsEmmanuele Bassi2017-03-181-8/+8
* generator: Avoid multiple buffer allocationsGarrett Regier2017-03-181-187/+67
* parser: Use g_steal_pointer()Emmanuele Bassi2017-03-181-8/+2
* core: Add json_parser_steal_root()Ole André Vadla Ravnås2017-03-182-0/+28
* core: Optimize json_from_string() to avoid copyOle André Vadla Ravnås2017-03-181-1/+1
* Add version macros for 1.4Emmanuele Bassi2017-03-181-0/+16
* Drop Autotools build systemEmmanuele Bassi2017-03-183-229/+0
* Use Unicode in translatable stringsPiotr Drąg2017-03-186-27/+27
* doc: Use 'plain' language for JSON snippetsEmmanuele Bassi2017-03-181-3/+4
* build: Really require the same pkg-config modulesEmmanuele Bassi2017-03-131-1/+1
* build: Require the same modules for Meson and AutotoolsEmmanuele Bassi2017-03-132-2/+2
* Fix the generated pkg-config file with MesonEmmanuele Bassi2017-03-131-1/+1
* build: Add missing argument to the introspection scannerEmmanuele Bassi2017-03-131-10/+16
* Ensure that introspection scans all the headersEmmanuele Bassi2017-03-131-6/+6
* build: Reduce the internal dependenciesEmmanuele Bassi2017-03-131-8/+10
* Add missing header in the Meson file listingEmmanuele Bassi2017-03-131-0/+1
* Remove dependency on json-version.hEmmanuele Bassi2017-03-131-11/+11
* Install testsEmmanuele Bassi2017-03-132-1/+41
* build: install toolsIgor Gnatenko2017-03-131-1/+1