aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/qmi-codegen/Variable.py
AgeCommit message (Expand)AuthorFilesLines
2016-10-06qmi-codegen: allow fields to be hidden with 'visible':'no'Dan Williams1-0/+5
2015-01-11qmi-codegen: avoid breaking API when defining strings in public structsAleksander Morgado1-0/+12
2014-12-12qmi-codegen: fix public struct type generationAleksander Morgado1-1/+1
2014-11-09qmi-codegen: use the new TLV reader APIAleksander Morgado1-9/+2
2014-11-09qmi-codegen: use the new TLV builder APIAleksander Morgado1-1/+1
2014-10-08qmi-codegen: avoid buffer overlow in emit_input_tlv_add()Thomas Haller1-1/+1
2012-12-17qmi-codegen python3: fix dict.has_key('key') to 'key' in dictShawn J. Goff1-1/+1
2012-10-30qmi-codegen: validate TLV before really reading itAleksander Morgado1-0/+7
2012-10-23libqmi-glib,qmi-codegen: add endian-ness annotation capabilityDan Williams1-0/+9
2012-10-09docs: improve generated `libqmi-glib' documentationAleksander Morgado1-0/+12
2012-07-03qmi-codegen: use `g_array_set_clear_func()' to clear array contentsAleksander Morgado1-0/+8
2012-07-03qmi-codegen: let variables decide how the getter/setter methods pass themAleksander Morgado1-11/+41
2012-07-03qmi-codegen: refactor, don't use internal packed structs to match TLVsAleksander Morgado1-0/+93