summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow NULL as a value for strings, arrays and objectsjson-glib-0-10Emmanuele Bassi2010-09-253-18/+73
* Support for surrogate pairs in json string.Eiichi Sato2010-04-151-1/+15
* docs: Fix typoEmmanuele Bassi2010-04-151-1/+1
* Post-release version bump to 0.10.5Emmanuele Bassi2010-03-191-1/+1
* Release 0.10.40.10.4Emmanuele Bassi2010-03-192-1/+8
* parser: Refactor the JsonParser logicEmmanuele Bassi2010-03-191-288/+179
* JSON-GLib bug tracking system has been movedEmmanuele Bassi2010-03-192-2/+2
* generator: Use %g format for g_ascii_formatd()Emmanuele Bassi2010-03-191-1/+1
* tests: Add another trailing comma invalid testEmmanuele Bassi2010-03-051-1/+2
* tests: Add negative testsEmmanuele Bassi2010-03-051-0/+53
* parser: Improve strictnessEmmanuele Bassi2010-03-051-39/+78
* Post-release version bump to 0.10.3Emmanuele Bassi2010-02-261-2/+2
* Release 0.10.2 (stable snapshot)0.10.2Emmanuele Bassi2010-02-261-2/+2
* Update NEWS fileEmmanuele Bassi2010-02-261-0/+5
* docs: Fix the GBoxed registration exampleEmmanuele Bassi2010-01-241-5/+6
* Initialize every member of JsonObject on constructionEmmanuele Bassi2010-01-101-0/+1
* Post-release version bump to 0.10.1Emmanuele Bassi2009-12-291-1/+1
* Release 0.10.00.10.0Emmanuele Bassi2009-12-291-2/+2
* build: Enable introspection when distcheckingEmmanuele Bassi2009-12-291-1/+1
* Initialize out variables before using themVincent Untz2009-12-291-2/+2
* Post-release bump to 0.9.3Emmanuele Bassi2009-11-291-1/+1
* Release 0.9.2 (0.10.0-rc1)0.9.2Emmanuele Bassi2009-11-291-1/+1
* Update NEWSEmmanuele Bassi2009-11-291-0/+15
* docs: Fix annotation for json_gobject_to_data()Emmanuele Bassi2009-11-291-1/+1
* docs: Add missing to/from_data methodsEmmanuele Bassi2009-11-291-0/+2
* docs: Add release notes to the READMEEmmanuele Bassi2009-11-291-2/+10
* docs: Update the READMEEmmanuele Bassi2009-11-291-11/+16
* build: Clean up the configure summaryEmmanuele Bassi2009-11-291-7/+20
* build: Require G-I 0.6.4Emmanuele Bassi2009-11-291-1/+1
* docs: Fix argument name mismatchEmmanuele Bassi2009-11-281-1/+1
* build: Clean up json-glib/Makefile.am rulesEmmanuele Bassi2009-11-281-20/+4
* build: Fix out-of-tree enum types file generationEmmanuele Bassi2009-11-281-2/+2
* boxed: Split (de)serialization registrationEmmanuele Bassi2009-11-235-78/+114
* serializable: Make Serializable in charge of parsingTristan Van Berkom2009-11-121-2/+5
* serializable: Add methods proxying default implementationsEmmanuele Bassi2009-11-123-9/+115
* gobject: Add deprecation annotationsEmmanuele Bassi2009-11-121-2/+2
* build: Build without deprecationsEmmanuele Bassi2009-11-121-0/+1
* tests: Do not use deprecated APIEmmanuele Bassi2009-11-125-6/+6
* tests: Verify Serializable::serialize_property()Emmanuele Bassi2009-11-121-0/+32
* Doubles are converted to strings containing commasCornelius Hald2009-11-121-1/+6
* Update Introspection annotationsEmmanuele Bassi2009-11-124-30/+33
* build: Add more flags to the maintainer cflags listEmmanuele Bassi2009-11-121-1/+3
* enum-types: Put back a missing staticEmmanuele Bassi2009-11-121-1/+1
* object: Return values list in insertion orderEmmanuele Bassi2009-10-301-48/+7
* tests: Verify parsing bare valuesMathias Hasselmann2009-10-291-5/+33
* parser: Advance when parsing bare valuesEmmanuele Bassi2009-10-291-0/+1
* introspection: Fix the GIR generationEmmanuele Bassi2009-10-281-3/+8
* gobject: Use from/to data naming conventionEmmanuele Bassi2009-10-282-4/+69
* gobject: Uniform JSON<->GObject mapping codeEmmanuele Bassi2009-10-283-35/+61
* docs: Add long descriptionsEmmanuele Bassi2009-10-282-5/+49