aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/qmi-codegen/Message.py
AgeCommit message (Expand)AuthorFilesLines
2016-02-10qmi-codegen: fix too-small transaction id in internal message codeDan Williams1-1/+1
2014-11-09qmi-codegen: use the new TLV builder APIAleksander Morgado1-5/+10
2012-12-17qmi-codegen: fix some python3 compatibility issuesDan Williams1-1/+1
2012-10-30qmi-codegen: validate TLV before really reading itAleksander Morgado1-7/+4
2012-10-10libqmi-glib,qmi-codegen: timed out operations will issue an ABORT messageAleksander Morgado1-2/+8
2012-10-09libqmi-glib,utils: make qmi_utils_str_hex() private to the libraryAleksander Morgado1-1/+1
2012-10-09qmi-codegen: request creator and response/indication parsers are privateAleksander Morgado1-43/+5
2012-10-09docs: improve generated `libqmi-glib' documentationAleksander Morgado1-1/+58
2012-10-09libmm-glib: fix multiple documentation issuesAleksander Morgado1-1/+1
2012-09-26message: swapped buffer/length variables in `qmi_message_get_tlv_printable()'Aleksander Morgado1-2/+2
2012-09-26message: renamed `qmi_message_tlv_foreach()' to `qmi_message_foreach_raw_tlv()'Aleksander Morgado1-4/+4
2012-09-18qmi-codegen: fix printable indicationsAleksander Morgado1-24/+29
2012-07-23qmi-codegen: allow indications without output TLVsAleksander Morgado1-101/+121
2012-07-23qmi-codegen: convert indication messages received into `QmiClient' signalsAleksander Morgado1-37/+47
2012-07-23qmi-codegen: trivial fix, renamed internal methodAleksander Morgado1-2/+2
2012-07-23qmi-codegen: support a new 'version' tag in the messagesAleksander Morgado1-0/+2
2012-07-05qmi-codegen: fix including message name on error stringAleksander Morgado1-1/+2
2012-07-03qmi-codegen: refactor, don't use internal packed structs to match TLVsAleksander Morgado1-10/+31
2012-07-03qmi-codegen: properly print a gsizeAleksander Morgado1-1/+1
2012-07-03qmi-codegen: pretty-print the structsAleksander Morgado1-2/+6
2012-07-03qmi-codegen: include struct TLV contents in printable stringsAleksander Morgado1-4/+19
2012-07-03qmi-codegen: improve message/TLV printabilityAleksander Morgado1-2/+116
2012-07-03qmi-codegen: improve input bundlesAleksander Morgado1-6/+58
2012-07-03qmi-codegen: allow specifying files with common typesAleksander Morgado1-3/+5
2012-07-03codegen: new `qmi-codegen' build utilityAleksander Morgado1-0/+180