aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-05-31[lcd4linux @ 2005-05-31 21:06:36 by lfcorreia]lfcorreia1-0/+4
replace the accidently deleted Python detection code
2005-05-31[lcd4linux @ 2005-05-31 20:42:54 by lfcorreia]lfcorreia1-14/+0
new file: lcd4linux_i2c.h avoid the problems detecting the proper I2C kernel include files rearrange all the other autoconf stuff to remove I2C detection new method by Paul Kamphuis to write to the I2C device
2005-05-13[lcd4linux @ 2005-05-13 05:43:25 by reinelt]reinelt1-1/+1
added drv_LCDLinux.h to extra_sources
2005-05-10[lcd4linux @ 2005-05-10 13:20:10 by reinelt]reinelt1-0/+3
added serdisplib driver
2005-05-02[lcd4linux @ 2005-05-02 10:29:20 by reinelt]reinelt1-0/+4
preparations for python bindings and python plugin
2005-04-05[lcd4linux @ 2005-04-05 06:57:39 by reinelt]reinelt1-3/+3
AC_CHECK_HEADERS corrected
2005-04-05[lcd4linux @ 2005-04-05 05:12:48 by reinelt]reinelt1-8/+8
i2c patch from Paul (still does not work here :-(
2005-04-03[lcd4linux @ 2005-04-03 07:07:43 by reinelt]reinelt1-1/+1
added statfs plugin
2005-03-28[lcd4linux @ 2005-03-28 19:39:14 by reinelt]reinelt1-0/+13
HD44780/I2C patch from Luis merged (still does not work for me)
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt1-0/+21
added (C) to all copyright statements
2005-01-15[lcd4linux @ 2005-01-15 13:10:13 by reinelt]reinelt1-2/+2
LCDTerm driver added
2005-01-09[lcd4linux @ 2005-01-09 10:53:22 by reinelt]reinelt1-1/+1
small type in plugin_uname fixed new homepage lcd4linux.bulix.org
2004-12-22[lcd4linux @ 2004-12-22 20:24:00 by reinelt]reinelt1-1/+1
T6963 fix for displays > 8 rows
2004-09-24[lcd4linux @ 2004-09-24 21:40:52 by reinelt]reinelt1-0/+3
new driver for the BWCT USB LCD interface board.
2004-06-08[lcd4linux @ 2004-06-08 12:35:24 by reinelt]reinelt1-12/+4
autoconf/automake updates
2004-05-25[lcd4linux @ 2004-05-25 19:54:11 by reinelt]reinelt1-2/+2
'make distcheck' bugs fixed release number changed to 0.10.0-RC1
2004-05-19[lcd4linux @ 2004-05-19 05:38:25 by reinelt]reinelt1-1/+0
removed AC_PROG_CXX (C++-Compiler) from configure
2004-04-09[lcd4linux @ 2004-04-09 06:09:54 by reinelt]reinelt1-252/+4
big configure rework from Xavier
2004-03-19[lcd4linux @ 2004-03-19 06:37:47 by reinelt]reinelt1-2/+2
asynchronous thread handling started
2004-03-14[lcd4linux @ 2004-03-14 06:07:33 by reinelt]reinelt1-1/+1
Status update. Fixed bug in configure.in with X11 disabled (thanks to Kevin Liu)
2004-03-10[lcd4linux @ 2004-03-10 07:16:15 by reinelt]reinelt1-3/+5
MySQL plugin from Javier added
2004-02-29[lcd4linux @ 2004-02-29 17:09:53 by reinelt]reinelt1-2/+2
ChangeLog updated Version number bumped to 0.10.0
2004-02-24[lcd4linux @ 2004-02-24 05:54:57 by reinelt]reinelt1-2/+3
X11 driver ported
2004-02-17[lcd4linux @ 2004-02-17 05:37:20 by reinelt]reinelt1-25/+19
Namespace clash between Curses driver and general text driver resolved (thanks to Martin Hejl)
2004-02-15[lcd4linux @ 2004-02-15 21:43:43 by reinelt]reinelt1-9/+13
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed
2004-02-15[lcd4linux @ 2004-02-15 08:22:47 by reinelt]reinelt1-2/+2
ported USBLCD driver to NextGeneration added drv_M50530.c (I forgot yesterday, sorry) removed old drivers M50530.c and USBLCD.c
2004-02-14[lcd4linux @ 2004-02-14 11:56:11 by reinelt]reinelt1-2/+2
M50530 driver ported changed lots of 'char' to 'unsigned char'
2004-02-10[lcd4linux @ 2004-02-10 07:42:35 by reinelt]reinelt1-47/+56
cut off all old-style files which are no longer used with NextGeneration
2004-01-30[lcd4linux @ 2004-01-30 20:57:55 by reinelt]reinelt1-0/+3
HD44780 patch from Martin Hejl dmalloc integrated
2004-01-29[lcd4linux @ 2004-01-29 05:53:47 by reinelt]reinelt1-7/+12
uClibc compatibility issues from Martin Hejl
2004-01-27[lcd4linux @ 2004-01-27 06:34:14 by reinelt]reinelt1-2/+2
Cwlinux driver portet to NextGeneration (compiles, but not tested!)
2004-01-21[lcd4linux @ 2004-01-21 12:36:19 by reinelt]reinelt1-2/+2
Crystalfontz NextGeneration driver added
2004-01-20[lcd4linux @ 2004-01-20 15:32:48 by reinelt]reinelt1-3/+3
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers
2004-01-13[lcd4linux @ 2004-01-13 08:18:07 by reinelt]reinelt1-16/+33
timer queues added liblcd4linux deactivated turing transformation to new layout
2004-01-09[lcd4linux @ 2004-01-09 17:03:06 by reinelt]reinelt1-1/+1
initiated transfer to new driver architecture new file 'drv.c' will someday replace 'display.c' new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c' due to this 'soft' transfer lcd4linux should stay usable during the switch (at least I hope so)
2003-10-07[lcd4linux @ 2003-10-07 04:12:38 by reinelt]reinelt1-5/+6
AM_PROG_LIBTOOL removed
2003-10-06[lcd4linux @ 2003-10-06 04:30:43 by reinelt]reinelt1-17/+17
libtool stuff again...
2003-10-04[lcd4linux @ 2003-10-04 07:54:17 by reinelt]reinelt1-21/+20
autoconf/automake/libtool fixes from Ronald Landheer-Cieslak
2003-09-29[lcd4linux @ 2003-09-29 06:58:36 by reinelt]reinelt1-2/+11
new driver for Milford Instruments MI420 by Andy Baxter
2003-09-19[lcd4linux @ 2003-09-19 08:40:32 by reinelt]reinelt1-2/+2
increased version number to 0.9.12 port locking is done as /var/lock/LCK..usb_tts_0 for /dev/usb/tts/0
2003-09-13[lcd4linux @ 2003-09-13 07:20:51 by reinelt]reinelt1-2/+2
Changelog
2003-09-13[lcd4linux @ 2003-09-13 06:20:39 by reinelt]reinelt1-3/+5
HD44780 timings changed; deactivated libtool
2003-09-11[lcd4linux @ 2003-09-11 15:05:24 by reinelt]reinelt1-1/+3
missing files for autoconf/automake/libtool
2003-09-10[lcd4linux @ 2003-09-10 15:59:39 by reinelt]reinelt1-0/+2
minor cleanups
2003-09-01[lcd4linux @ 2003-09-01 07:07:03 by reinelt]reinelt1-1/+3
shared liblcd4linux
2003-08-17[lcd4linux @ 2003-08-17 08:25:30 by reinelt]reinelt1-0/+1
preparations for liblcd4linux; minor bugs in SIN.c and Skeleton.c
2003-08-14[lcd4linux @ 2003-08-14 04:59:30 by reinelt]reinelt1-2/+2
changed version to 0.9.11, added curses.m4 to Makefile.am
2003-08-11[lcd4linux @ 2003-08-11 04:51:28 by reinelt]reinelt1-1/+3
another uClibc issue: realloc
2003-08-08[lcd4linux @ 2003-08-08 23:11:34 by reinelt]reinelt1-2/+2
2003-08-08[lcd4linux @ 2003-08-08 05:42:51 by reinelt]reinelt1-1/+2
uClibc compatibility issue; small glitch in dvb.c