summaryrefslogtreecommitdiffstats
path: root/qobject/qstring.c
Commit message (Expand)AuthorAgeFilesLines
* include/qapi: add g_autoptr support for qobject typesMarc-André Lureau2022-04-061-0/+5
* qobject: Make QString immutableMarkus Armbruster2020-12-191-63/+2Star
* qobject: Drop qstring_get_try_str()Markus Armbruster2020-12-191-10/+0Star
* qobject: Drop qobject_get_try_str()Markus Armbruster2020-12-191-11/+0Star
* qobject: Move internals to qobject-internal.hMarkus Armbruster2020-12-191-0/+1
* Revert "qstring: add qstring_free()"Markus Armbruster2020-12-191-22/+5Star
* qobject: Use GString instead of QString to accumulate JSONMarkus Armbruster2020-12-191-0/+19
* qstring: add qstring_free()Marc-André Lureau2020-01-241-5/+22
* qobject: Drop superfluous includes of qemu-common.hMarkus Armbruster2018-08-241-1/+0Star
* qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster2018-07-281-3/+3
* qstring: Assert size calculations don't overflowMarkus Armbruster2018-07-281-1/+5
* qstring: Fix qstring_from_substr() not to provoke int overflowliujunjie2018-07-281-1/+1
* qobject: introduce qobject_get_try_str()Peter Xu2018-03-191-0/+11
* qobject: introduce qstring_get_try_str()Peter Xu2018-03-191-0/+10
* qapi: Remove qobject_to_X() functionsMax Reitz2018-03-191-11/+0Star
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-3/+3
* Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* qapi: Add qobject_is_equal()Max Reitz2017-11-171-0/+9
* qobject: Clean up includesPeter Maydell2016-02-041-0/+1
* qobject: Simplify QObjectEric Blake2015-12-171-9/+2Star
* qstring: Make conversion from QObject * accept nullMarkus Armbruster2015-10-291-2/+2
* qstring: add qstring_get_length()Luiz Capitulino2013-04-051-0/+8
* build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini2013-01-121-0/+141