]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2012-04-16 Uwe Hermannsrd: Quickfix for MinGW build issue.
2012-04-15 Uwe Hermannsrd: Add functions to query srd version(s).
2012-04-10 Uwe Hermannsr/srd: Use/fix SR(D)_MAX_NUM_PROBES.
2012-04-06 Joel Holdsworthsrd/i2s: Added links to documentation
2012-04-06 Joel Holdsworthsrd/i2s: Added sample-rate and bit-depth to report
2012-04-06 Joel Holdsworthsrd/i2s: Print a warning on receiving a malformed word
2012-04-06 Joel Holdsworthsrd/i2s: Initial implementation
2012-03-31 Uwe Hermannsrd: Disable 'nunchuk' PD for now, it's unfinished.
2012-03-31 Uwe Hermannsrd: Decoders: Fix/simplify samplenum usage.
2012-03-31 Uwe Hermannsr/srd: Fix 'make distcheck'.
2012-03-31 Uwe Hermannsr/srd: Add ChangeLog to ignore list, it's generated.
2012-03-31 Uwe Hermannsrd: Generate ChangeLog from git upon 'make dist'.
2012-03-31 Uwe Hermannsrd: Add NEWS file.
2012-03-31 Uwe Hermannsrd: SRD_PACKAGE_VERSION_* for consistency.
2012-03-27 Uwe Hermannsrd: Some more (optional) consistency renames.
2012-03-27 Uwe Hermannsrd/cli/qt: Some more API consistency renames.
2012-03-27 Uwe Hermannsrd: PDs: Kill obsolete 'longdesc' entries.
2012-03-24 Uwe Hermannsrd: Add .gitignore file.
2012-03-24 Uwe Hermannsrd: sigrokdecode.h: Add version macros.
2012-03-24 Uwe Hermannsrd: Rename sigrokdecode.h to sigrokdecode.h.in.
2012-03-24 Uwe Hermannsrd: List 'report()' in all PDs for consistency.
2012-03-21 Uwe Hermannsrd: Drop unused inputformats/outputformats entries.
2012-03-21 Uwe Hermannsr/srd: Remove API warnings from READMEs.
2012-03-21 Uwe Hermannsrd: Drop ebr30a_i2c_demux in favor of i2cdemux.
2012-03-21 Uwe Hermannsr/srd: Small fixes, constifications, doc updates.
2012-03-21 Uwe Hermannsr/cli/gtk/qt: Fix package version numbers / docs.
2012-03-21 Uwe Hermannsrd: srd_exit(): Set pd_list to NULL after freeing.
2012-03-21 Uwe Hermannsrd/cli/qt: s/srd_session_feed/srd_session_send/.
2012-03-18 Uwe Hermannsrd/cli/qt:s/decoders/decoder/ for consistency.
2012-03-18 Uwe Hermannsrd: Constify lots more parameters.
2012-03-18 Uwe Hermannsrd: Cosmetics, fix/add Doxygen comments.
2012-03-18 Uwe Hermannsrd: Fix typos.
2012-03-14 Uwe Hermannsrd: Drop unused ARRAY_SIZE/ARRAY_AND_SIZE for now.
2012-03-04 Uwe Hermannsrd: I2C: Update PD protocol docs.
2012-03-04 Uwe Hermannsrd: PDs: More cosmetics.
2012-03-04 Uwe Hermannsrd: PDs: Use strings for states, too.
2012-03-04 Uwe Hermannsrd: PDs: Consistency/cosmetic fixes.
2012-03-04 Uwe Hermannsr/srd: s/handler/callback/.
2012-03-02 Uwe Hermannsr: Name all callback data 'cb_data'.
2012-03-01 Uwe Hermannsr/srd: Consistency fixes for callbacks.
2012-02-28 Bert Vermeulensrd: I2C: change format to have ACK/NACK bits as separa...
2012-02-28 Bert Vermeulensrd: fix SIGROKDECODE_DIR env variable brokenness
2012-02-28 Bert Vermeulensrd: properly return status code
2012-02-27 Uwe Hermannsrd: PDs: Whitespace and cosmetics.
2012-02-14 Bert Vermeulensrd: rename public API functions to srd_thing_action...
2012-02-14 Bert Vermeulensrd: don't load all protocol decoders unless we really...
2012-02-12 Bert Vermeulensrd: last public/private fix, and docs for all publis...
2012-02-12 Bert Vermeulensrd: finish up public/private API
2012-02-12 Bert Vermeulensrd: no public API functions use python-specific argume...
2012-02-12 Bert Vermeulensrd: extra module path can now optionally be passed...
2012-02-11 Uwe HermannRename 'void *' callback parameters to 'user_data'.
2012-02-11 Uwe Hermannsrd: Every callback should have a 'void *' parameter.
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-11 Bert Vermeulensrd: rename all instance to inst
2012-02-10 Uwe Hermannsrd: Update README.
2012-02-10 Uwe Hermannsrd: s/python/Python/.
2012-02-10 Uwe Hermannsrd: Add/improve g_malloc() error messages.
2012-02-10 Uwe Hermannsrd: Move private symbols to sigrokdecode-internal.h.
2012-02-10 Uwe Hermannsrd: Add/use SRD_API/SRD_PRIV macros.
2012-02-10 Uwe Hermannsrd: Cosmetics, whitespace, coding-style fixes.
2012-02-10 Uwe Hermannsrd: More consistent log related function names.
2012-02-05 Uwe HermannProject-wide consistent naming for #include guards.
2012-02-05 Uwe Hermannautogen.sh: aclocal support for Windows XP/Vista/7.
2012-02-02 Uwe Hermannsrd: Add explicit srd_pd_output_callback_t typedef.
2012-02-01 Uwe Hermannsrd: Properly use append() for appending to lists.
2012-02-01 Uwe Hermannsrd: Move all protocol docs to __init__.py files.
2012-02-01 Uwe Hermannsrd: spi: Use strings for most options.
2012-02-01 Uwe Hermannsrd: uart: Use strings for most PD options.
2012-02-01 Uwe Hermannsrd: uart: Move protocol docs to __init__.py.
2012-02-01 Uwe Hermannsrd: uart: Add missing initialization.
2012-02-01 Uwe Hermannsrd: uart: Use strings for packet types.
2012-01-31 Bert Vermeulensrd: rename extra_probes to optional_probes in all PDs
2012-01-31 Bert Vermeulensrd: rename extra_probes to optional_probes
2012-01-31 Bert Vermeulensrd: free all decoder instances when unloading decoders
2012-01-31 Bert Vermeulensrd: avoid POSIX_SOURCE warning
2012-01-31 Bert Vermeulensrd: remove obsolete DDC-only I2C filter
2012-01-31 Bert Vermeulensrd: add generic I2C filter PD
2012-01-31 Uwe Hermannsrd: Add missing <inttypes.h> #include (for PRIu64).
2012-01-30 Bert Vermeulenedid: properly deal with leading I2C crud + small fixes
2012-01-30 Bert Vermeulensrd: removed stray malloc()
2012-01-30 Bert Vermeulensrd: clear objects after final decref, so it doesn...
2012-01-29 Bert Vermeulenedid: move PD docstring to __init__.py
2012-01-29 Bert Vermeulensrd: add EDID 1.3 decoder
2012-01-29 Bert Vermeulenddc: add protocol output
2012-01-28 Uwe HermannUpdate/enforce/document our build requirements.
2012-01-28 Uwe Hermannsrd: Drop unneeded check, g_free() handles NULL fine.
2012-01-28 Uwe Hermannsrd: PDs: Cleanups, simplifications, small fixes.
2012-01-27 Uwe Hermannsrd: mlx90614: Show more exact temperature.
2012-01-27 Uwe Hermannsrd: Use PRIu64 for uint64_t values.
2012-01-27 Bert Vermeulensrd: add more debugging around probe mapping
2012-01-27 Bert Vermeulensrd: use format string where one is expected
2012-01-26 Uwe Hermannsrd: Melexis MLX90614 Infrared Thermometer decoder.
2012-01-26 Uwe Hermannsrd: Remove manual log domain ("srd: ") prefixes.
2012-01-26 Uwe Hermannsrd: log: Support for setting a log domain (prefix).
2012-01-25 Uwe Hermannsrd: UART: s/parity/parity_type/.
2012-01-25 Uwe Hermannsrd: All PDs: Various fixes, cosmetics.
2012-01-25 Uwe Hermannsrd: mx25lxx05d: Cleanups, add optional probes.
2012-01-25 Uwe Hermannsrd: Support for registering a custom log handler.
2012-01-25 Uwe Hermannsrd: Add Epson RTC-8564 JE/NB protocol decoder.
2012-01-25 Bert Vermeulensrd: properly recurse into PD instances when looking...
next