summaryrefslogtreecommitdiff
path: root/qobject
Commit message (Expand)AuthorAgeFilesLines
* include/qapi: add g_autoptr support for qobject typesMarc-André Lureau2022-04-066-0/+30
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* block-qdict: Fix -Werror=maybe-uninitialized build failureMurilo Opsfelder Araujo2022-03-211-2/+2
* qobject: braces {} are necessary for all arms of this statementZhang Han2021-02-041-2/+4
* qobject: spaces required around that operatorsZhang Han2021-02-041-2/+2
* qobject: code indent should never use tabsZhang Han2021-02-041-2/+2
* qobject: open brace '{' following struct go on the same lineZhang Han2021-02-042-4/+2
* qobject: Make QString immutableMarkus Armbruster2020-12-191-63/+2
* json: Use GString instead of QString to accumulate stringsMarkus Armbruster2020-12-191-15/+15
* qobject: Factor JSON writer out of qobject_to_json()Markus Armbruster2020-12-194-100/+280
* qobject: Factor quoted_str() out of to_json()Markus Armbruster2020-12-191-56/+54
* qobject: Drop qstring_get_try_str()Markus Armbruster2020-12-191-10/+0
* qobject: Drop qobject_get_try_str()Markus Armbruster2020-12-191-11/+0
* qobject: Move internals to qobject-internal.hMarkus Armbruster2020-12-198-0/+46
* Revert "qstring: add qstring_free()"Markus Armbruster2020-12-191-22/+5
* qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster2020-12-191-3/+3
* qobject: Use GString instead of QString to accumulate JSONMarkus Armbruster2020-12-192-47/+57
* qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster2020-12-191-11/+5
* qobject: Fix qnum_to_string() to use sufficient precisionMarkus Armbruster2020-12-191-21/+3
* json: Fix a memleak in parse_pair()Alex Chen2020-11-171-6/+6
* qemu/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-212-3/+3
* qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()Markus Armbruster2020-04-302-53/+20
* qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() insteadMarkus Armbruster2020-04-302-52/+23
* qobject: Factor out helper json_pretty_newline()Markus Armbruster2020-04-301-24/+16
* json: Fix check for unbalanced right curly braceSimran Singhal2020-04-071-1/+1
* qstring: add qstring_free()Marc-André Lureau2020-01-241-5/+22
* json: Move switch 'fall through' comment to correct placePhilippe Mathieu-Daudé2019-08-211-1/+1
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-1/+1
* json: Fix off-by-one assert check in next_state()Liam Merwick2019-03-261-1/+1
* json: Fix % handling when not interpolatingChristophe Fergeau2019-01-241-4/+6
* json: Fix to reject duplicate object member namesMarkus Armbruster2018-12-131-0/+5
* qobject: Catch another straggler for use of qdict_put_str()Philippe Mathieu-Daudé2018-10-261-1/+1
* json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIPMarkus Armbruster2018-09-242-18/+5
* json: Eliminate lexer state IN_ERRORMarkus Armbruster2018-09-242-8/+9
* json: Nicer recovery from lexical errorsMarkus Armbruster2018-09-241-14/+29
* json: Make lexer's "character consumed" logic less confusingMarkus Armbruster2018-09-242-11/+17
* json: Clean up how lexer consumes "end of input"Markus Armbruster2018-09-241-8/+9
* json: Fix lexer for lookahead character beyond '\x7F'Markus Armbruster2018-09-241-1/+1
* json: Update references to RFC 7159 to RFC 8259Markus Armbruster2018-08-241-1/+1
* json: Support %% in JSON strings when interpolatingMarkus Armbruster2018-08-241-1/+2
* json: Improve safety of qobject_from_jsonf_nofail() & friendsMarkus Armbruster2018-08-241-2/+10
* json: Keep interpolation state in JSONParserContextMarkus Armbruster2018-08-241-29/+30
* json: Clean up headersMarkus Armbruster2018-08-245-9/+58
* qobject: Drop superfluous includes of qemu-common.hMarkus Armbruster2018-08-248-8/+0
* json: Make JSONToken opaque outside json-parser.cMarkus Armbruster2018-08-242-7/+20
* json: Unbox tokens queue in JSONMessageParserMarkus Armbruster2018-08-242-20/+11
* json: Streamline json_message_process_token()Markus Armbruster2018-08-241-8/+5
* json: Enforce token count and size limits more tightlyMarkus Armbruster2018-08-241-18/+18
* qjson: Have qobject_from_json() & friends reject empty and blankMarkus Armbruster2018-08-241-0/+4