summaryrefslogtreecommitdiffstats
path: root/qobject
Commit message (Expand)AuthorAgeFilesLines
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-293-1/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* qobject: Document more shortcomings in our number handlingEric Blake2019-11-292-3/+14
* qobject: Clean up includesPeter Maydell2019-11-2912-2/+12
* qapi: Convert QType into QAPI built-in enum typeEric Blake2019-11-291-2/+2
* qobject: Rename qtype_code to QTypeEric Blake2019-11-291-2/+1
* qobject: Simplify QObjectEric Blake2019-11-299-66/+48
* qjson: Limit number of tokens in addition to total sizeMarkus Armbruster2015-11-261-0/+2
* qjson: surprise, allocating 6 QObjects per token is expensivePaolo Bonzini2015-11-262-78/+56
* qjson: store tokens in a GQueuePaolo Bonzini2015-11-263-56/+36
* qjson: Convert to parser to recursive descentMarkus Armbruster2015-11-261-118/+47
* qjson: replace QString in JSONLexer with GStringPaolo Bonzini2015-11-262-18/+13
* qjson: Inline token_is_escape() and simplifyMarkus Armbruster2015-11-261-17/+15
* qjson: Inline token_is_keyword() and simplifyMarkus Armbruster2015-11-261-13/+7
* qjson: Give each of the six structural chars its own token typeMarkus Armbruster2015-11-263-46/+36
* qjson: Spell out some silent assumptionsMarkus Armbruster2015-11-261-1/+6
* qjson: Don't crash when input exceeds nesting limitMarkus Armbruster2015-11-261-2/+3
* qjson: Apply nesting limit more sanelyMarkus Armbruster2015-11-261-2/+1
* qstring: Make conversion from QObject * accept nullMarkus Armbruster2015-10-292-10/+5
* qlist: Make conversion from QObject * accept nullMarkus Armbruster2015-10-291-2/+1
* qfloat qint: Make conversion from QObject * accept nullMarkus Armbruster2015-10-293-12/+7
* qdict: Make conversion from QObject * accept nullMarkus Armbruster2015-10-291-3/+3
* qbool: Make conversion from QObject * accept nullMarkus Armbruster2015-10-292-10/+5
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Finally unused, clean upMarkus Armbruster2015-06-223-152/+0
* qobject: Use 'bool' inside qdictEric Blake2015-06-221-2/+2
* qobject: Use 'bool' for qboolEric Blake2015-06-224-10/+10
* qdict: Add qdict_{set,copy}_default()Kevin Wolf2015-06-121-0/+33
* qdict: Add qdict_array_entries()Kevin Wolf2015-06-121-4/+74
* json-parser: Accept 'null' in QMPEric Blake2015-05-111-0/+2
* qobject: Add a special null QObjectMarkus Armbruster2015-05-113-1/+33
* qobject: Clean up around qtype_codeMarkus Armbruster2015-05-111-2/+1
* qjson: Drop trailing space for pretty formattingMax Reitz2014-12-101-4/+6
* json-lexer: fix escaped backslash in single-quoted stringPaolo Bonzini2014-06-231-2/+2
* json-parser: drop superfluous assignment for token variableGonglei2014-06-111-13/+2
* qdict: Add qdict_join()Max Reitz2014-05-191-0/+32
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-251-1/+1
* qdict: Extract non-QDicts in qdict_array_split()Max Reitz2014-02-211-14/+46
* qapi: extend qdict_flatten() for QListsMax Reitz2014-01-221-6/+48
* qdict: Add qdict_array_split()Max Reitz2014-01-221-0/+37
* qerror: Remove assert_no_error()Peter Crosthwaite2014-01-061-8/+0
* Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori2013-12-061-4/+10
|\
| * qdict: Optimise qdict_do_flatten()Kevin Wolf2013-11-291-3/+7
| * qdict: Fix memory leak in qdict_do_flatten()Kevin Wolf2013-11-291-1/+3
* | qobject: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil2013-12-021-2/+2
|/
* qdict: Extract qdict_extract_subqdictBenoƮt Canet2013-09-251-0/+21
* Implement qdict_flatten()Kevin Wolf2013-07-261-0/+51
* qapi: Anonymous unionsKevin Wolf2013-07-261-0/+2
* json-parser: fix handling of large whole number valuesMichael Roth2013-05-231-3/+23
* qjson: to_json() case QTYPE_QSTRING is buggy, rewriteMarkus Armbruster2013-04-131-57/+45
OpenPOWER on IntegriCloud