Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-16 | sr/srd: SR_API/SRD_API/etc. is a no-op on MinGW. | Uwe Hermann | |
This avoids warnings on a MinGW build. The feature depends on ELF files, but MinGW/Windows uses PE files. | |||
2012-04-16 | srd: Quickfix for MinGW build issue. | Uwe Hermann | |
2012-04-15 | srd: Add functions to query srd version(s). | Uwe Hermann | |
2012-04-10 | sr/srd: Use/fix SR(D)_MAX_NUM_PROBES. | Uwe Hermann | |
2012-04-06 | srd/i2s: Added links to documentation | Joel Holdsworth | |
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 | |
No need to use the LIBSIGROKDECODE_ prefix here when we use SRD_ everywhere else. Also, better distinction between package version and lib version. | |||
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 | |
We'll have a libsigrok and a libsigrokdecode release soon. After that, any API changes must be properly documented and reflected in the SO version (and package version) numbers of the libs. | |||
2012-03-21 | srd: Drop ebr30a_i2c_demux in favor of i2cdemux. | Uwe Hermann | |
The i2cdemux protocol decoder is the more generic version of the obsolete ebr30a_i2c_demux decoder, and should be able (now or later) to do everything that ebr30a_i2c_demux can do. | |||
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 | |
The next (and first) libsigrok release will be called 0.1.0. The next (and first) libsigrokdecode release will be called 0.1.0. The next sigrok-cli release will be called 0.3.0 (as we already had a 0.1 and 0.2 release of sigrok-cli; those did not yet use the libs, though). sigrok-gtk and sigrok-qt didn't have any releases yet, so their version numbers are set to 0.1.0. Also, consistently use three numbers/digits for our version numbers. | |||
2012-03-21 | srd: srd_exit(): Set pd_list to NULL after freeing. | Uwe Hermann | |
This will ensure that any subsequent checks for pd_list == NULL work properly. | |||
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 | |
We should consistently use the same name for the same thing. | |||
2012-03-02 | sr: Name all callback data 'cb_data'. | Uwe Hermann | |
2012-03-01 | sr/srd: Consistency fixes for callbacks. | Uwe Hermann | |
- Callback function pointer typedefs end with _t. - Variables holding callback functions are named 'cb' everywhere. | |||
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 | |