summaryrefslogtreecommitdiff
path: root/src/c_client.py
AgeCommit message (Expand)AuthorFilesLines
11 daysAlways write C code in UTF-8Uli Schlachter1-2/+2
2023-04-10c_client: Fix crash in xcb_randr_set_monitorIlya Pominov1-1/+1
2022-10-16Fix handling of documented enum parametersDemi Marie Obenour1-4/+5
2021-09-20Improve/fix docs for reply fds functionsUli Schlachter1-2/+3
2021-07-30c_client.py: Implement handling of <length> elementPovilas Kanapickas1-0/+10
2021-07-30c_client: Extract _c_get_field_mapping_for_expr()Povilas Kanapickas1-7/+19
2021-07-30c_client.py: Use get_expr_field_names directly to resolve list fieldsPovilas Kanapickas1-1/+1
2021-07-30c_client.py: Extract get_expr_field_names()Povilas Kanapickas1-29/+32
2019-01-07c_client: fix "adress" typoAlan Coopersmith1-1/+1
2017-06-05c_client: Add support for lists of FDsDaniel Stone1-9/+29
2017-06-05c_client: Don't serialise non-wire fieldsDaniel Stone1-5/+9
2017-03-11add support for eventstructChristian Linhart1-1/+31
2017-03-11move symbol lookup of sumof expr to the parserChristian Linhart1-8/+1
2016-05-28Fix inconsistent use of tabs vs. space.Thomas Klausner1-7/+7
2016-02-01do not serialize pads by default anymoreChristian Linhart1-1/+2
2016-01-06calculate lengthless listJaya Tiwari1-22/+62
2016-01-06Fix handling of align-pads in end-iteratorsChristian Linhart1-2/+3
2016-01-06set the align-offset as provided by protoChristian Linhart1-8/+10
2015-08-13make lists after align-pads workChristian Linhart1-4/+10
2015-07-04make support for server side stuff optionalChristian Linhart1-2/+8
2015-06-12Code generator: Use xcb_send_request_with_fds()Uli Schlachter1-2/+10
2015-05-30c_client.py: don't generate useless empty /** < */ commentsRan Benita1-42/+42
2015-05-30c_client.py: use pattern matching with enumerate()Ran Benita1-4/+3
2015-03-15c_client.py: make condition easier to follow in _c_complex()Ran Benita1-3/+1
2015-03-15c_client.py: don't add /* <name> */ before references to 'S'Ran Benita1-4/+2
2015-03-15c_client.py: remove duplicated `cookie_type` argument for requestsRan Benita1-15/+15
2015-03-15c_client.py: spell out keyword arguments in c_request() for clarityRan Benita1-9/+9
2015-03-15c_client.py: simplify _c_reply_has_fds()Ran Benita1-4/+1
2015-03-15c_client.py: remove commented debug statementsRan Benita1-3/+0
2015-03-15c_client.py: use C99 initializers instead of commentsRan Benita1-4/+4
2015-03-15c_client.py: remove end-of-function commentsRan Benita1-16/+0
2015-03-15c_client.py: no need to compare bools to True/FalseRan Benita1-2/+2
2015-03-15c_client.py: use "foo".join() instead of reduceRan Benita1-5/+4
2015-03-15c_client.py: fix indentationRan Benita1-7/+6
2015-03-15c_client.py: use comprehensions instead of map/filterRan Benita1-7/+7
2015-03-15c_client.py: use print as a function for python3 compatibilityRan Benita1-4/+4
2015-03-15c_client.py: fix pyflakes errorsRan Benita1-12/+0
2015-03-15c_client.py: simplify maximum expressionRan Benita1-2/+1
2015-03-15c_client.py: remove unneeded call to get_serialize_params()Ran Benita1-1/+0
2015-02-22Adding accessors for requestsJaya Tiwari1-0/+1
2014-11-03generator: support parametrized structsChristian Linhart1-20/+109
2014-11-03generator: support listelement-refChristian Linhart1-4/+15
2014-11-03generator: _c_accessor_get_length: remove buggy special caseChristian Linhart1-6/+1
2014-11-03generator: generate accessors for events, tooChristian Linhart1-0/+4
2014-11-03generator: no type-setup for eventcopies anymoreChristian Linhart1-1/+24
2014-11-03_c_helper_fieldaccess_expr: remove handling for empty sepChristian Linhart1-5/+0
2014-11-03function _c_helper_fieldaccess_expr: improve descriptionChristian Linhart1-2/+11
2014-11-03rename _c_helper_absolute_name to _c_helper_fieldaccess_exprChristian Linhart1-7/+7
2014-11-03generator: sumof with nested expressionChristian Linhart1-1/+24
2014-11-03generator: sumof: support any type, generate explicit codeChristian Linhart1-2/+24