index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c_client.py
Age
Commit message (
Expand
)
Author
2021-09-20
Improve/fix docs for reply fds functions
Uli Schlachter
2021-07-30
c_client.py: Implement handling of <length> element
Povilas Kanapickas
2021-07-30
c_client: Extract _c_get_field_mapping_for_expr()
Povilas Kanapickas
2021-07-30
c_client.py: Use get_expr_field_names directly to resolve list fields
Povilas Kanapickas
2021-07-30
c_client.py: Extract get_expr_field_names()
Povilas Kanapickas
2019-01-07
c_client: fix "adress" typo
Alan Coopersmith
2017-06-05
c_client: Add support for lists of FDs
Daniel Stone
2017-06-05
c_client: Don't serialise non-wire fields
Daniel Stone
2017-03-11
add support for eventstruct
Christian Linhart
2017-03-11
move symbol lookup of sumof expr to the parser
Christian Linhart
2016-05-28
Fix inconsistent use of tabs vs. space.
Thomas Klausner
2016-02-01
do not serialize pads by default anymore
Christian Linhart
2016-01-06
calculate lengthless list
Jaya Tiwari
2016-01-06
Fix handling of align-pads in end-iterators
Christian Linhart
2016-01-06
set the align-offset as provided by proto
Christian Linhart
2015-08-13
make lists after align-pads work
Christian Linhart
2015-07-04
make support for server side stuff optional
Christian Linhart
2015-06-12
Code generator: Use xcb_send_request_with_fds()
Uli Schlachter
2015-05-30
c_client.py: don't generate useless empty /** < */ comments
Ran Benita
2015-05-30
c_client.py: use pattern matching with enumerate()
Ran Benita
2015-03-15
c_client.py: make condition easier to follow in _c_complex()
Ran Benita
2015-03-15
c_client.py: don't add /* <name> */ before references to 'S'
Ran Benita
2015-03-15
c_client.py: remove duplicated `cookie_type` argument for requests
Ran Benita
2015-03-15
c_client.py: spell out keyword arguments in c_request() for clarity
Ran Benita
2015-03-15
c_client.py: simplify _c_reply_has_fds()
Ran Benita
2015-03-15
c_client.py: remove commented debug statements
Ran Benita
2015-03-15
c_client.py: use C99 initializers instead of comments
Ran Benita
2015-03-15
c_client.py: remove end-of-function comments
Ran Benita
2015-03-15
c_client.py: no need to compare bools to True/False
Ran Benita
2015-03-15
c_client.py: use "foo".join() instead of reduce
Ran Benita
2015-03-15
c_client.py: fix indentation
Ran Benita
2015-03-15
c_client.py: use comprehensions instead of map/filter
Ran Benita
2015-03-15
c_client.py: use print as a function for python3 compatibility
Ran Benita
2015-03-15
c_client.py: fix pyflakes errors
Ran Benita
2015-03-15
c_client.py: simplify maximum expression
Ran Benita
2015-03-15
c_client.py: remove unneeded call to get_serialize_params()
Ran Benita
2015-02-22
Adding accessors for requests
Jaya Tiwari
2014-11-03
generator: support parametrized structs
Christian Linhart
2014-11-03
generator: support listelement-ref
Christian Linhart
2014-11-03
generator: _c_accessor_get_length: remove buggy special case
Christian Linhart
2014-11-03
generator: generate accessors for events, too
Christian Linhart
2014-11-03
generator: no type-setup for eventcopies anymore
Christian Linhart
2014-11-03
_c_helper_fieldaccess_expr: remove handling for empty sep
Christian Linhart
2014-11-03
function _c_helper_fieldaccess_expr: improve description
Christian Linhart
2014-11-03
rename _c_helper_absolute_name to _c_helper_fieldaccess_expr
Christian Linhart
2014-11-03
generator: sumof with nested expression
Christian Linhart
2014-11-03
generator: sumof: support any type, generate explicit code
Christian Linhart
2014-11-03
generator: expressions can generate pre-code
Christian Linhart
2014-11-03
generator: fix absname for fields with only accessor function
Christian Linhart
2014-10-20
no typename for nested structs
Christian Linhart
[next]