summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-09All PDs: Drop unneeded exceptions.Uwe Hermann
2014-07-08Add nRF24L01(+) protocol decoder.Jens Steinhauser
2014-07-08spi: Fix order of MISO/MOSI data items.Jens Steinhauser
2014-07-08pdtest: Use new exception output.Bert Vermeulen
2014-07-08Make exception output more predictable.Bert Vermeulen
2014-07-08Remove dependency on Python.h from public API headerMarcus Comstedt
2014-07-08runtc: Fix incorrect include directiveMarcus Comstedt
2014-07-08srd_decoder_load_all_path: Support zipimport pathsMarcus Comstedt
2014-06-27spi: Add coverage tests for all exceptions.Bert Vermeulen
2014-06-27spi: Add coverage tests for all mosi/miso and lsb/msb combinations.Bert Vermeulen
2014-06-27spi: Refactor for more coverage, and remove dead code.Bert Vermeulen
2014-06-26runtc: PD option value is a GVariant, not string.Bert Vermeulen
2014-06-24pdtest: Generate report regardless of verbose mode.Bert Vermeulen
2014-06-24edid: Add another test, covering more code in the PD.Bert Vermeulen
2014-06-24pdtest: Generate a report listing missed lines across the whole PD.Bert Vermeulen
2014-06-23i2c: Generate proper exception for missing samplerate, and test for it.Bert Vermeulen
2014-06-23pdtest/runtc: Support for output type 'exception'.Bert Vermeulen
2014-06-15do not add check to common cflags/libsMike Frysinger
2014-06-15fix test operatorMike Frysinger
2014-05-23runtc.c: Fix compiler warningKumar Abhishek
2014-05-23libsigrokdecode: Fix make -j issue with build_runtcKumar Abhishek
2014-05-09Add python as a pkg-config dependencyAbhishek Kumar
2014-05-06configure.ac: Bump package version to 0.3.0.Uwe Hermann
2014-05-06configure.ac: Bump libtool/library version from 1:0:0 to 2:0:0.Uwe Hermann
2014-05-06Bump libsigrok (optional) dependency to 0.3.0.Uwe Hermann
2014-05-06NEWS: Add list of user-visible changes so far.Uwe Hermann
2014-05-05Makefile.am: Add HACKING to the tarball.Uwe Hermann
2014-05-04Only load and use PDs of API version 2.Uwe Hermann
2014-05-04README: Document python3-coverage requirement for tests.Uwe Hermann
2014-05-04Fix 'make install' on OSes where 'python3' doesn't exist.Uwe Hermann
2014-05-04HACKING: Update to current conventions.Uwe Hermann
2014-05-04Mark some variables more consistently as SRD_PRIV.Uwe Hermann
2014-05-04log.c: Avoid using the same name for a variable and enum.Uwe Hermann
2014-05-04Update a few Doxygen @since tags.Uwe Hermann
2014-05-04libsigrokdecode.h: Give type names to all enumerations.Uwe Hermann
2014-05-04tools/install-decoders: Minor consistency fix.Uwe Hermann
2014-05-03Move srd_check_init() to decoder.c and make it static.Uwe Hermann
2014-05-03Make 'pd_list' static, it's only used in one file.Uwe Hermann
2014-05-03Make the srd_Decoder type private.Uwe Hermann
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