2012-03-04 |
Uwe Hermann | srd: PDs: Consistency/cosmetic fixes. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Uwe Hermann | sr/srd: s/handler/callback/. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Uwe Hermann | sr: Name all callback data 'cb_data'. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Uwe Hermann | sr/srd: Consistency fixes for callbacks. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Bert Vermeulen | srd: I2C: change format to have ACK/NACK bits as separa... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Bert Vermeulen | srd: fix SIGROKDECODE_DIR env variable brokenness |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Bert Vermeulen | srd: properly return status code |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Uwe Hermann | srd: PDs: Whitespace and cosmetics. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Bert Vermeulen | srd: rename public API functions to srd_thing_action... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Bert Vermeulen | srd: don't load all protocol decoders unless we really... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Bert Vermeulen | srd: last public/private fix, and docs for all publis... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Bert Vermeulen | srd: finish up public/private API |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Bert Vermeulen | srd: no public API functions use python-specific argume... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Bert Vermeulen | srd: extra module path can now optionally be passed... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Uwe Hermann | Rename 'void *' callback parameters to 'user_data'. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Uwe Hermann | srd: Every callback should have a 'void *' parameter. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Uwe Hermann | Use g_try_malloc/g_free/g_strdup consistently. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Bert Vermeulen | srd: rename all instance to inst |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | srd: Update README. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | srd: s/python/Python/. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | srd: Add/improve g_malloc() error messages. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | srd: Move private symbols to sigrokdecode-internal.h. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | srd: Add/use SRD_API/SRD_PRIV macros. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | srd: Cosmetics, whitespace, coding-style fixes. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | srd: More consistent log related function names. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Uwe Hermann | Project-wide consistent naming for #include guards. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Uwe Hermann | autogen.sh: aclocal support for Windows XP/Vista/7. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Uwe Hermann | srd: Add explicit srd_pd_output_callback_t typedef. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: Properly use append() for appending to lists. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: Move all protocol docs to __init__.py files. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: spi: Use strings for most options. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: uart: Use strings for most PD options. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: uart: Move protocol docs to __init__.py. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: uart: Add missing initialization. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: uart: Use strings for packet types. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: rename extra_probes to optional_probes in all PDs |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: rename extra_probes to optional_probes |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: free all decoder instances when unloading decoders |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: avoid POSIX_SOURCE warning |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: remove obsolete DDC-only I2C filter |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: add generic I2C filter PD |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Uwe Hermann | srd: Add missing <inttypes.h> #include (for PRIu64). |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Bert Vermeulen | edid: properly deal with leading I2C crud + small fixes |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Bert Vermeulen | srd: removed stray malloc() |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Bert Vermeulen | srd: clear objects after final decref, so it doesn... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Bert Vermeulen | edid: move PD docstring to __init__.py |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Bert Vermeulen | srd: add EDID 1.3 decoder |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Bert Vermeulen | ddc: add protocol output |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | Update/enforce/document our build requirements. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | srd: Drop unneeded check, g_free() handles NULL fine. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | srd: PDs: Cleanups, simplifications, small fixes. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Uwe Hermann | srd: mlx90614: Show more exact temperature. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Uwe Hermann | srd: Use PRIu64 for uint64_t values. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Bert Vermeulen | srd: add more debugging around probe mapping |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Bert Vermeulen | srd: use format string where one is expected |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Uwe Hermann | srd: Melexis MLX90614 Infrared Thermometer decoder. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Uwe Hermann | srd: Remove manual log domain ("srd: ") prefixes. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Uwe Hermann | srd: log: Support for setting a log domain (prefix). |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: UART: s/parity/parity_type/. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: All PDs: Various fixes, cosmetics. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: mx25lxx05d: Cleanups, add optional probes. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: Support for registering a custom log handler. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: Add Epson RTC-8564 JE/NB protocol decoder. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Bert Vermeulen | srd: properly recurse into PD instances when looking... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Bert Vermeulen | sr: better error reporting |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Bert Vermeulen | srd: change struct srd_pd_output to have a path to... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Uwe Hermann | srd: Prepend (not append) PD dirs to sys.path. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: deal with invalid probe specifications better |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: i2cdemux: add missing Makefile.am |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: use new exception system everywhere |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: add python exception catcher, which routes to... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: minor code cleanup |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Uwe Hermann | srd: Add generic i2cdemux protocol decoder. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Bert Vermeulen | srd: make all debugging and error reporting uniform |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: use more appropriate calls for integer constants |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: better check for PDs with no defined probes |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: fix probe mapping |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: support for mapping probes |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: decoder class structure check belongs in module... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | add py_dictitem_as_str(), more checking in py_attr_as_str() |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Uwe Hermann | srd: UART: Update to new options API. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Uwe Hermann | srd: SPI: Convert to new options API. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bert Vermeulen | srd: fix decoder loading, and back to using glib dirent... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bert Vermeulen | srd: don't check directory structure a PD is in, but... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bert Vermeulen | srd: simplified error checking, in preparation for... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bert Vermeulen | accept only supported types in decoder class default... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Uwe Hermann | srd: Windows/MinGW Python path format fixes. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Bert Vermeulen | srd: always set default options, regardless of overrides |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Bert Vermeulen | I2C: no need to copy default option values over from... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Bert Vermeulen | SRD: support setting per-PD options |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Bert Vermeulen | srd: don't decref an object we don't own |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | I2C: properly use sample numbers in proto/annotation... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | srd: PDs now get a logic feed with sample numbers,... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Add 'api_version = 1' to all PDs. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Each PD now has its own subdirectory. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | move sigrokdecode.Decoder type to its own source file |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Decoders: Remove author/email fields. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Bring back small stuff lost in the merge. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | srd: rename srd_usb to what it thinks it's called |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | srd: rename srd_usb to what it thinks it's called |
commit | commitdiff | tree | snapshot |
next |