summaryrefslogtreecommitdiff
path: root/build-aux/qmi-codegen/Message.py
Commit message (Expand)AuthorAgeFilesLines
* build-aux,codegen: publish response/indication parsers in the APIAleksander Morgado2022-10-281-3/+36
* libqmi-glib: avoid hiding "value" field, if it not contains personal infoAkash Aggarwal2022-10-171-3/+12
* libqmi-glib: allow hiding personal info while loggingAkash Aggarwal2022-08-191-1/+6
* build-aux,codegen: update copyright yearsAleksander Morgado2022-02-261-1/+1
* build-aux,codegen: skip gtk-doc snippets in internal CTL serviceAleksander Morgado2022-02-221-2/+4
* build-aux,codegen: allow defining per-container "compat" contextsAleksander Morgado2022-02-221-3/+7
* qmi-codegen,message: add section descriptions for each messageAleksander Morgado2022-02-151-1/+16
* qmi-codegen: validate input fields in the message sectionAleksander Morgado2021-07-221-4/+6
* libqmi-glib: move all private utils to its own 'helpers' source filesAleksander Morgado2021-01-221-1/+1
* libqmi-glib: allow selecting 'collections' of messages to buildAleksander Morgado2020-04-161-0/+5
* qmi-codegen,message: use g_autofree for helper stringsAleksander Morgado2020-01-151-6/+3
* qmi-codegen,message: use g_autoptr in the request creatorAleksander Morgado2020-01-151-12/+5
* libqmi-glib,message: deprecate message version info supportAleksander Morgado2019-12-161-3/+5
* libqmi-glib,device: check message id before assuming valid responseAleksander Morgado2019-12-111-1/+1
* all: drop exec bit and shebang from Python modulesLubomir Rintel2018-04-241-1/+0
* qmi-codegen: TLVs < 0x10 are mandatory by defaultThomas Weißschuh2018-03-191-2/+2
* qmi-codegen: allow empty input fieldsThomas Weißschuh2018-03-151-2/+2
* build: fix adding doc in distAleksander Morgado2017-09-141-1/+1
* qmi-codegen: avoid generating duplicated section titlesAleksander Morgado2017-09-131-1/+4
* build: update copyright yearsAleksander Morgado2017-02-101-0/+1
* libqmi,codegen: allow specifying 'since' tags for each message and TLVAleksander Morgado2017-02-101-2/+10
* libqmi-glib: support vendor-specific request/responsesAleksander Morgado2017-01-291-0/+5
* qmi-codegen: fix too-small transaction id in internal message codeDan Williams2016-02-101-1/+1
* qmi-codegen: use the new TLV builder APIAleksander Morgado2014-11-091-5/+10
* qmi-codegen: fix some python3 compatibility issuesDan Williams2012-12-171-1/+1
* qmi-codegen: validate TLV before really reading itAleksander Morgado2012-10-301-7/+4
* libqmi-glib,qmi-codegen: timed out operations will issue an ABORT messageAleksander Morgado2012-10-101-2/+8
* libqmi-glib,utils: make qmi_utils_str_hex() private to the libraryAleksander Morgado2012-10-091-1/+1
* qmi-codegen: request creator and response/indication parsers are privateAleksander Morgado2012-10-091-43/+5
* docs: improve generated `libqmi-glib' documentationAleksander Morgado2012-10-091-1/+58
* libmm-glib: fix multiple documentation issuesAleksander Morgado2012-10-091-1/+1
* message: swapped buffer/length variables in `qmi_message_get_tlv_printable()'Aleksander Morgado2012-09-261-2/+2
* message: renamed `qmi_message_tlv_foreach()' to `qmi_message_foreach_raw_tlv()'Aleksander Morgado2012-09-261-4/+4
* qmi-codegen: fix printable indicationsAleksander Morgado2012-09-181-24/+29
* qmi-codegen: allow indications without output TLVsAleksander Morgado2012-07-231-101/+121
* qmi-codegen: convert indication messages received into `QmiClient' signalsAleksander Morgado2012-07-231-37/+47
* qmi-codegen: trivial fix, renamed internal methodAleksander Morgado2012-07-231-2/+2
* qmi-codegen: support a new 'version' tag in the messagesAleksander Morgado2012-07-231-0/+2
* qmi-codegen: fix including message name on error stringAleksander Morgado2012-07-051-1/+2
* qmi-codegen: refactor, don't use internal packed structs to match TLVsAleksander Morgado2012-07-031-10/+31
* qmi-codegen: properly print a gsizeAleksander Morgado2012-07-031-1/+1
* qmi-codegen: pretty-print the structsAleksander Morgado2012-07-031-2/+6
* qmi-codegen: include struct TLV contents in printable stringsAleksander Morgado2012-07-031-4/+19
* qmi-codegen: improve message/TLV printabilityAleksander Morgado2012-07-031-2/+116
* qmi-codegen: improve input bundlesAleksander Morgado2012-07-031-6/+58
* qmi-codegen: allow specifying files with common typesAleksander Morgado2012-07-031-3/+5
* codegen: new `qmi-codegen' build utilityAleksander Morgado2012-07-031-0/+180