summaryrefslogtreecommitdiff
path: root/build-aux/qmi-codegen/Variable.py
Commit message (Expand)AuthorAgeFilesLines
* libqmi-glib: avoid hiding "value" field, if it not contains personal infoAkash Aggarwal2022-10-171-0/+5
* libqmi-glib: allow hiding personal info while loggingAkash Aggarwal2022-08-191-1/+10
* build-aux,codegen: generate GIR compat helpers for arrays of structsAleksander Morgado2022-03-071-0/+115
* build-aux,codegen: split variable declarations for bundles and structsAleksander Morgado2022-02-271-2/+10
* build-aux,codegen: coding style changesAleksander Morgado2022-02-271-3/+5
* build-aux,codegen: remove emit_helper_methods()Aleksander Morgado2022-02-271-8/+0
* build-aux,codegen: use per-type clear methodsAleksander Morgado2022-02-271-0/+6
* build-aux,codegen: emit_types() may update both hfile and cfileAleksander Morgado2022-02-261-1/+1
* build-aux,codegen: 'to' is always reference in getter implementationAleksander Morgado2022-02-261-1/+1
* 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-1/+5
* qmi-codegen: add element-type annotationsAleksander Morgado2020-05-121-0/+5
* qmi-codegen: avoid documenting internal methods and typesAleksander Morgado2020-05-121-1/+1
* all: drop exec bit and shebang from Python modulesLubomir Rintel2018-04-241-1/+0
* 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