SQ50 patches for libsigrok
Go to file
Uwe Hermann b7f09cf86d libsigrok: Fix #includes.
In the lib, we should only #include "sigrok.h" or "sigrok-internal.h",
but not the (possibly installed and thus different/older versions) via
<sigrok.h> or <sigrok-internal.h>.

Frontends should of course use <sigrok.h> and <sigrok-internal.h>.
2011-12-28 23:07:08 +01:00
firmware Install an empty firmware/ directory. 2011-01-20 23:23:06 +01:00
hardware libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
input Make more variables/functions static and non-global. 2011-12-28 22:55:21 +01:00
output Other method to avoid "unused var" compiler warnings. 2011-11-24 22:57:48 +01:00
Doxyfile Doxygen config files: Initial configuration. 2011-02-08 23:59:14 +01:00
Makefile.am libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
backend.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
datastore.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
device.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
filter.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
hwplugin.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
libsigrok.pc.in libsigrok: glib-2.0 is a hard requirement. 2011-11-19 16:23:21 +01:00
log.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
session.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
session_driver.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
session_file.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
sigrok-internal.h Add missing #includes to avoid clang warnings. 2011-11-24 22:42:02 +01:00
sigrok-proto.h sigrok-proto.h: Drop obsolete prototype, move other one. 2011-12-28 21:37:37 +01:00
sigrok.h.in Make more variables/functions static and non-global. 2011-12-28 22:55:21 +01:00
strutil.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00