summaryrefslogtreecommitdiff
path: root/gio/gdbus-2.0/codegen/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* codegen: Check parameter before calling its interface methodAlynx Zhou2022-12-301-5/+11
* gdbus-codegen: Fix a typo in a commentPhaedrus Leeds2022-01-111-1/+1
* Annotate function parameters with G_GNUC_UNUSED when necessaryFrederic Martinsons2021-01-061-26/+56
* python: Reformat some files to keep style-check-diff happyPhilip Withnall2020-12-121-2/+2
* py: Various flake8 cleanupsPhilip Withnall2020-11-171-13/+15
* py: Reformat all Python files consistentlyPhilip Withnall2020-11-171-3112/+4415
* GDBus: Add G_DBUS_METHOD_INVOCATION_HANDLED, _UNHANDLEDSimon McVittie2020-10-011-1/+1
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-2/+2
* gdbus-codegen: Allow decorating symbols in headersChun-wei Fan2020-05-281-5/+106
* gdbus-codegen: Tidy up version comparisonsPhilip Withnall2020-01-311-16/+8
* gdbus-codegen: Rename --glib-min-version to --glib-min-requiredPhilip Withnall2020-01-271-22/+22
* gdbus-codegen: Add call_flags and timeout_msec argsMatthew Leeds2020-01-151-6/+44
* Merge branch '1130-codegen-docs' into 'master'Emmanuele Bassi2019-12-161-7/+7
|\
| * gdbus-codegen: Drop DocBook warning tags from generated codePhilip Withnall2019-12-021-2/+2
| * gdbus-codegen: Remove DocBook link tags from generated codePhilip Withnall2019-12-021-5/+5
* | gdbus-codegen: Add a --glib-min-version argumentPhilip Withnall2019-12-111-4/+8
|/
* codegen: Drop gdbus-codegen version and input filename from outputPhilip Withnall2019-12-021-2/+3
* gdbus-codegen: Safer header guardsMattias Bengtsson2019-10-311-2/+9
* gdbus-codegen: process C.UnixFD annotation in one placeWill Thompson2019-09-021-48/+27
* codegen: Fix use of uninitialised variablePhilip Withnall2019-03-131-2/+2
* Merge branch 'gdbus-codegen-propemitschanged' into 'master'Philip Withnall2018-12-211-5/+13
|\
| * gdbus-codegen: honor "Property.EmitsChangedSignal" annotationsThomas Jost2018-12-191-5/+13
* | gdbus-codegen: Add missing nullable and optional g-i annotations to generated...Michael Gratton2018-12-191-7/+7
|/
* gdbus-codegen: don't sort args in --interface-info-bodyWill Thompson2018-12-061-1/+1
* gdbus-codegen: make --interface-info-{header,body} not crashWill Thompson2018-12-061-4/+8
* gdbus-codegen: Tag interfaces so annotated with G_PARAM_DEPRECATEDDebarshi Ray2018-11-231-3/+6
* gdbus-codegen: Tag properties so annotated with G_PARAM_DEPRECATEDDebarshi Ray2018-11-231-1/+4
* gdbus-codegen: add autocleanup for FooObjectWill Thompson2018-10-291-0/+5
* codegen: Change pointer casting to remove type-punning warningsRobert Ancell2018-09-071-11/+11
* python: avoid equality check for NoneThomas Hindoe Paaboel Andersen2018-07-121-1/+1
* codegen: Add --interface-info-[body|header] modesPhilip Withnall2018-06-141-0/+280
* codegen: List basenames of input files in generated preamblePhilip Withnall2018-04-231-5/+10
* codegen: Fix a typo in g_variant_get_objv()Philip Withnall2018-02-061-2/+2
* gdbus-codegen: Set source coding to utf-8Iñigo Martínez2018-01-151-0/+1
* gdbus-codegen: Split C header and code generationIñigo Martínez2018-01-151-2330/+2342
* gdbus-codegen: Split C header and code generation functionsIñigo Martínez2018-01-151-164/+166
* gdbus-codegen: Add support for pragma inclusion guardIñigo Martínez2018-01-151-7/+16
* gdbus-codegen: Use Color's print_* methodsIñigo Martínez2018-01-151-5/+6
* gdbus-codegen: Split license stringIñigo Martínez2018-01-091-22/+18
* gdbus-codegen: Clarify license of generated codeJens Georg2017-12-131-2/+4
* docs: Drop unnecessary <!-- -->s from gtk-doc commentsPhilip Withnall2017-11-291-3/+3
* codegen: fix array out-param annotationsTim Waugh2017-11-281-2/+2
* codegen: Change (allow-none) annotations to (nullable)Philip Withnall2017-11-171-20/+20
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-131-1/+1
* gio/gdbus-2.0/codegen/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-9/+9
* gdbus-codegen: Add --output-directory flagPatrick Griffis2017-02-271-3/+5
* gdbus-codegen: Fix -Wconversion warningPatrick Griffis2017-02-141-4/+4
* gdbus-codegen: Only generate autocleanup when instructed toMatthias Clasen2016-05-051-26/+32
* codegen: make g_autoptr for the GInterface conditionalSimon McVittie2016-05-031-1/+1