]> sigrok.org Git - libserialport.git/history - configure.ac
windows: Always check return value of GetOverlappedResult().
[libserialport.git] / configure.ac
2015-04-19 Uwe Hermannautotools: Don't set/override "user variables".
2015-04-19 Uwe Hermannconfigure.ac: Drop no longer needed SP_PKGLIBS.
2015-04-19 Uwe HermannSet package version to 0.1.1, use "@since 0.1.1" Doxyge...
2015-04-18 Uwe Hermannwindows: Drop no longer needed -luuid.
2015-04-18 Uwe Hermannconfigure.ac: Minor whitespace cosmetics.
2015-04-18 Uwe Hermannconfigure.ac: Add #include guard to config.h.
2015-04-18 Uwe HermannFix a compiler warning when -Wshadow is used.
2015-04-06 Uwe Hermannconfigure.ac: Use $host_os instead of $target_os.
2015-04-03 Uwe Hermannconfigure.ac: Add -Wmissing-prototypes.
2015-03-24 Martin LingGenerate a config.h rather than passing defines on...
2015-02-15 Uffe JakobsenImplement FreeBSD OS-specific serial port detection...
2014-11-01 Martin Linglinux: Check for BOTHER macro at configure time.
2014-09-04 Aurelien Jacobslinux: remove readlinkat() dependency
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.