Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
also minor code cleanups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using %d seems to silently work on Linux, but leads to a segfault on
Windows/MinGW.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- List all API methods and metadata variables in all PDs to make things
easier and more consistent for new PD writers.
- Fix probe assignment in a few PDs.
- Raise exceptions upon invalid states of the PD state machines (bug).
|
|
|
|
|
|
|
|
This fixes the confusion between parallel and linear stacks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added extra check to require start() and decode() methods in the
PD's Decoder class.
|
|
|
|
|
|
On Windows/MinGW, Python's sys.path needs entries of the form
'C:\\foo\\bar' instead of '/foo/bar'.
|
|
|
|
definition anymore: it happens automagically.
|
|
All decoder class options are automatically copied to a newly created
instance with their default value, which can be overridden with the
GHashTable passed to srd_instance_new().
Currently, only strings and integers are supported as option value
types. The type is set by the default value in the decoder class, and
enforced when overriding them. Integers can be specified in any
format python allows: 10, 0x0a and so on.
|