summaryrefslogtreecommitdiff
path: root/qobject/qnum.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19qapi: Remove qobject_to_X() functionsMax Reitz1-11/+0
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-3/+3
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-11-17qapi: Add qobject_is_equal()Max Reitz1-0/+54
2017-06-20qnum: add uint typeMarc-André Lureau1-0/+64
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-0/+159