[Xcb-commit] util-errors: Changes to 'refs/tags/1.0'

Uli Schlachter psychon at kemper.freedesktop.org
Sun Apr 26 07:14:05 PDT 2015


Tag '1.0' created by Uli Schlachter <psychon at znc.in> at 2015-04-26 15:09 -0700

Release xcb-util-errors 1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJVPPGlAAoJECLkKOvLj8sGN5kH/jCqs13ep+/4A/Ka8kMg+n6k
f5yzESkPMJlk/LiQPhcFT3Mt9wphKijxbygjwktdeDw75dQRz3YeflgBaTLaF2bY
/UDLpb1OUGwm3tSA1SQrCdHkurmnY04vhFRx2rQfpoPBj7fAKj15Iv6EjieIShWF
Kejz/io6VlDXgWLJYbajnFLrH358CZqxC1lmcrNHjty4szlwExv518Osc29cH2yM
77D0/+b508qIyvh/PiL6VLQjuD+wxTC4sSFLJEoxjj65M+uEJAG8Bqp5FUzWrjf0
Q0Vx9jiFk4PgxtrT2MbH6PhXeAGk1sO72ir42DQLuldYUupIsySJi6z7XElQRC8=
=V1Dj
-----END PGP SIGNATURE-----

Changes since the dawn of time:
Uli Schlachter (51):
      Initial version
      Fix off-by-one in length check
      Add and use helper macro for range checks
      Fix memory leak in xcb_errors_context_new()
      Remove pretty much unused member from xcb_errors_context_t
      Add a TODO about round-trips
      Define the "unknown foo" lists as strings
      Include xcb_errors.h from errors.h
      Add a first version of the code generator
      Implement a working code generator
      static_extension_info_t: Use uint8_t again were possible
      Mark the auto-generated file as auto-generated
      Begin work on a test suite
      Code generator: Implement errorcopy and eventcopy
      Fix error checking in call to register_extensions()
      Fix get_strings_entry() to actually work
      Correctly ignore extensions without events / errors
      Add an autotools-based build system
      tests: Add tests for RandR
      Skip XKB events in the code generator
      Code generator: Print a warning for xge events
      test: Also test minor requests for some core requests
      Add a KNOWN_ISSUES file
      Fix test suite compilation
      Don't check codes to be in range, but find "best match"
      Test: Skip tests if no X11 server is available
      Correctly handle calloc() failure
      Also return the extension name for events and errors
      Document failure scenarios for *_new()
      Move extension name into static info
      Save static info as a pointer instead of copying it
      Code generator: Add support for XGE events
      Add a function for handling XGE events
      Test suite: Add tests for XGE event handling
      Test: Factor out string-comparision helper function
      Fix copy&paste error
      API docs: Clarify when NULL is returned
      tests: Use attribute((format(printf,x,y))) if possible
      Add a function for figuring out information about an event struct
      Update KNOWN_ISSUES (and turn it more into a TODO)
      Use unchecked QueryExtension requests
      Handle NULL as context argument
      Rename *_get_name_for_event()
      Update doxygen comments
      Ignore "event sent" flag in event codes
      Re-add a missing length check
      Also add a test for maximum major code
      Add xcb-proto version to xcb-errors.pc
      tests: Add some XFixes-based tests
      Add COPYING file
      set version to 1.0



More information about the xcb-commit mailing list