summaryrefslogtreecommitdiff
path: root/json-glib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add various compiler and linker flags to the Meson buildEmmanuele Bassi2017-03-131-3/+16
* Annotate internal set_error() wrapperEmmanuele Bassi2017-03-131-0/+1
* Build API reference with MesonEmmanuele Bassi2017-03-131-1/+1
* Update the Meson buildEmmanuele Bassi2017-03-132-65/+70
* meson: Add support for building with the meson build systemThibault Saunier2017-03-133-0/+150
* Quell a compiler warningEmmanuele Bassi2017-03-131-1/+1
* Don't loose decimal in whole-double -> string conversiondjcb2017-03-133-2/+29
* json-glib: Remove unused symbolsThibault Saunier2017-03-131-19/+0
* Stop providing our own marshaller and use the generic oneThibault Saunier2017-03-134-31/+11
* Only seal arrays and objects when a parser is immutableEmmanuele Bassi2017-03-131-2/+4
* Allow empty string as object member nameDr. David Alan Gilbert2017-03-116-6/+17
* Add autoptr clean up definition for JsonSerializableEmmanuele Bassi2017-03-111-0/+4
* json-node: Clarify documentation on JsonNode getters for other typesPhilip Withnall2017-03-021-19/+38
* Fix translator commentsPiotr Drąg2017-01-284-7/+7
* MSVC builds: Improve introspection builds on MSVCChun-wei Fan2016-04-221-2/+24
* build: Clean up MSVC-related items in autotools build filesChun-wei Fan2016-04-221-36/+15
* json-types.h: Add missing JSON_AVAILABLE_IN_1_2Chun-wei Fan2016-04-191-0/+1
* node: Turn a g_debug() call into a JSON_NOTEEmmanuele Bassi2016-03-221-1/+8
* debug: Add flag for debugging nodesEmmanuele Bassi2016-03-222-2/+4