aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use the 'also' list for aliased pagesPaul LeoNerd Evans2012-01-181-1/+1
* Fix 'htmldocs' Makefile targetPaul LeoNerd Evans2012-01-181-1/+3
* Added termkey_push_bytes(), a new API for providing input bytesPaul LeoNerd Evans2012-01-181-0/+3
* Move the growing collection of manpages into their own man/ subdirectoryPaul LeoNerd Evans2012-01-181-3/+3
* Bump VERSION to 0.11Paul LeoNerd Evans2011-11-301-3/+3
* Optionally support unibilium for reading terminfo instead of cursesPaul LeoNerd Evans2011-09-241-1/+7
* Abstract out ld flags in MakefilePaul LeoNerd Evans2011-09-231-1/+2
* Bumped VERSION to 0.10Paul LeoNerd Evans2011-09-061-3/+3
* Use $(VERSION) to set DISTDIR in Makefile, so make VERSION=... dist overrides...Paul LeoNerd Evans2011-09-051-1/+1
* Move canonicalisation flags into their own bitfield with their own accessor a...Paul LeoNerd Evans2011-08-281-0/+1
* Remember to symlink termkey_get_flags(3) manpage at install timePaul LeoNerd Evans2011-08-281-0/+1
* Link against -lcurses not -lncurses, because these two might be different on ...Paul LeoNerd Evans2011-08-251-1/+1
* Bumped VERSION to 0.9Paul LeoNerd Evans2011-08-251-4/+4
* Include a LICENSE filePaul LeoNerd Evans2011-07-011-1/+1
* Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as it...Paul LeoNerd Evans2011-07-011-1/+1
* Bumped VERSION to 0.8Paul LeoNerd Evans2011-05-241-2/+2
* Bumped VERSION to 0.7Paul LeoNerd Evans2011-04-071-3/+3
* Created a little Test::More-like library for TAP testingPaul LeoNerd Evans2011-03-311-2/+5
* Created a unit-testing system using perl's provePaul LeoNerd Evans2011-03-311-0/+9
* Bumped VERSION_MINOR to 0.6Paul LeoNerd Evans2011-03-241-3/+3
* Supply --tag=CC to libtool to inform it we're a C library; in case it doesn't...Paul LeoNerd Evans2009-11-251-4/+4
* Bumped VERSION_MINOR to 0.4Paul LeoNerd Evans2009-11-251-1/+1
* Complete reworking of build system to use libtoolPaul LeoNerd Evans2009-11-251-14/+21
* Cope with building distdir at minor versions .3 (otherwise it clashes with *.3)Paul LeoNerd Evans2009-07-151-4/+5
* Renamed all type names to CamelCaseNames for visual distinctness, separate fr...Paul LeoNerd Evans2009-07-151-1/+1
* Substitute version into termkey.pc.in at 'make dist' timePaul LeoNerd Evans2008-12-151-1/+3
* Bump VERSION_MAJOR to 0.2Paul LeoNerd Evans2008-12-121-1/+1
* Export a gzip rather than bzip2 archivePaul LeoNerd Evans2008-11-241-2/+2
* Bump VERSION_MINOR to 0.1Paul LeoNerd Evans2008-11-181-1/+1
* Remove actual .so file on 'make clean'Paul LeoNerd Evans2008-11-181-1/+1
* Install to SONAME.MINOR and symlink to SONAME and basenamePaul LeoNerd Evans2008-11-181-1/+2
* Also added 'make dist' target to build distribution tarballPaul LeoNerd Evans2008-11-181-0/+6
* Split Makefile into two halves; added 'make distdir' target for building dist...Paul LeoNerd Evans2008-11-181-15/+32
* Better Makefile support for built manpages and termkey.h filePaul LeoNerd Evans2008-11-181-2/+5
* Store major and minor version number in Makefile; substitute #defines in term...Paul LeoNerd Evans2008-11-161-2/+10
* Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be mor...Paul LeoNerd Evans2008-11-061-1/+1
* Don't document the termkey_free() function as it doesn't restore termios; doc...Paul LeoNerd Evans2008-11-061-1/+1
* Include demo.c and demo-async.c in the manpages under an EXAMPLE sectionPaul LeoNerd Evans2008-11-061-1/+6
* Added asynchronous demo which uses poll()Paul LeoNerd Evans2008-11-061-1/+4
* Added manpages for (most of) the external API functionsPaul LeoNerd Evans2008-11-061-3/+18
* Make sure all .c->.o builds depend on all .h filesPaul LeoNerd Evans2008-11-031-2/+2
* Some platforms need -fPIC when compiling C code for eventual use in a shared ...Paul LeoNerd Evans2008-11-031-1/+1
* Install a .pc file so that pkg-config worksPaul LeoNerd Evans2008-11-021-0/+2
* Added 'make install' targetPaul LeoNerd Evans2008-11-021-0/+12
* Adjusted Makefile to build a shared libraryPaul LeoNerd Evans2008-11-021-2/+7
* Respect user's CC and CFLAGSPaul LeoNerd Evans2008-10-091-5/+7
* Added initial attempt at a terminfo-driven driverPaul LeoNerd Evans2008-10-081-2/+2
* Moved CSI-related code out of termkey.c into new driver-csi.cPaul LeoNerd Evans2008-10-061-2/+2
* Makefile now sensitive to DEBUG=1Paul LeoNerd Evans2008-10-061-0/+4
* Avoid use of GLib; use fixed-size internal arrays for CSI/SS3->keycode lookupPaul LeoNerd Evans2008-02-101-3/+0