summaryrefslogtreecommitdiff
path: root/test/fake-symbols.c
Commit message (Expand)AuthorAgeFilesLines
* Replace our unit-test suite with something more magic and easierPeter Hutterer2022-02-041-512/+0
* Split the various logging functions into several callsPeter Hutterer2021-12-201-0/+6
* Add an emulation of the X server's option handlingPeter Hutterer2021-12-201-0/+12
* Add a copy of xf86ScaleAxis for our usePeter Hutterer2021-12-201-28/+0
* Add a custom log handlerPeter Hutterer2021-12-201-0/+12
* Require xserver 1.13Peter Hutterer2021-11-291-36/+22
* Use strcasecmp instead of xf86NameCmpPeter Hutterer2021-11-231-6/+0
* Replace xf86ReadSerial and xf86WriteSerial with libc callsPeter Hutterer2021-11-221-13/+0
* Use xf86IDrvMsg wherever possiblePeter Hutterer2021-11-191-0/+6
* Require xserver 1.10 as minimum versionPeter Hutterer2021-11-191-47/+4
* test: add TimerCancel to fake symbolsPeter Hutterer2017-03-091-0/+4
* tests: Fix compilation under ABI 25 and greaterJason Gerecke2017-01-201-0/+10
* Fix spurious '-Wshadow' warningEgbert Eich2014-02-191-1/+1
* Add missing symbol xf86PrintChipsets() for test suiteEgbert Eich2014-02-141-0/+5
* Fix loads of 'redundand declaration' warnings in test suiteEgbert Eich2014-02-141-6/+25
* Fix type mismatch in test suiteEgbert Eich2014-02-141-1/+1
* Add xf86OptionListFree for distcheckPing Cheng2013-06-141-0/+7
* Add recently-referenced functions to fake-symbolsJason Gerecke2012-10-191-0/+27
* Add LogMessageVerbSigSafe to fake-symbolsJason Gerecke2012-09-071-0/+5
* Add xf86MsgVerb to fake-symbols to let 'make distcheck' completeJason Gerecke2012-08-271-1/+6
* test: fix linker error 'input_option_new' undefinedPeter Hutterer2011-12-201-0/+35
* test: add more #defines to fix build issues.Peter Hutterer2011-12-201-2/+2
* Handle ABI 14 option typesPeter Hutterer2011-10-191-17/+17
* Update the device's serial number when it comes in.Peter Hutterer2011-05-061-0/+22
* Don't accept invalid device types.Peter Hutterer2011-04-081-1/+1
* Add fake symbols for serverClient and QueueWorkProcPeter Hutterer2011-03-151-1/+10
* Use xf86ScaleAxis for pressure normalization.Peter Hutterer2011-03-111-1/+18
* test: remove miPointer wrappers, unneded.Peter Hutterer2011-03-071-6/+0
* test: fix typos and copy/paste effects.Peter Hutterer2011-03-031-3/+3
* test: add ifdefs to allow running tests against 1.7Peter Hutterer2011-03-031-2/+8
* test: add more symbols to fake-symbols for ABI < 12Peter Hutterer2011-02-161-0/+21
* test: put guards in for changed APIs in earlier server versions.Peter Hutterer2011-02-161-3/+12
* test: remove _X_RESTRICT_KYWD from definitionsPeter Hutterer2011-02-161-1/+1
* Add a testing framework for the driver.Peter Hutterer2011-01-311-0/+385