Keysyms: Update using latest xorgproto
[platform/upstream/libxkbcommon.git] / test / rulescomp.c
2019-12-27 Ran Benitabuild: include config.h manually
2014-10-02 Ran BenitaMove benchmarks from tests to their own files in bench/
2014-09-06 Ran Benitatest: make most tests portable by copying linux/input...
2013-10-10 Ran Benitarulescomp: increase BENCHMARK_ITERATIONS from 1000...
2013-08-13 Ran Benitascanner: don't fail over unknown escape sequence
2013-08-02 Ran Benitaxkbcomp: handle empty keymaps
2013-04-01 Daniel StoneAdd key-sequence checking to rulescomp
2013-03-19 Daniel Stonetest: Add environment checking to rulescomp
2013-03-19 Daniel Stonetest: Add flags argument to test_get_context()
2013-03-18 Ran Benitakeymap: abstract a bit over the keymap format
2012-09-23 Ran BenitaAPI: add _context prefix to log-related functions
2012-09-23 Ran BenitaDon't choke on RMLVO layout string with holes
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-17 Ran Benitasymbols: fix buffer overflow with illegal explicit...
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-12 Daniel StoneCopyright updates
2012-09-03 Ran BenitaDon't printf NULL strings
2012-09-03 Ran Benitalog: replace "priority" by "level" everywhere
2012-09-01 Ran Benitarulescomp: remove bad failtests
2012-08-08 Daniel StoneAdd xkb_log_level enum rather than using syslog
2012-08-08 Daniel Stonetest: Minimise includes
2012-08-08 Daniel StoneAdd support for default rules/model/layout
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-12 Daniel Stonerulescomp: Fix benchmark runs
2012-07-12 Daniel StoneImport dataset into test/data/
2012-07-12 Daniel StoneAdd a library of common test functions
2012-05-20 Ran BenitaDon't run the benchmark by default
2012-05-18 Daniel StoneAdd benchmarking test to rulescomp
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Daniel StoneAdd flags to context creation
2012-05-08 Daniel StoneAdd flags to keymap compilation entrypoints
2012-05-08 Ran BenitaUncomment sections of test/rulescomp.c
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-09 Ran BenitaOverhaul test suite
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-03-29 Daniel StoneTests: Release context on failure to build keymap
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaDefine our own None atom value
2012-03-27 Ran BenitaMove utils.{c,h} to be used by the entire project
2012-03-22 Daniel StoneRename keymap allocation API
2012-02-15 Daniel Stonetests: Free returned XKB map
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
2010-07-02 Kristian HøgsbergRename XkbRMLVOSet to struct xkb_rule_names
2010-07-02 Kristian HøgsbergRename public entry points to lowercase and underscore
2010-07-02 Kristian HøgsbergCompile with -fvisibility=hidden when possible
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-30 Kristian HøgsbergMake XkbcInitAtoms() call optional
2010-06-22 Daniel StoneAllow external atom databases
2009-04-10 Dan Nicholsontest: Remove extraneous includes
2009-04-09 Dan NicholsonChange CompileKeymapFromRules to take XkbRMLVOSet
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-04 Dan Nicholsonrulescomp: Remove unneeded API
2009-04-04 Dan NicholsonTest compiler to simulate xkbcomp usage