summaryrefslogtreecommitdiff
path: root/build-aux/qmi-codegen/VariableString.py
AgeCommit message (Expand)AuthorFilesLines
2016-10-06qmi-codegen: allow fields to be hidden with 'visible':'no'Dan Williams1-0/+18
2015-01-11qmi-codegen: avoid breaking API when defining strings in public structsAleksander Morgado1-6/+38
2014-12-12qmi-codegen: fix printing contents of structs with fixed sized stringsAleksander Morgado1-2/+4
2014-12-12qmi-codegen: fix public struct type generationAleksander Morgado1-1/+1
2014-11-09qmi-codegen: use the new TLV reader APIAleksander Morgado1-99/+20
2014-11-09qmi-codegen: use the new TLV builder APIAleksander Morgado1-31/+17
2014-10-08qmi-codegen: avoid buffer overlow in emit_input_tlv_add()Thomas Haller1-11/+18
2014-10-08qmi-codegen: ensure enough buffer available to read string/array size variableAleksander Morgado1-2/+16
2013-03-07dms: activation code string needs explicit 1-byte length prefixAleksander Morgado1-5/+5
2012-11-02qmi-codegen: fix computation of expected TLV length when using stringsAleksander Morgado1-2/+2
2012-10-30qmi-codegen: validate TLV before really reading itAleksander Morgado1-0/+39
2012-10-09docs: improve generated `libqmi-glib' documentationAleksander Morgado1-1/+22
2012-09-19qmi-codegen: for strings, use 'size-prefix-format' instead of 'length-prefix-...Aleksander Morgado1-4/+7
2012-09-08qmi-codegen: handle variable-sized string length prefix fieldsDan Williams1-8/+16
2012-09-04qmi-codegen: allow 'max-size' in output string variablesAleksander Morgado1-0/+4
2012-07-06qmi-codegen: allow specifying a 'max-size' for the string variablesAleksander Morgado1-1/+18
2012-07-06qmi-codegen: allow specifying a 'fixed-size' for the string variablesAleksander Morgado1-48/+127
2012-07-03qmi-codegen: let variables decide how the getter/setter methods pass themAleksander Morgado1-8/+85
2012-07-03qmi-codegen: refactor, don't use internal packed structs to match TLVsAleksander Morgado1-0/+142