summaryrefslogtreecommitdiff
path: root/tests/check-qjson.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-42/+42
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-20/+21
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+2
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+1
2017-09-04qlit: make qlit_equal_qobject return a boolMarc-André Lureau1-7/+7
2017-09-04qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()Marc-André Lureau1-7/+7
2017-09-04qlit: use QLit prefix consistentlyMarc-André Lureau1-20/+20
2017-09-04qlit: move qlit from check-qjson to qobject/Marc-André Lureau1-95/+1
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-3/+3
2017-06-20json: learn to parse uint64 numbersMarc-André Lureau1-0/+44
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-42/+49
2017-03-07check-qjson: Test errors from qobject_from_json()Markus Armbruster1-32/+56
2017-03-07qobject: Propagate parse errors through qobject_from_json()Markus Armbruster1-31/+31
2017-02-22tests: Don't check qobject_type() before qobject_to_qbool()Markus Armbruster1-18/+6
2017-02-22tests: Don't check qobject_type() before qobject_to_qfloat()Markus Armbruster1-10/+2
2017-02-22tests: Don't check qobject_type() before qobject_to_qint()Markus Armbruster1-19/+5
2017-02-22tests: Don't check qobject_type() before qobject_to_qstring()Markus Armbruster1-23/+8
2017-02-22check-qjson: Simplify around compare_litqobj_to_qobj()Markus Armbruster1-21/+1
2016-12-05tests: Avoid qobject_from_jsonf("%"PRId64)Eric Blake1-3/+3
2016-07-06qapi: Improve use of qmp/types.hEric Blake1-7/+1
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2015-11-26check-qjson: Add test for JSON nesting depth limitMarkus Armbruster1-0/+25
2015-06-22qobject: Use 'bool' for qboolEric Blake1-5/+6
2015-05-11json-parser: Accept 'null' in QMPEric Blake1-2/+13
2014-06-23json-lexer: fix escaped backslash in single-quoted stringPaolo Bonzini1-0/+7
2013-04-13qjson: to_json() case QTYPE_QSTRING is buggy, rewriteMarkus Armbruster1-116/+100
2013-04-13check-qjson: Test noncharacters other than U+FFFE, U+FFFF in stringsMarkus Armbruster1-12/+84
2013-04-13check-qjson: Improve a few comments, delete bogus onesMarkus Armbruster1-9/+13
2013-02-21check-qjson: More thorough testing of UTF-8 in stringsMarkus Armbruster1-0/+664
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-7/+7
2012-08-16check-qjson: add test for large JSON objectsMichael Roth1-0/+53
2012-03-30test makefile overhaulPaolo Bonzini1-0/+728