Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-01 | Use g_malloc*() consistently, simplify error handling. | Uwe Hermann | |
Use g_malloc*() for small allocations and assume they always succeed. Simplify error handling in a few places accordingly. Document the rules in the README file. | |||
2014-10-15 | instance.c: Fix whitespace. | Uwe Hermann | |
2014-08-14 | Whitespace and consistency fixes. | Uwe Hermann | |
2014-07-08 | Remove dependency on Python.h from public API header | Marcus Comstedt | |
This prevents Python.h from being included into client code, where it can mess things up by e.g. redefining _POSIX_C_SOURCE. | |||
2014-05-04 | Mark some variables more consistently as SRD_PRIV. | Uwe Hermann | |
2014-05-04 | Update a few Doxygen @since tags. | Uwe Hermann | |
2014-04-15 | instance.c: s/probe/channel/. | Uwe Hermann | |
2014-04-15 | debug: Log unitsize when configuring channel map. | Bert Vermeulen | |
2014-04-13 | Rename 'probe' to 'channel' everywhere. | Uwe Hermann | |
Variables of type 'struct srd_channel *' are consistently named 'pdch' to make them easily distinguishable from libsigrok's 'struct sr_channel *' variables that are consistently named 'ch'. | |||
2014-03-11 | Fixed g_variant_get_double copy-paste error | Joel Holdsworth | |
2014-03-10 | Change PD options to be a tuple of dictionaries. | Bert Vermeulen | |
Each option consists of a dictionary with the following keys: id The option id, which is passed in when setting a value. desc A description of the option, suitable for display. def The default value for this option. values (optional) If present, a tuple containing values the option may take. They must be of the same type as the default. Valid types for the options are UTF-8-encoded strings, integers, and floating point values. | |||
2014-02-24 | Make the data unit size configurable | Daniel Elstner | |
2014-01-31 | srd_inst_probe_set_all: Error out upon missing required probes. | Uwe Hermann | |
2013-12-10 | API clarification. | Bert Vermeulen | |
2013-11-26 | Remove 64-probe limit. | Bert Vermeulen | |
Fixes bug 120. | |||
2013-11-16 | Only instance-related functionality remains, rename source file | Bert Vermeulen | |