aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/qmi-codegen/VariableInteger.py
AgeCommit message (Expand)AuthorFilesLines
2014-12-12qmi-codegen: fix public struct type generationAleksander Morgado1-4/+9
2014-11-09qmi-codegen: use the new TLV reader APIAleksander Morgado1-83/+31
2014-11-09qmi-codegen: use the new TLV builder APIAleksander Morgado1-40/+23
2014-10-08qmi-codegen: avoid buffer overlow in emit_input_tlv_add()Thomas Haller1-7/+39
2014-05-28qmi-codegen: handle 'gfloat' typesAleksander Morgado1-5/+12
2012-12-17qmi-codegen: fix some python3 compatibility issuesDan Williams1-1/+1
2012-11-02qmi-codegen: translate the values of enums/flags in tracesAleksander Morgado1-15/+38
2012-10-30qmi-codegen: validate TLV before really reading itAleksander Morgado1-0/+26
2012-10-29libqmi-glib,utils: no need to pass endianness when reading/writing single bytesAleksander Morgado1-10/+25
2012-10-23libqmi-glib,qmi-codegen: add endian-ness annotation capabilityDan Williams1-4/+14
2012-10-09docs: improve generated `libqmi-glib' documentationAleksander Morgado1-1/+14
2012-07-04qmi-codegen: handle uints of arbitrary sizesAleksander Morgado1-18/+63
2012-07-04qmi-codegen: handle 64-bit signed/unsigned integersAleksander Morgado1-8/+21
2012-07-03qmi-codegen: let variables decide how the getter/setter methods pass themAleksander Morgado1-7/+96
2012-07-03qmi-codegen: refactor, don't use internal packed structs to match TLVsAleksander Morgado1-0/+153