summaryrefslogtreecommitdiff
path: root/test/filecomp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-30parser: remove XkbCompMapList ruleRan Benita1-2/+0
2012-09-24Don't use xkbcommon-compat names in internal codeRan Benita1-1/+1
2012-09-16Organize src/ and test/ headersRan Benita1-5/+0
2012-09-12Copyright updatesDaniel Stone1-12/+9
2012-08-08test: Minimise includesDaniel Stone1-3/+1
2012-08-07types: don't use canonical/required typesRan Benita1-0/+1
2012-08-07filecomp: fix path and error messageRan Benita1-1/+2
2012-07-26expr: don't divide by zeroRan Benita1-0/+1
2012-07-17Run source tree through uncrustifyDaniel Stone1-24/+24
2012-07-12Add a library of common test functionsDaniel Stone1-59/+10
2012-07-12Move test data files to test/data/keymapsDaniel Stone1-4/+5
2012-05-18Change xkb_map_new_from_fd to use FILE*Ran Benita1-9/+6
2012-05-11Rename 'ctx' back to 'context' in external APIDaniel Stone1-12/+12
2012-05-09Shorten context to ctxRan Benita1-13/+12
2012-05-09Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone1-8/+9
2012-05-08Add flags to context creationDaniel Stone1-2/+2
2012-05-08Add flags to keymap compilation entrypointsDaniel Stone1-2/+2
2012-04-09Overhaul test suiteRan Benita1-41/+59
2012-04-09Rename xkb_desc to xkb_keymapDaniel Stone1-1/+1
2012-03-29Tests: Release context on failure to build keymapDaniel Stone1-0/+1
2012-03-27Use xkb_contexts in keymap compilationDaniel Stone1-3/+11
2012-03-27Define our own None atom valueRan Benita1-2/+0
2012-03-27Remove useless stuff from utilsRan Benita1-0/+4
2012-03-27Move utils.{c,h} to be used by the entire projectRan Benita1-1/+1
2012-03-22Rename keymap allocation APIDaniel Stone1-11/+10
2012-02-15tests: Free returned XKB mapDaniel Stone1-0/+2
2012-02-15Move include path from X11/extensions/ to xkbcommon/Daniel Stone1-1/+1
2010-10-20Use flex for generating the scanner, add support for parsing from stringsKristian Høgsberg1-4/+19
2010-07-02Rename public entry points to lowercase and underscoreKristian Høgsberg1-1/+1
2010-07-02Compile with -fvisibility=hidden when possibleKristian Høgsberg1-2/+0
2010-07-02Pull in enough structs and defines from XKBstr.h to only need XKB.hKristian Høgsberg1-3/+1
2010-06-30Make XkbcInitAtoms() call optionalKristian Høgsberg1-1/+0
2010-06-22Allow external atom databasesDaniel Stone1-1/+1
2009-04-10Program and files for testing CompileKeymapFromFileDan Nicholson1-0/+74