Add support for building doxygen API documentation
[platform/upstream/libxkbcommon.git] / configure.ac
2012-09-23 Ran BenitaAdd support for building doxygen API documentation
2012-09-23 Ran Benitaconfigure.ac: use XORG_TESTSET_CFLAG for -fvisibility...
2012-09-23 Ran Benitaconfigure.ac: add XORG_MEMORY_CHECK_FLAGS
2012-09-23 Ran Benitaconfigure.ac: remove XORG_CHECK_MALLOC_ZERO
2012-09-23 Ran Benitaconfigure.ac: fix bug report url
2012-09-11 Daniel Stonekbproto unentanglement: drop dependency
2012-08-08 Daniel StoneAdd support for default rules/model/layout
2012-08-07 Ran BenitaRemove xproto build dependency
2012-06-09 Ran BenitaRemove configure check for X11 keysym files
2012-05-22 Ran BenitaImport darray.h for common dynamic array code
2012-05-20 Ran Benitarules: add test
2012-05-18 Ran BenitaFix configure check for xkbparse.c instead of parser.c
2012-05-18 Pekka PaalanenAdd xkbcommon-uninstalled.pc
2012-05-18 Pekka PaalanenUse eaccess() only if available
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Pekka Paalanenmakekeys: fix cross-compilation
2012-05-07 Daniel StoneUse AC_ARG_VAR for X11 header and XKB paths
2012-04-30 Ran BenitaUse LT_INIT instead of deprecated AC_PROG_LIBTOOL
2012-04-09 Ran BenitaOverhaul test suite
2012-04-09 Ran BenitaSet xorg-macros CFLAGS correctly
2012-04-09 Daniel StoneUse xorg CFLAGS and fix AC_USE_SYSTEM_EXTENSIONS
2012-03-27 Daniel StoneAdd new context API
2012-03-27 Ran BenitaMake build non-recursive
2012-03-27 Daniel StoneRemove fallback strcasecmp/strncasecmp
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-02-26 Ran Benitamakekeys: Receive the keysym files as arguments
2011-03-18 Kristian Høgsbergconfigure: Lower kbproto requirement to 1.0.4
2011-01-29 Kristian HøgsbergRevert "config: remove incorrectly implemented visibili...
2010-12-18 Gaetan Nadonconfig: set the default xkb config root based on xkeybo...
2010-12-18 Gaetan Nadonconfig: makekeys prog should stand alone in the makekey...
2010-12-18 Gaetan Nadonconfig: use existing variables KEYSYMDEF_H and XF86KEYSYM_H
2010-12-18 Gaetan Nadonconfig: remove incorrectly implemented visibility compi...
2010-12-18 Gaetan Nadonconfig: use xproto pkgconfig includex11dir variable
2010-12-18 Gaetan Nadonconfig: relocate library functions check and comment
2010-12-08 Gaetan Nadonconfig: remove PKG_PROG_PKG_CONFIG test
2010-12-08 Gaetan Nadonconfig: allow to build tarball when yacc is missing
2010-12-07 Gaetan Nadonconfig: remove AC_PROG_CC as it overrides AC_PROG_C_C99
2010-12-07 Gaetan Nadonconfig: initialize autoconf, automake and libtool
2010-12-07 Gaetan Nadonconfig: use XORG_DEFAULT_OPTION from util-macros versio...
2010-12-07 Gaetan Nadonconfig: set Autoconf minimum version required to 2.60
2010-11-11 Jan Engelhardtbuild: run autoupdate
2010-11-11 Jan Engelhardtbuild: use AC_CONFIG_MACRO_DIR as per libtoolize warning
2010-10-22 Kristian HøgsbergDon't check for xlib, we don't need it
2010-10-20 Kristian HøgsbergUse flex for generating the scanner, add support for...
2010-08-25 Kristian HøgsbergPull in a few #defines from libxkbfile and lower kbprot...
2010-07-02 Kristian HøgsbergCompile with -fvisibility=hidden when possible
2010-06-22 Daniel Stonexkbcomp: Lazy keysym parsing (avoid XStringToKeysym)
2010-06-22 Daniel Stoneconfigure.ac: Enable automake silent rules by default
2009-04-06 Dan NicholsonRequire strdup and remove utils wrapper
2009-04-01 Dan NicholsonAdd xkbcommon pkg-config file
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap
2009-03-27 Dan NicholsonMove ks_tables.h build into makekeys subdirectory
2009-03-20 Dan NicholsonUse common XKB headers and add common type XkbcDescRec
2009-03-19 Dan NicholsonUse XKB alloc macros internally
2009-03-19 Dan NicholsonUse generated config.h header
2009-03-19 Dan NicholsonUse XORG_CWARNFLAGS for more warnings
2009-03-19 Dan NicholsonMove makekeys to separate subdir
2009-03-19 Dan NicholsonTesting harness for keysym functions
2009-03-19 Dan NicholsonFix CC_FOR_BUILD detection
2009-03-19 Dan NicholsonInitial implementation of keysym handlers
2009-03-19 Dan NicholsonGenerate keysym tables from X and XF86 keysym definitions
2009-03-19 Dan NicholsonAdd makekeys for creating keysym hash tables
2009-03-19 Dan NicholsonInitial autotools commit