summaryrefslogtreecommitdiff
path: root/test/rulescomp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-24API: add _context prefix to log-related functionsRan Benita1-6/+6
2012-09-24Don't choke on RMLVO layout string with holesRan Benita1-0/+3
2012-09-24Don't use xkbcommon-compat names in internal codeRan Benita1-2/+2
2012-09-17symbols: fix buffer overflow with illegal explicit groupRan Benita1-0/+3
2012-09-16Organize src/ and test/ headersRan Benita1-3/+0
2012-09-12Copyright updatesDaniel Stone1-12/+9
2012-09-03Don't printf NULL stringsRan Benita1-1/+2
2012-09-03log: replace "priority" by "level" everywhereRan Benita1-3/+3
2012-09-01rulescomp: remove bad failtestsRan Benita1-10/+13
2012-08-08Add xkb_log_level enum rather than using syslogDaniel Stone1-0/+8
2012-08-08test: Minimise includesDaniel Stone1-1/+0
2012-08-08Add support for default rules/model/layoutDaniel Stone1-1/+0
2012-07-27utils: add/replace string equality macrosRan Benita1-1/+1
2012-07-17Run source tree through uncrustifyDaniel Stone1-24/+24
2012-07-13rulescomp: Fix benchmark runsDaniel Stone1-6/+6
2012-07-12Import dataset into test/data/Daniel Stone1-2/+2
2012-07-12Add a library of common test functionsDaniel Stone1-45/+39
2012-05-20Don't run the benchmark by defaultRan Benita1-1/+3
2012-05-18Add benchmarking test to rulescompDaniel Stone1-7/+46
2012-05-11Rename 'ctx' back to 'context' in external APIDaniel Stone1-6/+6
2012-05-09Shorten context to ctxRan Benita1-6/+6
2012-05-09Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone1-4/+4
2012-05-08Add flags to context creationDaniel Stone1-1/+1
2012-05-08Add flags to keymap compilation entrypointsDaniel Stone1-1/+1
2012-05-08Uncomment sections of test/rulescomp.cRan Benita1-4/+0
2012-05-01Remove unused 'which' and 'merge' argumentsRan Benita1-1/+5
2012-04-09Overhaul test suiteRan Benita1-22/+30
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-2/+8
2012-03-27Define our own None atom valueRan Benita1-1/+0
2012-03-27Move utils.{c,h} to be used by the entire projectRan Benita1-1/+1
2012-03-22Rename keymap allocation APIDaniel Stone1-3/+3
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-07-02Rename XkbRMLVOSet to struct xkb_rule_namesKristian Høgsberg1-1/+1
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-09test: Remove extraneous includesDan Nicholson1-3/+4
2009-04-08Change CompileKeymapFromRules to take XkbRMLVOSetDan Nicholson1-8/+7
2009-04-08Remove all non-public API from XKBcommon.h headerDan Nicholson1-1/+3
2009-04-04rulescomp: Remove unneeded APIDan Nicholson1-4/+0
2009-04-04Test compiler to simulate xkbcomp usageDan Nicholson1-0/+68