summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the JSON-GLib Vala bindingsworkEmmanuele Bassi2008-01-293-39/+38
* Remove % from the pkg-config file ruleEmmanuele Bassi2008-01-291-1/+1
* Remove json_parser_peek_root from the gtk-doc sectionsEmmanuele Bassi2008-01-291-1/+0
* Update after the JsonParser::get_root changeEmmanuele Bassi2008-01-294-8/+2
* Revert JsonParser::get_root semanticsEmmanuele Bassi2008-01-292-25/+2
* Use the normalized member name in has_memberEmmanuele Bassi2008-01-281-1/+1
* Extract the parser state clearing into its own functionEmmanuele Bassi2008-01-271-21/+30
* Wrap config.h include with conditionalsEmmanuele Bassi2007-12-255-0/+11
* Kill off a few indirectionsEmmanuele Bassi2007-12-251-11/+14
* Some miscellaneous fixes to the Vala bindingsEmmanuele Bassi2007-12-253-27/+85
* Provide a default implementation of JsonSerializableEmmanuele Bassi2007-12-251-88/+120
* Plug a leak when loading a new buffer with the same parserEmmanuele Bassi2007-12-251-0/+2
* Use gssize for the buffer length parameterEmmanuele Bassi2007-12-252-6/+6
* Initialise to zero when creating/copying a JsonNodeEmmanuele Bassi2007-12-251-4/+5
* Do not leak the intermediate strings when generating JSONEmmanuele Bassi2007-12-251-0/+6
* Do not free the pointer to the boxed type we get when serialisingEmmanuele Bassi2007-12-251-2/+0
* Add a simple Vala serialization exampleEmmanuele Bassi2007-11-221-0/+40
* Omit the lenght argument now that we provide a defaultEmmanuele Bassi2007-11-221-1/+1
* Fix the Vala bindingsEmmanuele Bassi2007-11-221-9/+11
* Recurse into the contrib directory only if Vala is availableEmmanuele Bassi2007-11-222-1/+10
* Update the test case for the Vala bindingsEmmanuele Bassi2007-11-211-2/+2
* Wrap the newly added API in the Vala bindingsEmmanuele Bassi2007-11-211-2/+6
* Add symbols of the newly committed APIEmmanuele Bassi2007-11-211-0/+3
* Add API to retrieve copies of the nodes inside objects and arraysEmmanuele Bassi2007-11-213-0/+62
* Fix leaks in the test suiteEmmanuele Bassi2007-11-215-1/+19
* Free the root node obtained using json_parser_get_root()Emmanuele Bassi2007-11-211-0/+2
* Change json_parser_get_root() semanticsEmmanuele Bassi2007-11-212-2/+26
* Add JSON-GLib Vala bindingsEmmanuele Bassi2007-11-215-1/+222
* Use a unicode character for the indent-char property of JsonGeneratorEmmanuele Bassi2007-11-212-9/+13
* Add the indent-char property to JsonGeneratorEmmanuele Bassi2007-11-211-14/+40
* Use G_TYPE_DOUBLE when dumping a value.Emmanuele Bassi2007-11-211-2/+2
* Test correct deserialization of enum valuesparse-enumsEmmanuele Bassi2007-11-201-7/+53
* Allow deserialization of strings into enums/flagsEmmanuele Bassi2007-11-201-0/+170
* Bump up to 0.5.0Emmanuele Bassi2007-11-131-1/+1
* Bump up to 0.4.0json-glib-0.4.0stable-0.4Emmanuele Bassi2007-11-132-1/+10
* Fix variable shadowing for distcheckEmmanuele Bassi2007-11-131-2/+2
* Add 0.4 symbols indexEmmanuele Bassi2007-11-131-0/+4
* Change "responsible" to "asked" in the (de)serialization functions docsEmmanuele Bassi2007-11-131-7/+8
* Add new symbols to the documentationEmmanuele Bassi2007-11-131-1/+6
* Merge branch 'gobject-deserialize' into workEmmanuele Bassi2007-11-1310-40/+650
|\
| * Use the fallback value-to-node generator even for serializablesgobject-deserializeEmmanuele Bassi2007-11-132-18/+12
| * Add test unit for the GObject deserializationEmmanuele Bassi2007-11-133-1/+296
| * Fix a couple of dumb typos in the GObject deserialization codeEmmanuele Bassi2007-11-131-2/+4
| * Update git ignore fileEmmanuele Bassi2007-11-131-0/+2
| * Add node-to-property simple fallback parser for deserializationEmmanuele Bassi2007-11-131-9/+85
| * Add the JsonGenerator:root propertyEmmanuele Bassi2007-11-131-2/+28
| * Fix member name in json_node_get_value_type()Emmanuele Bassi2007-11-131-1/+1
| * Add a GType for JsonNodeEmmanuele Bassi2007-11-132-2/+54
| * Initial implementation of GObject deserialization functionEmmanuele Bassi2007-11-103-14/+177
* | When parsing a full assignment, also swallow any trailing semi-colonEmmanuele Bassi2007-11-102-1/+12