]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2014-06-15 Mike Frysingerfix test operator
2014-05-23 Kumar Abhishekruntc.c: Fix compiler warning
2014-05-23 Kumar Abhisheklibsigrokdecode: Fix make -j issue with build_runtc
2014-05-09 Abhishek KumarAdd python as a pkg-config dependency
2014-05-06 Uwe Hermannconfigure.ac: Bump package version to 0.3.0.
2014-05-06 Uwe Hermannconfigure.ac: Bump libtool/library version from 1:0...
2014-05-06 Uwe HermannBump libsigrok (optional) dependency to 0.3.0.
2014-05-06 Uwe HermannNEWS: Add list of user-visible changes so far.
2014-05-04 Uwe HermannMakefile.am: Add HACKING to the tarball.
2014-05-04 Uwe HermannOnly load and use PDs of API version 2.
2014-05-04 Uwe HermannREADME: Document python3-coverage requirement for tests.
2014-05-04 Uwe HermannFix 'make install' on OSes where 'python3' doesn't...
2014-05-04 Uwe HermannHACKING: Update to current conventions.
2014-05-04 Uwe HermannMark some variables more consistently as SRD_PRIV.
2014-05-04 Uwe Hermannlog.c: Avoid using the same name for a variable and...
2014-05-04 Uwe HermannUpdate a few Doxygen @since tags.
2014-05-04 Uwe Hermannlibsigrokdecode.h: Give type names to all enumerations.
2014-05-03 Uwe Hermanntools/install-decoders: Minor consistency fix.
2014-05-03 Uwe HermannMove srd_check_init() to decoder.c and make it static.
2014-05-03 Uwe HermannMake 'pd_list' static, it's only used in one file.
2014-05-03 Uwe HermannMake the srd_Decoder type private.
2014-05-03 Uwe Hermannsrd.c: Fix typo to avoid Doxygen output for srd_check_i...
2014-05-03 Uwe HermannDoxygen: Don't parse anything in tests/ or doxy/.
2014-05-03 Uwe Hermanndoxygen: Updated Doxyfile to doxygen 1.8.6.
2014-05-03 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-05-03 Uwe Hermannedid: s/annotation type/annotation class/.
2014-05-03 Uwe Hermanntests/check_session.c: Use UINT64_MAX.
2014-04-24 Bert VermeulenDetect Python 3.4 if not installed as "python3".
2014-04-15 Uwe Hermanninstance.c: s/probe/channel/.
2014-04-15 Uwe HermannAll PDs: More consistent OUTPUT_PYTHON format docs.
2014-04-15 Uwe Hermannsdcard_spi: Avoid duplicate keys in a Python dict.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-15 Uwe HermannAll PDs: Drop some unneeded comments.
2014-04-15 Uwe Hermannnunchuk: Fix PD to become usable in GUIs.
2014-04-14 Bert Vermeulendebug: Log unitsize when configuring channel map.
2014-04-13 Uwe Hermann.gitignore: Add test-suite.log.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-04-13 Uwe Hermannz80: Fix incorrect license field.
2014-04-13 Uwe HermannSwitch to a non-recursive automake setup.
2014-04-13 Uwe HermannREADME: Update build dependencies list.
2014-04-09 Uwe Hermannconfigure.ac: Clearly mark required and optional libs.
2014-03-20 Bert VermeulenBump minimum Python version to 3.2
2014-03-20 Bert Vermeulenpdtest: Add support for code coverage.
2014-03-20 Bert Vermeulenruntc: Add list of missed lines to coverage output.
2014-03-18 Uwe Hermannusb_packet: Fix an incorrect index.
2014-03-18 Uwe Hermannusb_packet: Provide better short/long annotations.
2014-03-18 Uwe Hermannusb_signalling: Make each symbol an annotation class.
2014-03-18 Uwe Hermannusb_signalling: Provide better short/long annotations.
2014-03-17 Bert VermeulenAdd support for code coverage of used decoder modules.
2014-03-14 Bert VermeulenBring various test output files up to date.
2014-03-14 Bert Vermeulenpdtest: Small fix.
2014-03-12 Uwe HermannVarious PDs: Minor option related fixes.
2014-03-11 Uwe HermannVarious PDs: Drop currently unsupported probes in stack...
2014-03-11 Uwe Hermanncan: Make sample_point a float option.
2014-03-11 Bert VermeulenFix enumeration of option values.
2014-03-11 Joel HoldsworthFixed g_variant_get_double copy-paste error
2014-03-10 Uwe Hermannir_nec: Update to recent PD API changes.
2014-03-10 Uwe Hermannir_nec: Add support for higher-level remote control...
2014-03-10 Uwe Hermannir_nec: Addresses and commands are transmitted LSB...
2014-03-10 Uwe Hermannir_nec: Add support for more fields.
2014-03-10 Uwe Hermannir_nec: Drop some unneeded options.
2014-03-10 Uwe HermannRename 'ir_nec6122' PD to 'ir_nec', minor fixes and...
2014-03-10 Gump YangAdd NEC IR protocol decoder.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-10 Bert Vermeulenir_rc5: Change PD options to be a tuple of dictionaries.
2014-03-09 Bert VermeulenRemove unused probes and options
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-03-05 Joel Holdsworthonewire_link: Replaced us with µs
2014-03-05 Uwe Hermannir_rc5: Fix incorrect bit length of RC-5 packets.
2014-03-05 Uwe Hermannir_rc5: Don't throw exception upon invalid edge distances.
2014-03-05 Uwe Hermannir_rc5: Only determine edge type once.
2014-03-03 Uwe HermannAdd initial RC-5 IR protocol decoder.
2014-03-02 Daniel Elstnerz80: Use methods directly as state values.
2014-02-28 Daniel Elstnerz80: Display not-taken conditional calls correctly.
2014-02-28 Daniel Elstnerz80: Fix display of read/modify/write instructions.
2014-02-28 Daniel Elstnerz80: Shorten annotation ID 'warning' to 'warn'.
2014-02-27 Daniel Elstnerz80: Output jump offsets relative to instruction start.
2014-02-27 Daniel Elstnerz80: Format hex numbers with leading zero if necessary.
2014-02-24 Daniel Elstnerz80: Use list comprehensions for bus probes.
2014-02-24 Daniel Elstnerz80: New decoder for disassembling Z80 CPU instructions.
2014-02-24 Daniel ElstnerMake the data unit size configurable
2014-02-23 Uwe Hermannuart: Emit per-bit annotations and OUTPUT_PYTHON data.
2014-02-23 Uwe Hermannxfp: Drop unused "import os".
2014-02-23 Uwe Hermannjtag: Use list comprehensions.
2014-02-23 Uwe Hermannsdcard_spi: Use list comprehensions.
2014-02-23 Uwe Hermannrtc8564: Use list comprehensions.
2014-02-23 Uwe Hermannrgb_led_spi: Shorten name/description (drop "mode").
2014-02-19 Uwe Hermannspi: Fix some start/end samplenumbers for PYTHON output.
2014-02-19 Uwe Hermannspi: Fix a bug when only supplying MOSI (but not MISO).
2014-02-19 Uwe Hermannrgb_led: Rename PD to rgb_led_spi.
2014-02-19 Uwe Hermannrgb_led: Fix annotation end sample numbers.
2014-02-19 Uwe Hermannrgb_led: Minor cosmetics, whitespace.
2014-02-19 Matt RanostayInitial RGB LED decoder
2014-02-09 Uwe Hermannusb_packet: s/NACK/NAK/.
2014-02-09 Uwe Hermannusb_packet: Use annotation classes and annotation rows.
2014-02-09 Uwe Hermannsdcard_spi: Adapt for MSB-first bits from spi PD.
2014-02-09 Uwe Hermannspi: Use/store bits in MSB-first order.
2014-02-09 Uwe Hermannspi: Fix warnings about CS# being de-asserted.
2014-02-09 Uwe Hermannrtc8564: Improve short annotations.
2014-02-09 Uwe Hermannrtc8564: Provide per-bit annotations.
next