libsigrok/output
Uwe Hermann bbe6e336b3 vcd output: Build fix for Windows/MinGW.
On Windows/MinGW 'recv' seems to be already defined in windows.h/winsock2.h.

Use 'receive' instead, for now, otherwise we get an error:

vcd.c:147:17: error: conflicting types for 'recv'
2013-04-09 18:57:20 +02:00
..
text Rename sr_dev_has_hwcap() to sr_dev_has_option(). 2013-01-25 16:20:40 +01:00
Makefile.am Remove 'float' output module. 2012-10-30 20:30:25 +01:00
analog.c Always interleave analog data with all enabled probes. 2013-01-23 03:40:44 +01:00
binary.c Output modules: Use message logging helpers. 2012-11-11 18:14:17 +01:00
chronovu_la8.c Rename sr_dev_has_hwcap() to sr_dev_has_option(). 2013-01-25 16:20:40 +01:00
csv.c Rename sr_dev_has_hwcap() to sr_dev_has_option(). 2013-01-25 16:20:40 +01:00
gnuplot.c Rename sr_dev_has_hwcap() to sr_dev_has_option(). 2013-01-25 16:20:40 +01:00
ols.c Rename sr_dev_has_hwcap() to sr_dev_has_option(). 2013-01-25 16:20:40 +01:00
output.c doxygen: Add more output format docs. 2013-02-24 14:31:15 +01:00
vcd.c vcd output: Build fix for Windows/MinGW. 2013-04-09 18:57:20 +02:00