Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-16 | Use g_strerror() in favor of strerror(). | Uwe Hermann | |
2015-08-20 | Pass unitsize to srd_session_send() directly. | Uwe Hermann | |
Follow an API change in libsigrokdecode where srd_inst_channel_set_all() no longer gets passed a unitsize, but rather srd_session_send() gets it. | |||
2015-03-30 | Constify a few parameters. | Uwe Hermann | |
2015-03-30 | Minor cosmetics. | Uwe Hermann | |
2015-03-30 | Make a few variables and functions static. | Uwe Hermann | |
2015-03-30 | Update due to sr_session_load() API change. | Uwe Hermann | |
2014-11-11 | Use getters now that 'struct sr_dev_inst' is opaque. | Uwe Hermann | |
2014-11-09 | runtc: Support loading *.sr files with unitsize != 1. | Uwe Hermann | |
2014-10-14 | runtc: Add support for integer PD options. | Uwe Hermann | |
So far only string options were supported. | |||
2014-09-15 | Replace ann_format with ann_class. | Uwe Hermann | |
The naming has been changed to "annotation class" a while ago. | |||
2014-09-01 | Add initial set of PD tests. | Uwe Hermann | |
This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously. |