SQ50 patches for libsigrok
Go to file
Uwe Hermann 300007323e libsigrok.pc: Add Required.private field entries.
The "Required.private:" field in pkg-config .pc files is used for
declaring that we need the listed libs (pkg-config packages) for
static linking, but not for dynamic linking.
I.e., the "Required.private:" field should be used for libs which we
use internally in libsigrok, but which we do not "expose" ourselves.

For now all libs are listed as "Required.private:" instead of
"Required:", but this may not be entirely correct and needs to be
checked carefully at some later date.
2011-11-15 01:16:38 +01:00
firmware Install an empty firmware/ directory. 2011-01-20 23:23:06 +01:00
hardware OLS: Calculate actual sample rate used. 2011-10-31 11:19:10 +01:00
input use new datafeed packet format 2011-06-19 14:28:50 +02:00
output Drop unneeded skeleton files. 2011-05-05 13:06:12 +02:00
Doxyfile Doxygen config files: Initial configuration. 2011-02-08 23:59:14 +01:00
Makefile.am libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. 2011-04-14 10:11:08 +02:00
backend.c better cleanup of device/plugin resources 2011-06-05 01:51:49 +02:00
datastore.c Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00
device.c better cleanup of device/plugin resources 2011-06-05 01:51:49 +02:00
filter.c fix parameter type 2011-06-19 00:55:36 +02:00
hwplugin.c Run-Length Encoding support for the OLS. 2011-10-30 01:56:54 +02:00
libsigrok.pc.in libsigrok.pc: Add Required.private field entries. 2011-11-15 01:16:38 +01:00
log.c Add sr_spew/SR_LOG_SPEW for even more debug output. 2011-05-09 01:03:21 +02:00
session.c Remove IO source if callback returns FALSE. 2011-11-06 11:44:25 +13:00
session_driver.c use new datafeed packet format 2011-06-19 14:28:50 +02:00
session_file.c Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00
sigrok-internal.h Add sr_spew/SR_LOG_SPEW for even more debug output. 2011-05-09 01:03:21 +02:00
sigrok-proto.h fix parameter type 2011-06-19 00:55:36 +02:00
sigrok.h.in sigrok.h: Add SIGROK_{MAJOR,MINOR,MICRO,}_VERSION #defines. 2011-10-31 14:49:12 +01:00
strutil.c Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00