aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
AgeCommit message (Expand)AuthorFilesLines
2012-09-26message: renamed `qmi_message_tlv_get()' to `qmi_message_get_raw_tlv()'Aleksander Morgado2-16/+16
2012-09-26libqmi-glib,utils: use constant buffer pointer when reading variablesAleksander Morgado2-3/+3
2012-09-24qmi-codegen: fix error reporting when failed parsing JSONAleksander Morgado1-1/+3
2012-09-24qmi-codegen: ensure helper methods get always generatedAleksander Morgado3-0/+20
2012-09-19qmi-codegen: for strings, use 'size-prefix-format' instead of 'length-prefix-...Aleksander Morgado1-4/+7
2012-09-19qmi-codegen: for arrays, use a new 'size-prefix-format' instead of 'array-size'Aleksander Morgado1-5/+6
2012-09-19qmi-codegen: fix invalid `g_array_unref()' calls in generated codeAleksander Morgado1-1/+2
2012-09-18qmi-codegen: fix printable indicationsAleksander Morgado1-24/+29
2012-09-18qmi-codegen: fix memleak in generated codeAleksander Morgado1-2/+1
2012-09-18pds: setup generation of the PDS service supportAleksander Morgado1-2/+2
2012-09-18qmi-codegen: allow nesting arraysAleksander Morgado1-24/+30
2012-09-08qmi-codegen: handle string arraysDan Williams1-2/+15
2012-09-08qmi-codegen: handle fixed-size arraysDan Williams1-19/+54
2012-09-08qmi-codegen: handle variable-sized string length prefix fieldsDan Williams1-8/+16
2012-09-06wms: setup generation of the WMS service supportAleksander Morgado1-2/+2
2012-09-04qmi-codegen: allow 'max-size' in output string variablesAleksander Morgado1-0/+4
2012-08-27libqmi-glib: register errors in DBusAleksander Morgado2-5/+43
2012-08-02build: cleanup dependenciesAleksander Morgado2-15/+27
2012-07-26build: autogenerate 64bit flags helpersAleksander Morgado4-1/+92
2012-07-23qmi-codegen: allow indications without output TLVsAleksander Morgado2-144/+198
2012-07-23qmi-codegen: convert indication messages received into `QmiClient' signalsAleksander Morgado4-68/+239
2012-07-23qmi-codegen: create new boxed types for the input/output bundlesAleksander Morgado2-0/+35
2012-07-23qmi-codegen: trivial fix, renamed internal methodAleksander Morgado3-4/+4
2012-07-23qmi-codegen: support a new 'version' tag in the messagesAleksander Morgado2-0/+49
2012-07-23qmi-codegen: fix indentation in service-specific get_printable()Aleksander Morgado1-2/+2
2012-07-17qmi-codegen: mark variable as set only after really having setAleksander Morgado1-1/+1
2012-07-16qmi-codegen: implement writing array variablesAleksander Morgado1-1/+28
2012-07-16qmi-codegen: fix gtk-doc comment for GArray variablesAleksander Morgado1-1/+1
2012-07-16qmi-codegen: allow specifying a 'array-size' property in 'array' variablesAleksander Morgado1-11/+29
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-05qmi-codegen: fix including message name on error stringAleksander Morgado1-1/+2
2012-07-04qmi-codegen: handle uints of arbitrary sizesAleksander Morgado2-19/+65
2012-07-04qmi-codegen: handle 64-bit signed/unsigned integersAleksander Morgado2-10/+25
2012-07-03qmi-codegen: don't generate enums for the TLV idsAleksander Morgado1-27/+4
2012-07-03qmi-codegen: use `g_array_set_clear_func()' to clear array contentsAleksander Morgado4-23/+52
2012-07-03qmi-codegen: new `sequence' variable typeAleksander Morgado3-0/+199
2012-07-03qmi-codegen: let variables decide how the getter/setter methods pass themAleksander Morgado7-78/+451
2012-07-03qmi-codegen: refactor, don't use internal packed structs to match TLVsAleksander Morgado21-974/+1272
2012-07-03qmi-codegen: properly print a gsizeAleksander Morgado1-1/+1
2012-07-03qmi-codegen: pretty-print the structsAleksander Morgado7-20/+48
2012-07-03qmi-codegen: include struct-array TLV contents in printable stringsAleksander Morgado1-0/+60
2012-07-03qmi-codegen: include integer TLV contents in printable stringsAleksander Morgado1-0/+38
2012-07-03qmi-codegen: include string TLV contents in printable stringsAleksander Morgado1-0/+22
2012-07-03qmi-codegen: include struct TLV contents in printable stringsAleksander Morgado4-4/+130
2012-07-03qmi-codegen: improve message/TLV printabilityAleksander Morgado3-2/+158
2012-07-03qmi-codegen: require a `Service' object in the JSON listAleksander Morgado1-0/+7
2012-07-03qmi-codegen: fix check for mandatory TLVs in the output bundleAleksander Morgado3-3/+3
2012-07-03qmi-codegen: use constant strings in interfaceAleksander Morgado1-0/+1
2012-07-03qmi-codegen: pretty print the getter arguments when returning pointersAleksander Morgado1-3/+5