]> sigrok.org Git - libserialport.git/history - libserialport_internal.h
doc: Additional notes on sp_last_error_{code,message}.
[libserialport.git] / libserialport_internal.h
2015-04-18 Uwe HermannFix a compiler warning when -Wshadow is used.
2015-04-03 Uwe HermannFix a compiler warning.
2015-04-03 Uwe HermannFix indentation of a switch().
2015-03-29 Martin Lingwindows: Revise management of WaitCommEvent() operations.
2015-03-26 Uwe HermannMake std_baudrates[] static (only used in one file).
2015-03-26 Uwe HermannVarious cosmetic and consistency fixes.
2015-03-26 Uwe Hermannlibserialport_internal.h: Add #include guard.
2015-03-24 Martin LingGenerate a config.h rather than passing defines on...
2014-11-01 Martin Linglinux: Check for BOTHER macro at configure time.
2014-09-25 Martin Lingwindows: Fix compile issues with multiply or not define...
2014-09-07 Michael B. Trauschwindows: Include proper GUID defining header to fix...
2014-09-04 Aurelien Jacobslinux: remove readlinkat() dependency
2014-08-24 Martin Linglinux: Define feature macros to get required functions.
2014-08-24 Martin LingRevise debug macros to work in strict C99.
2014-08-24 Martin LingSpecialise RETURN_VALUE macro into RETURN_{INT,STRING...
2014-07-02 Aurelien JacobsIntroduce SP_API/SP_PRIV to mark visibility of functions.
2014-06-13 Aurelien JacobsMove list_ports() implementations to OS-specific files.
2014-06-11 Martin LingTidy up and split most OS-specific code to separate...