]> sigrok.org Git - libserialport.git/history - Makefile.am
Fix a potential segfault in sp_get_port_handle().
[libserialport.git] / 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.