summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Move benchmarks from tests to their own files in bench/Ran Benita2014-10-021-5/+17
* build: don't rebuild everything for libtest.laRan Benita2014-10-021-1/+0
* Remove compatibility symbolsRan Benita2014-09-101-1/+0
* build: use symbol versioningJan Engelhardt2014-09-101-0/+2
* test: make most tests portable by copying linux/input.h locallyRan Benita2014-09-061-9/+9
* test/x11-keyseq: new testRan Benita2014-08-091-1/+4
* build: add docs to EXTRA_DISTRan Benita2014-03-271-1/+5
* Add utf8.{c,h} for common UTF-8 util functionsRan Benita2014-03-221-1/+5
* build: small fixes and formatting of Makefile.amRan Benita2014-02-111-21/+26
* build: fix libtest AM_CLFLAGS typoRan Benita2014-02-111-1/+1
* Move src/xkbcomp/scanner-utils.h to src/Ran Benita2014-02-101-1/+1
* x11: add a couple of testsRan Benita2014-02-021-0/+15
* x11: add XKB protocol keymap and state creation supportRan Benita2014-02-021-0/+27
* build: error out on undefined symbolsRan Benita2014-01-131-0/+3
* context: split private functions to context-priv.cRan Benita2014-01-131-0/+1
* keymap: split private functions to keymap-priv.cRan Benita2014-01-131-0/+1
* test: rename test/interactive to interactive-evdevRan Benita2014-01-131-2/+2
* makekeys: Move all of the table generation to PythonJasper St. Pierre2014-01-011-2/+1
* test/atom: add test for atom tableRan Benita2013-12-021-1/+3
* parser: drop %name-prefix, use -p yacc argument insteadRan Benita2013-09-291-1/+1
* Makefile.am: drop AM_LFLAGSRan Benita2013-09-291-1/+0
* build: distribute makekeys.py and keywords.gperfRan Benita2013-08-291-1/+5
* build: build libtest.la only on 'make check'Ran Benita2013-08-151-1/+1
* build: make all symbols in libtest visibleRan Benita2013-08-021-0/+1
* build: use AM_LDFLAGS for general flagsRan Benita2013-08-021-3/+3
* Replace flex scanner with a hand-written oneRan Benita2013-04-011-5/+8
* utils: add {un,}map_file to read an entire fileRan Benita2013-04-011-0/+1
* Add scanner-utils.h for common scanner functionsRan Benita2013-04-011-0/+1
* keymap: add xkb_keymap_new_from_buffer()David Herrmann2013-04-011-0/+2
* Add key-sequence checking to rulescompDaniel Stone2013-04-011-2/+2
* Move a couple of general keymap functions from keycodes.cRan Benita2013-03-181-1/+0
* Don't try to build linux-specific tests on non-linuxRan Benita2013-03-181-6/+14
* keymap: abstract a bit over the keymap formatRan Benita2013-03-181-1/+1
* Remove list.hRan Benita2013-03-181-1/+0
* Makefile.am: don't create INSTALL and ChangeLogRan Benita2013-03-181-12/+0
* build: Make autoreconf honour ACLOCAL_FLAGSDamien Lespiau2012-10-301-1/+1
* Makefile.am: move test.h to libtest_la_SOURCESRan Benita2012-10-261-3/+3
* Makefile.am: split sed script into multiple linesRan Benita2012-10-261-1/+4
* test: add key processing benchmarkRan Benita2012-10-241-1/+3
* Commit and distribute ks_tables.hRan Benita2012-10-171-5/+4
* makekeys: replace helper with python script and binary searchRan Benita2012-10-161-7/+2
* Change log env vars to XKB_LOG_LEVEL/VERBOSITYRan Benita2012-10-121-2/+2
* Add support for building doxygen API documentationRan Benita2012-09-241-0/+26
* configure.ac: add XORG_MEMORY_CHECK_FLAGSRan Benita2012-09-241-1/+2
* configure.ac: remove XORG_CHECK_MALLOC_ZERORan Benita2012-09-241-3/+1
* Rename map.{c,h} to keymap.{c,h}Ran Benita2012-09-241-2/+2
* Add _xkbcommon_ prefix to parser and lexer symbolsDaniel Stone2012-09-201-0/+1
* Add xkbcommon-compat.h and compat.cDaniel Stone2012-09-201-2/+4
* test: add print-compiled-keymap toolRan Benita2012-09-191-1/+3
* Organize src/ and test/ headersRan Benita2012-09-161-2/+4