summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-03srd.c: Fix typo to avoid Doxygen output for srd_check_init().Uwe Hermann
2014-05-03Doxygen: Don't parse anything in tests/ or doxy/.Uwe Hermann
2014-05-03doxygen: Updated Doxyfile to doxygen 1.8.6.Uwe Hermann
2014-05-03Don't define names ending with _t (POSIX reserved).Uwe Hermann
2014-05-03edid: s/annotation type/annotation class/.Uwe Hermann
2014-05-03tests/check_session.c: Use UINT64_MAX.Uwe Hermann
2014-04-24Detect Python 3.4 if not installed as "python3".Bert Vermeulen
2014-04-15instance.c: s/probe/channel/.Uwe Hermann
2014-04-15All PDs: More consistent OUTPUT_PYTHON format docs.Uwe Hermann
2014-04-15sdcard_spi: Avoid duplicate keys in a Python dict.Uwe Hermann
2014-04-15All PDs: Bump api_version to 2.Uwe Hermann
2014-04-15All PDs: Drop some unneeded comments.Uwe Hermann
2014-04-15nunchuk: Fix PD to become usable in GUIs.Uwe Hermann
2014-04-15debug: Log unitsize when configuring channel map.Bert Vermeulen
2014-04-13.gitignore: Add test-suite.log.Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-04-13z80: Fix incorrect license field.Uwe Hermann
2014-04-13Switch to a non-recursive automake setup.Uwe Hermann
2014-04-13README: Update build dependencies list.Uwe Hermann
2014-04-09configure.ac: Clearly mark required and optional libs.Uwe Hermann
2014-03-20Bump minimum Python version to 3.2Bert Vermeulen
2014-03-20pdtest: Add support for code coverage.Bert Vermeulen
2014-03-20runtc: Add list of missed lines to coverage output.Bert Vermeulen
2014-03-18usb_packet: Fix an incorrect index.Uwe Hermann
2014-03-18usb_packet: Provide better short/long annotations.Uwe Hermann
2014-03-18usb_signalling: Make each symbol an annotation class.Uwe Hermann
2014-03-18usb_signalling: Provide better short/long annotations.Uwe Hermann
2014-03-17Add support for code coverage of used decoder modules.Bert Vermeulen
2014-03-14Bring various test output files up to date.Bert Vermeulen
2014-03-14pdtest: Small fix.Bert Vermeulen
2014-03-12Various PDs: Minor option related fixes.Uwe Hermann
2014-03-12Various PDs: Drop currently unsupported probes in stacked PDs.Uwe Hermann
2014-03-12can: Make sample_point a float option.Uwe Hermann
2014-03-11Fix enumeration of option values.Bert Vermeulen
2014-03-11Fixed g_variant_get_double copy-paste errorJoel Holdsworth
2014-03-10ir_nec: Update to recent PD API changes.Uwe Hermann
2014-03-10ir_nec: Add support for higher-level remote control annotations.Uwe Hermann
2014-03-10ir_nec: Addresses and commands are transmitted LSB-first.Uwe Hermann
2014-03-10ir_nec: Add support for more fields.Uwe Hermann
2014-03-10ir_nec: Drop some unneeded options.Uwe Hermann
2014-03-10Rename 'ir_nec6122' PD to 'ir_nec', minor fixes and simplifications.Uwe Hermann
2014-03-10Add NEC IR protocol decoder.Gump Yang
2014-03-10Probes, optional probes and annotations now take a tuple.Bert Vermeulen
2014-03-10ir_rc5: Change PD options to be a tuple of dictionaries.Bert Vermeulen
2014-03-10Remove unused probes and optionsBert Vermeulen
2014-03-10Change PD options to be a tuple of dictionaries.Bert Vermeulen
2014-03-06onewire_link: Replaced us with µsJoel Holdsworth
2014-03-05ir_rc5: Fix incorrect bit length of RC-5 packets.Uwe Hermann
2014-03-05ir_rc5: Don't throw exception upon invalid edge distances.Uwe Hermann
2014-03-05ir_rc5: Only determine edge type once.Uwe Hermann