aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/qmi-codegen/Variable.py
Commit message (Expand)AuthorAgeFilesLines
* build: update copyright yearsAleksander Morgado2017-02-101-1/+1
* data: specify 'since' tags for all messages and TLVsAleksander Morgado2017-02-101-1/+1
* qmi-codegen: allow fields to be hidden with 'visible':'no'Dan Williams2016-10-061-0/+5
* qmi-codegen: avoid breaking API when defining strings in public structsAleksander Morgado2015-01-111-0/+12
* qmi-codegen: fix public struct type generationAleksander Morgado2014-12-121-1/+1
* qmi-codegen: use the new TLV reader APIAleksander Morgado2014-11-091-9/+2
* qmi-codegen: use the new TLV builder APIAleksander Morgado2014-11-091-1/+1
* qmi-codegen: avoid buffer overlow in emit_input_tlv_add()Thomas Haller2014-10-081-1/+1
* qmi-codegen python3: fix dict.has_key('key') to 'key' in dictShawn J. Goff2012-12-171-1/+1
* qmi-codegen: validate TLV before really reading itAleksander Morgado2012-10-301-0/+7
* libqmi-glib,qmi-codegen: add endian-ness annotation capabilityDan Williams2012-10-231-0/+9
* docs: improve generated `libqmi-glib' documentationAleksander Morgado2012-10-091-0/+12
* qmi-codegen: use `g_array_set_clear_func()' to clear array contentsAleksander Morgado2012-07-031-0/+8
* qmi-codegen: let variables decide how the getter/setter methods pass themAleksander Morgado2012-07-031-11/+41
* qmi-codegen: refactor, don't use internal packed structs to match TLVsAleksander Morgado2012-07-031-0/+93