summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25Add an autotools-based build systemUli Schlachter1-1/+83
This is based on util-cursor's build system and libxcb/configure.ac for finding xcb-proto's XML files. Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
2015-03-24Begin work on a test suiteUli Schlachter1-0/+1
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-03-24Implement a working code generatorUli Schlachter1-1/+1
With this change, the output of the code generator actually compiles and can be linked into a library. This also changes the API between the generated code and the library code. Hopefully, this API is nicer. The code generator generates a function register_extensions() that looks up all extensions and calls register_extension() for each one. Also, a global variable xproto_info is exported which contains the information for all core requests and also provides fallback names for unknown major codes / event codes / error codes. Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-03-18Initial versionUli Schlachter1-0/+2
This is an initial prototype on how this library might look like. All the parts which should be auto-generated from XCB's XML protocol description are missing. The C parts should work fine, but are completely untested. Signed-off-by: Uli Schlachter <psychon@znc.in>