Age | Commit message (Expand) | Author |
2012-04-06 | srd/i2s: Added sample-rate and bit-depth to report | Joel Holdsworth |
2012-04-06 | srd/i2s: Print a warning on receiving a malformed word | Joel Holdsworth |
2012-04-06 | srd/i2s: Initial implementation | Joel Holdsworth |
2012-03-31 | srd: Disable 'nunchuk' PD for now, it's unfinished. | Uwe Hermann |
2012-03-31 | srd: Decoders: Fix/simplify samplenum usage. | Uwe Hermann |
2012-03-31 | sr/srd: Fix 'make distcheck'. | Uwe Hermann |
2012-03-31 | sr/srd: Add ChangeLog to ignore list, it's generated. | Uwe Hermann |
2012-03-31 | srd: Generate ChangeLog from git upon 'make dist'. | Uwe Hermann |
2012-03-31 | srd: Add NEWS file. | Uwe Hermann |
2012-03-31 | srd: SRD_PACKAGE_VERSION_* for consistency. | Uwe Hermann |
2012-03-28 | srd: Some more (optional) consistency renames. | Uwe Hermann |
2012-03-28 | srd/cli/qt: Some more API consistency renames. | Uwe Hermann |
2012-03-28 | srd: PDs: Kill obsolete 'longdesc' entries. | Uwe Hermann |
2012-03-24 | srd: Add .gitignore file. | Uwe Hermann |
2012-03-24 | srd: sigrokdecode.h: Add version macros. | Uwe Hermann |
2012-03-24 | srd: Rename sigrokdecode.h to sigrokdecode.h.in. | Uwe Hermann |
2012-03-24 | srd: List 'report()' in all PDs for consistency. | Uwe Hermann |
2012-03-21 | srd: Drop unused inputformats/outputformats entries. | Uwe Hermann |
2012-03-21 | sr/srd: Remove API warnings from READMEs. | Uwe Hermann |
2012-03-21 | srd: Drop ebr30a_i2c_demux in favor of i2cdemux. | Uwe Hermann |
2012-03-21 | sr/srd: Small fixes, constifications, doc updates. | Uwe Hermann |
2012-03-21 | sr/cli/gtk/qt: Fix package version numbers / docs. | Uwe Hermann |
2012-03-21 | srd: srd_exit(): Set pd_list to NULL after freeing. | Uwe Hermann |
2012-03-21 | srd/cli/qt: s/srd_session_feed/srd_session_send/. | Uwe Hermann |
2012-03-18 | srd/cli/qt:s/decoders/decoder/ for consistency. | Uwe Hermann |
2012-03-18 | srd: Constify lots more parameters. | Uwe Hermann |
2012-03-18 | srd: Cosmetics, fix/add Doxygen comments. | Uwe Hermann |
2012-03-18 | srd: Fix typos. | Uwe Hermann |
2012-03-14 | srd: Drop unused ARRAY_SIZE/ARRAY_AND_SIZE for now. | Uwe Hermann |
2012-03-04 | srd: I2C: Update PD protocol docs. | Uwe Hermann |
2012-03-04 | srd: PDs: More cosmetics. | Uwe Hermann |
2012-03-04 | srd: PDs: Use strings for states, too. | Uwe Hermann |
2012-03-04 | srd: PDs: Consistency/cosmetic fixes. | Uwe Hermann |
2012-03-04 | sr/srd: s/handler/callback/. | Uwe Hermann |
2012-03-02 | sr: Name all callback data 'cb_data'. | Uwe Hermann |
2012-03-01 | sr/srd: Consistency fixes for callbacks. | Uwe Hermann |
2012-02-28 | srd: I2C: change format to have ACK/NACK bits as separate events | Bert Vermeulen |
2012-02-28 | srd: fix SIGROKDECODE_DIR env variable brokenness | Bert Vermeulen |
2012-02-28 | srd: properly return status code | Bert Vermeulen |
2012-02-28 | srd: PDs: Whitespace and cosmetics. | Uwe Hermann |
2012-02-14 | srd: rename public API functions to srd_thing_action format | Bert Vermeulen |
2012-02-14 | srd: don't load all protocol decoders unless we really need to. | Bert Vermeulen |
2012-02-12 | srd: last public/private fix, and docs for all publis functions. | Bert Vermeulen |
2012-02-12 | srd: finish up public/private API | Bert Vermeulen |
2012-02-12 | srd: no public API functions use python-specific arguments now | Bert Vermeulen |
2012-02-12 | srd: extra module path can now optionally be passed to srd_init() | Bert Vermeulen |
2012-02-11 | Rename 'void *' callback parameters to 'user_data'. | Uwe Hermann |
2012-02-11 | srd: Every callback should have a 'void *' parameter. | Uwe Hermann |
2012-02-11 | Use g_try_malloc/g_free/g_strdup consistently. | Uwe Hermann |
2012-02-11 | srd: rename all instance to inst | Bert Vermeulen |