summaryrefslogtreecommitdiff
path: root/test/filecomp.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for modmap None (#291)Wismill2023-05-011-0/+1
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* keycodes: fix keymap compilation with no aliases and malloc(0)==NULLRan Benita2014-09-101-0/+1
* ast-build: make sure InterpDef is freeableRan Benita2014-07-271-0/+1
* test: add file with a syntax errorRan Benita2014-07-261-0/+1
* scanner: allow empty key name literalsRan Benita2013-08-021-0/+1
* test: Add flags argument to test_get_context()Daniel Stone2013-03-191-1/+1
* keymap: abstract a bit over the keymap formatRan Benita2013-03-181-0/+9
* parser: remove XkbCompMapList ruleRan Benita2012-09-301-2/+0
* Don't use xkbcommon-compat names in internal codeRan Benita2012-09-241-1/+1
* Organize src/ and test/ headersRan Benita2012-09-161-5/+0
* Copyright updatesDaniel Stone2012-09-121-12/+9
* test: Minimise includesDaniel Stone2012-08-081-3/+1
* types: don't use canonical/required typesRan Benita2012-08-071-0/+1
* filecomp: fix path and error messageRan Benita2012-08-071-1/+2
* expr: don't divide by zeroRan Benita2012-07-261-0/+1
* Run source tree through uncrustifyDaniel Stone2012-07-171-24/+24
* Add a library of common test functionsDaniel Stone2012-07-121-59/+10
* Move test data files to test/data/keymapsDaniel Stone2012-07-121-4/+5
* Change xkb_map_new_from_fd to use FILE*Ran Benita2012-05-181-9/+6
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-111-12/+12
* Shorten context to ctxRan Benita2012-05-091-13/+12
* Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-091-8/+9
* Add flags to context creationDaniel Stone2012-05-081-2/+2
* Add flags to keymap compilation entrypointsDaniel Stone2012-05-081-2/+2
* Overhaul test suiteRan Benita2012-04-091-41/+59
* Rename xkb_desc to xkb_keymapDaniel Stone2012-04-091-1/+1
* Tests: Release context on failure to build keymapDaniel Stone2012-03-291-0/+1
* Use xkb_contexts in keymap compilationDaniel Stone2012-03-271-3/+11
* Define our own None atom valueRan Benita2012-03-271-2/+0
* Remove useless stuff from utilsRan Benita2012-03-271-0/+4
* Move utils.{c,h} to be used by the entire projectRan Benita2012-03-271-1/+1
* Rename keymap allocation APIDaniel Stone2012-03-221-11/+10
* tests: Free returned XKB mapDaniel Stone2012-02-151-0/+2
* Move include path from X11/extensions/ to xkbcommon/Daniel Stone2012-02-151-1/+1
* Use flex for generating the scanner, add support for parsing from stringsKristian Høgsberg2010-10-201-4/+19
* Rename public entry points to lowercase and underscoreKristian Høgsberg2010-07-021-1/+1
* Compile with -fvisibility=hidden when possibleKristian Høgsberg2010-07-021-2/+0
* Pull in enough structs and defines from XKBstr.h to only need XKB.hKristian Høgsberg2010-07-021-3/+1
* Make XkbcInitAtoms() call optionalKristian Høgsberg2010-06-301-1/+0
* Allow external atom databasesDaniel Stone2010-06-221-1/+1
* Program and files for testing CompileKeymapFromFileDan Nicholson2009-04-101-0/+74