summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-03generator: expressions can generate pre-codeChristian Linhart1-4/+120
2014-11-03generator: fix absname for fields with only accessor functionChristian Linhart1-12/+52
2014-10-20no typename for nested structsChristian Linhart1-1/+1
2014-10-20generator: fix align-pads for switches which start at unaligned posChristian Linhart1-5/+21
2014-10-20generator: support lists of structs which contain a switchChristian Linhart1-2/+12
2014-09-09generator: support fixed size lists in var-sized structsChristian Linhart1-3/+7
2014-08-25xcb_get_setup(): Never return NULLUli Schlachter1-1/+21
2014-08-25Make some functions also work on error connectionsUli Schlachter1-2/+2
2014-08-20support switch case in the generatorChristian Linhart1-22/+33
2014-07-28xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_tAlexander Mezin1-2/+2
2014-07-28c_client.py: remove more trailing space from generated filesRan Benita1-5/+5
2014-07-28c_client.py: remove trailing whitespace from generated filesRan Benita1-4/+4
2014-07-28c_client.py: remove useless generated commentsRan Benita1-124/+0
2014-07-28c_client.py: make the man page output deterministicRan Benita1-3/+3
2014-07-28c_client.py: prefix all monkey-patched fields with c_Ran Benita1-50/+50
2014-07-28c_client.py: remove trailing whitespaceRan Benita1-169/+169
2014-07-28c_client.py: remove useless 'today' variableRan Benita1-2/+0
2014-06-14bug#79986: include system headers earlyMichael Haubenwallner1-3/+4
2014-06-14Document failure modes of xcb_connect*() functionsAlan Coopersmith1-1/+17
2014-06-10Handle <pad align="n" /> between listsDaniel Martin1-6/+32
2014-04-10xcb_open: Improve abstraction for launchd secure socketsJeremy Huddleston Sequoia1-20/+75
2014-04-10xcb_open: Minor code cleanup for better readabilityJeremy Huddleston Sequoia1-8/+9
2014-03-30Ensure xcb owns socket and no other threads are writing before send_requestKeith Packard1-17/+40
2014-03-22Only #include directly referenced module header filesKeith Packard1-1/+1