summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wrap the test report information section inside an info elementtest-frameworkEmmanuele Bassi2008-04-031-2/+4
* Add value testing to the JsonNode unitEmmanuele Bassi2008-03-091-0/+29
* Add package and version information to the test-report XMLEmmanuele Bassi2008-03-051-0/+2
* Add JsonObject test unitEmmanuele Bassi2008-03-053-6/+75
* Add element removal unit to the Array testEmmanuele Bassi2008-03-051-0/+12
* Clean the test-report XML output, if foundEmmanuele Bassi2008-03-041-1/+1
* Update gitignore fileEmmanuele Bassi2008-03-041-10/+8
* Build test-serialize-fullEmmanuele Bassi2008-03-042-23/+41
* Rename test-08 into test-serialize-fullEmmanuele Bassi2008-03-041-0/+0
* Rename test-07 into test-serialize-complexEmmanuele Bassi2008-03-042-10/+23
* Fix compilation of test-serialize-simple and add it to the test suiteEmmanuele Bassi2008-03-042-2/+7
* Rename test-06 to test-serialize-simpleEmmanuele Bassi2008-03-041-0/+0
* Move test-06 to GTest APIEmmanuele Bassi2008-03-041-10/+18
* Coalesce JsonGenerator test cases into a single test unitEmmanuele Bassi2008-03-044-465/+403
* Append to EXTRA_DIST, since it was defined elsewhereEmmanuele Bassi2008-03-041-1/+1
* Update the READMEEmmanuele Bassi2008-03-041-0/+36
* Update gitignore fileEmmanuele Bassi2008-03-041-6/+5
* Add validation to the simple object test valuesEmmanuele Bassi2008-03-041-7/+24
* Add validation of the simple array test valuesEmmanuele Bassi2008-03-041-9/+31
* Add array-test to the JSON-GLib types unit testsEmmanuele Bassi2008-03-022-3/+57
* Coalesce test-03 into test-parserEmmanuele Bassi2008-03-023-445/+161
* Update the tests build to be a testing unitEmmanuele Bassi2008-03-021-34/+5
* Remove old, empty string testEmmanuele Bassi2008-03-021-57/+0
* Rename JsonParser test, and coaelesce basic parser and array testsEmmanuele Bassi2008-03-021-0/+262
* Port the empty string test to the GLib testing frameworkEmmanuele Bassi2008-03-021-9/+35
* Add a JsonNode copy test unitEmmanuele Bassi2008-03-021-0/+15
* Update Makefile templates to include the testing frameworkEmmanuele Bassi2008-03-024-6/+37
* Update gitignore fileEmmanuele Bassi2008-03-011-0/+4
* Add initial test suite support using GLib's new testing frameworkEmmanuele Bassi2008-03-016-3/+112
* 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