SQ50 patches for libsigrok
Go to file
Uwe Hermann 15278f3e9c datastore.c: Improve error handling and docs.
- Add Doxygen comments for all functions (some TODOs remain).

 - Check for invalid input parameters (such as NULL pointers etc).

 - Return SR_ERR_ARG upon invalid input parameters.

 - Make sr_datastore_put() return int instead of void, so we can pass
   an error code (SR_OK, SR_ERR_MALLOC, and so on) to the caller.
2011-12-26 21:26:02 +01:00
firmware Install an empty firmware/ directory. 2011-01-20 23:23:06 +01:00
hardware libsigrok: Quickfix for a segfault in ChronoVu LA8. 2011-12-04 18:33:29 +01:00
input Fix some compiler warnings. 2011-11-15 21:05:40 +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: 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 datastore.c: Improve error handling and docs. 2011-12-26 21:26:02 +01:00
device.c better cleanup of device/plugin resources 2011-06-05 01:51:49 +02:00
filter.c sr_filter_probes(): Check for too many probes. 2011-12-26 21:26:01 +01:00
hwplugin.c Other method to avoid "unused var" compiler warnings. 2011-11-24 22:57:48 +01:00
libsigrok.pc.in libsigrok: glib-2.0 is a hard requirement. 2011-11-19 16:23:21 +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 srd: Pass samplerate to decoder in metadata. 2011-11-28 21:52:35 +13:00
session_file.c fix CLI size string specification 2011-11-27 19:33:07 +01:00
sigrok-internal.h Add missing #includes to avoid clang warnings. 2011-11-24 22:42:02 +01:00
sigrok-proto.h datastore.c: Improve error handling and docs. 2011-12-26 21:26:02 +01:00
sigrok.h.in Changed SR_T_NULL to SR_T_BOOL and adjusted RLE option. 2011-11-19 13:41:41 +13:00
strutil.c fix CLI size string specification 2011-11-27 19:33:07 +01:00