summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-10Remove xkbcomp/misc.cRan Benita1-1/+0
2012-08-08android: add build filesPekka Paalanen1-0/+16
2012-08-08test/dump: Remove superfluous testDaniel Stone1-2/+0
2012-08-08Rename xkey test to keysymDaniel Stone1-2/+2
2012-08-08Staticise xkb_map_new_from_kccgstDaniel Stone1-2/+0
2012-07-28Add an interactive evdev testRan Benita1-1/+4
2012-07-27Remove alloc.{c,h}Ran Benita1-2/+0
2012-07-23Add test for logging functionalityRan Benita1-1/+3
2012-07-23Add logging APIRan Benita1-1/+0
2012-07-23build: drop the include/ directoryRan Benita1-6/+5
2012-07-18Move indicators.c code into compat.cRan Benita1-2/+0
2012-07-18Convert macros to inline functionsRan Benita1-1/+0
2012-07-18Move alias.c functions into keycodes.cRan Benita1-2/+0
2012-07-18Add common linked list implementationRan Benita1-0/+1
2012-07-14Move CompileKeymap into xkbcomp.cRan Benita1-1/+0
2012-07-13Rename KSIsLower/Upper and move to keysym.cRan Benita1-1/+0
2012-07-13Move ComputeEffectiveMap code and avoid some duplicationRan Benita1-1/+0
2012-07-13remove unused function xkb_canonicalise_componentsRan Benita1-2/+0
2012-07-12Add a library of common test functionsDaniel Stone1-5/+9