summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* config: distribute the .sh test programs and test dataGaetan Nadon2010-12-181-0/+7
* config: make it easier to add TEST programsGaetan Nadon2010-12-181-16/+2
* config: replace deprecated INCLUDES with AM_CPPFLAGSGaetan Nadon2010-12-081-1/+1
* config: update subdirs .gitignoreGaetan Nadon2010-12-071-0/+1
* Use flex for generating the scanner, add support for parsing from stringsKristian Høgsberg2010-10-201-4/+19
* Don't return a static buffer in public APIKristian Høgsberg2010-10-081-2/+4
* Rename XkbRMLVOSet to struct xkb_rule_namesKristian Høgsberg2010-07-021-1/+1
* Rename public entry points to lowercase and underscoreKristian Høgsberg2010-07-025-6/+6
* Compile with -fvisibility=hidden when possibleKristian Høgsberg2010-07-023-6/+0
* Pull in enough structs and defines from XKBstr.h to only need XKB.hKristian Høgsberg2010-07-024-11/+5
* Make XkbcInitAtoms() call optionalKristian Høgsberg2010-06-303-3/+0
* Allow external atom databasesDaniel Stone2010-06-223-3/+3
* Add testcase for XkbcCanonicaliseComponentsDaniel Stone2010-06-223-2/+149
* Test: Keysym: Add tests for new keysym <-> string conversionsDaniel Stone2010-06-221-0/+3
* KeySym: Actually handle NoSymbolDaniel Stone2009-04-251-1/+2
* test: Fix srcdir != objdir build and test failuresDaniel Stone2009-04-252-9/+9
* Program and files for testing CompileKeymapFromFileDan Nicholson2009-04-108-2/+156
* test: Remove extraneous includesDan Nicholson2009-04-092-5/+8
* Change CompileKeymapFromRules to take XkbRMLVOSetDan Nicholson2009-04-081-8/+7
* Remove all non-public API from XKBcommon.h headerDan Nicholson2009-04-083-2/+6
* test: Exercise compiling from componentsDan Nicholson2009-04-044-2/+106
* test: Minor refactor to allow $EXEEXT in program namesDan Nicholson2009-04-042-10/+14
* test: Add logging and some intentionally failing casesDan Nicholson2009-04-044-3/+34
* rulescomp: Remove unneeded APIDan Nicholson2009-04-041-4/+0
* Test compiler to simulate xkbcomp usageDan Nicholson2009-04-044-3/+89
* Rename headers to XKBcommon* and install in extensions directoryDan Nicholson2009-03-251-1/+1
* Use XORG_CWARNFLAGS for more warningsDan Nicholson2009-03-191-1/+1
* test: Add tests for XFree86 special keysDan Nicholson2009-03-191-0/+2
* test: Consistently use upper case hexDan Nicholson2009-03-192-2/+2
* test: Add convenience functions for xkey.shDan Nicholson2009-03-191-13/+16
* Testing harness for keysym functionsDan Nicholson2009-03-194-0/+88