]> sigrok.org Git - libserialport.git/history - configure.ac
change type of result variables to ssize_t
[libserialport.git] / configure.ac
2021-07-01 Karl PalssonHACK: don't even check for termiox
2020-03-26 Leon VargaOpen the file descriptor of a serial port on POSIX...
2020-02-07 Martin Lingconfigure.ac: remove broken handling for cygwin as...
2020-01-23 Martin LingUse a static header file, not dependent on autoconf.
2019-12-28 Martin Lingconfigure: Check whether clock_gettime is available.
2017-09-13 Stefan TaunerCanonicalize symlinks in portnames
2017-09-13 Uwe HermannFreeBSD: Add missing libusb-2.0 to pkg-config file.
2017-03-05 Uwe Hermannconfigure summary: Show compiler version and flags.
2017-03-05 Uwe Hermannconfigure summary: Show whether shared/static build...
2017-03-05 Uwe Hermannconfigure summary: Slightly change formatting.
2016-09-04 Paul Cercueillibserialport: Fix Linux files not compiled in with...
2016-01-27 Uwe HermannBump libtool version (not package version) to 1:0:1.
2015-09-13 Daniel ElstnerBuild: Include config.h first in all source files
2015-08-26 Daniel Elstnerconfigure: Enable largefile support on 32-bit systems
2015-08-26 Daniel ElstnerBuild: Clean up configure.ac and Makefile.am
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.