]> sigrok.org Git - libserialport.git/history - Makefile.am
change type of result variables to ssize_t
[libserialport.git] / Makefile.am
2020-01-23 Martin LingAdd example of waiting for events.
2020-01-23 Martin LingAdd an example of proper error handling.
2020-01-23 Martin LingAdd example of how to configure a port.
2020-01-23 Martin LingUse SP_API prefix for functions in libserialport.h.
2020-01-23 Martin Lingwindows: Use a fixed worst-case WRITEFILE_MAX_SIZE.
2020-01-23 Martin LingAdd test program for timing functions.
2020-01-20 Martin LingMove timing routines to separate file.
2020-01-05 Uwe HermannMakefile.am: Add example files to the tarball.
2019-12-28 Martin Lingwindows: Use architecture-specific size limit for Write...
2015-09-10 Daniel ElstnerBuild: Use GNUMAKEFLAGS and $@
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 HermannMakefile.am: Simplify LDFLAGS handling a bit.
2015-04-18 Uwe Hermannwindows: Drop no longer needed -luuid.
2015-04-03 Uwe HermannUse libtool's -no-undefined option on all platforms.
2015-02-15 Uffe JakobsenImplement FreeBSD OS-specific serial port detection...
2014-09-07 Michael B. Trauschwindows: -no-undefined is required to make a DLL.
2014-09-07 Michael B. Trauschwindows: Add -lsetupapi when building for WIN32.
2014-06-11 Martin LingTidy up and split most OS-specific code to separate...
2014-01-03 Martin LingRemove need to include linux_termios.h on non-Linux.
2014-01-03 Martin LingOnly build linux_termios.c on Linux.
2013-12-27 Uwe HermannMakefile.am: Add Doxyfile to the generated tarball.
2013-12-27 Uwe HermannMakefile.am: Fix 'make doc' for out-of-tree builds.
2013-11-22 Uwe HermannMakefile.am: Add missing linux_termios.h.
2013-11-21 Martin LingSupport custom baudrates on Linux.
2013-11-19 Martin LingAdd doxygen documentation.
2013-11-14 Martin LingRename header to libserialport.h.
2013-10-27 Martin LingAdd build system.