]> sigrok.org Git - libserialport.git/history - configure.ac
Compile with -pedantic.
[libserialport.git] / configure.ac
2014-08-24 Martin LingCompile with -pedantic.
2014-08-20 Bert VermeulenBump package version to 0.2.0.
2014-08-05 Uwe Hermannconfigure.ac: We no longer need to set WINVER explicitly.
2014-07-31 Uwe Hermannconfigure.ac: MinGW build fix (setting WINVER=0x0501).
2014-07-06 Marcus ComstedtAvoid use of struct serial_struct on systems which...
2014-07-06 Marcus ComstedtDon't use readlinkat if it does not exist
2014-07-02 Aurelien JacobsIntroduce SP_API/SP_PRIV to mark visibility of functions.
2014-06-14 Martin LingFix build for platforms without enumeration & port...
2014-06-11 Martin LingTidy up and split most OS-specific code to separate...
2014-06-10 Aurelien JacobsAdd new APIs to get some USB descriptor details for...
2014-06-10 Aurelien JacobsRemove the udev dependency and parse the /sys hierarchy...
2014-05-05 Uwe Hermannconfigure.ac: Add 'check-news' automake option.
2014-01-03 Martin Linglinux: Speed fields may not be present in kernel termio...
2014-01-03 Martin LingOnly build linux_termios.c on Linux.
2013-12-27 Uwe Hermannconfigure.ac: Cosmetics, fix typo.
2013-12-18 Martin LingRemove various unused code in configure.ac.
2013-12-05 Martin LingMake libudev optional.
2013-11-22 Uwe HermannUse common 3-digit package version number.
2013-11-21 Martin LingSupport non-standard flow control modes on Linux.
2013-11-21 Martin LingSupport custom baudrates on Linux.
2013-11-15 Uwe HermannUse new project URL.
2013-11-15 Uwe Hermannpkg-config file: Use Requires.private to fix static...
2013-11-15 Uwe Hermannlibserialport.h: Add package/lib version macros.
2013-11-14 Uwe Hermannconfigure.ac: Drop unneeded AC_MSG_ERROR.
2013-11-14 Uwe HermannMinor cosmetics, typos, and so on.
2013-11-14 Martin LingFix building on OSX and Linux.
2013-10-27 Martin LingAdd build system.