To produce a PDF manual, issue the command "make pdf" after running `./configure'. -*- If you do not wish to build the C++ components, use: ./configure --disable-cxx -*- The `examples' subdirectory contains some examples of using libconfig from C and C++. -*- The config file syntax changed between versions 0.8 and 0.9. In order to implement all of the feature/enhancement requests in an elegant and self-consistent way, the configuration grammar had to be changed in a non-backward-compatible way. In particular, groups are now values, so the old syntax: group { ... } must now be written as: group = { ... }; Note that the trailing semicolon, which was previously optional, is now required. Also note that a colon (':') can be used in place of the equals sign. -*- Flex and Bison are not required in order to build this package. However, if you modify the .l or .y files, you must have Flex (2.5.31 or better) and Bison (2.1 or better), respectively. -*- To successfully compile using MinGW (with gcc 4.4.0 or later), it may be necessary to modify the file "mingw32\4.4.0\libstdc++.la", changing line 11 from: library_names='libstdc++.dll.a' to: library_names='libstdc++.a' (See http://trac.osgeo.org/geos/ticket/282 for more information). ='/lcd4linux.git/tree/CREDITS?h=master&id=8b185a53fc6c35d570987ab9ff2c194dcaa24cd2'>treecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-23indent runmichael1-4/+4
2008-11-25fix lcd4linux driver for multible onboard controllersmichux1-4/+4
2008-11-23fix automake - check for libftdimichux4-9/+173
2008-11-22update button_exec plugin - fix segfaultmichux1-3/+2
2008-11-22update fifo plugin - untestedmichux1-1/+1
2008-10-07Replace write to external variable usb_debug by calling usb_set_debug().bwalle7-16/+7
2008-10-06adding GPI to picoLCD for reading button events by Igor Mammedov <niallain@g...michael1-1/+22
2008-10-06properties fixedmichael11-3290/+2675
2008-10-05Rebuild auto-generated autoconf stuff due to last change in drivers.m4.bwalle3-2657/+3297
2008-10-05Add 'ULA200' driver when --with-drivers=all is specifiedbwalle1-0/+1
2008-09-14strftime_tz patch from Bernhard Wallemichael1-0/+11
2008-09-08strftime_tz() plugin by Bernhard Wallemichael1-0/+25
2008-09-03ULA200 driver by Bernhard Wallemichael7-2/+825
2008-09-03indentmichael1-4/+4
2008-08-31Increased the maximum bps to 230400, if defined in <termios.h>.sonic741-2/+7
2008-08-27git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@889 3ae390bd-cb1e-0410-...sonic741-18/+11
2008-08-27D4D updates by Svenmichael1-38/+60
2008-08-03driver for 4D Systems serial displays by Sven Killigmichael9-45/+846
2008-08-03signed/unsigned mismatchmichael1-3/+3
2008-07-26added command functionsmichux1-2/+130
2008-07-15added IRLCD driver by Jean-Philippe Civademichael10-5/+467
2008-07-15'autoreconf -f -i' run & config.rpath addedmichael8-370/+1617