summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2014-03-27build: add docs to EXTRA_DISTRan Benita1-1/+5
2014-03-22Add utf8.{c,h} for common UTF-8 util functionsRan Benita1-1/+5
2014-02-11build: small fixes and formatting of Makefile.amRan Benita1-21/+26
2014-02-11build: fix libtest AM_CLFLAGS typoRan Benita1-1/+1
2014-02-10Move src/xkbcomp/scanner-utils.h to src/Ran Benita1-1/+1
2014-02-02x11: add a couple of testsRan Benita1-0/+15
2014-02-02x11: add XKB protocol keymap and state creation supportRan Benita1-0/+27
2014-01-13build: error out on undefined symbolsRan Benita1-0/+3
2014-01-13context: split private functions to context-priv.cRan Benita1-0/+1
2014-01-13keymap: split private functions to keymap-priv.cRan Benita1-0/+1
2014-01-13test: rename test/interactive to interactive-evdevRan Benita1-2/+2
2014-01-01makekeys: Move all of the table generation to PythonJasper St. Pierre1-2/+1
2013-12-02test/atom: add test for atom tableRan Benita1-1/+3
2013-09-29parser: drop %name-prefix, use -p yacc argument insteadRan Benita1-1/+1
2013-09-29Makefile.am: drop AM_LFLAGSRan Benita1-1/+0
2013-08-29build: distribute makekeys.py and keywords.gperfRan Benita1-1/+5
2013-08-15build: build libtest.la only on 'make check'Ran Benita1-1/+1
2013-08-02build: make all symbols in libtest visibleRan Benita1-0/+1
2013-08-02build: use AM_LDFLAGS for general flagsRan Benita1-3/+3
2013-04-01Replace flex scanner with a hand-written oneRan Benita1-5/+8
2013-04-01utils: add {un,}map_file to read an entire fileRan Benita1-0/+1
2013-04-01Add scanner-utils.h for common scanner functionsRan Benita1-0/+1
2013-04-01keymap: add xkb_keymap_new_from_buffer()David Herrmann1-0/+2
2013-04-01Add key-sequence checking to rulescompDaniel Stone1-2/+2
2013-03-18Move a couple of general keymap functions from keycodes.cRan Benita1-1/+0
2013-03-18Don't try to build linux-specific tests on non-linuxRan Benita1-6/+14
2013-03-18keymap: abstract a bit over the keymap formatRan Benita1-1/+1
2013-03-18Remove list.hRan Benita1-1/+0
2013-03-18Makefile.am: don't create INSTALL and ChangeLogRan Benita1-12/+0
2012-10-30build: Make autoreconf honour ACLOCAL_FLAGSDamien Lespiau1-1/+1
2012-10-26Makefile.am: move test.h to libtest_la_SOURCESRan Benita1-3/+3
2012-10-26Makefile.am: split sed script into multiple linesRan Benita1-1/+4
2012-10-24test: add key processing benchmarkRan Benita1-1/+3
2012-10-17Commit and distribute ks_tables.hRan Benita1-5/+4
2012-10-16makekeys: replace helper with python script and binary searchRan Benita1-7/+2
2012-10-12Change log env vars to XKB_LOG_LEVEL/VERBOSITYRan Benita1-2/+2
2012-09-24Add support for building doxygen API documentationRan Benita1-0/+26
2012-09-24configure.ac: add XORG_MEMORY_CHECK_FLAGSRan Benita1-1/+2
2012-09-24configure.ac: remove XORG_CHECK_MALLOC_ZERORan Benita1-3/+1
2012-09-24Rename map.{c,h} to keymap.{c,h}Ran Benita1-2/+2
2012-09-20Add _xkbcommon_ prefix to parser and lexer symbolsDaniel Stone1-0/+1
2012-09-20Add xkbcommon-compat.h and compat.cDaniel Stone1-2/+4
2012-09-19test: add print-compiled-keymap toolRan Benita1-1/+3
2012-09-16Organize src/ and test/ headersRan Benita1-2/+4
2012-09-11xkbcommon-keysyms: Add header protectionDavid Herrmann1-1/+5
2012-09-03test/rules-file: add benchmarkRan Benita1-1/+1
2012-09-03test: add rmlvo-to-kccgst toolRan Benita1-1/+3
2012-09-03Set log level for tests through env, not directlyRan Benita1-1/+3
2012-09-02Add xkbcomp/keymap.c and move some code thereRan Benita1-0/+1
2012-09-01Organize xkbcomp/ header filesRan Benita1-6/+8