]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2018-05-17 Uwe HermannRandom whitespace/cosmetic/consistency fixes.
2018-05-17 Uwe Hermanntype_decoder.c: Fix a compiler warning (-Wswitch-default).
2018-05-17 Uwe Hermannconfigure.ac: Add some more compiler warning options.
2018-05-16 Uwe Hermannsrd_decoder_load_all_zip_path(): Fix a compiler warning...
2018-05-16 Uwe Hermannsrd_inst_channel_set_all(): Fix a compiler warning...
2018-05-16 Uwe Hermanntype_decoder.c: Drop unneeded g_free() NULL check.
2018-05-16 Uwe Hermanninstance.c: Fix a scan-build warning.
2018-05-16 Uwe Hermanndecoder.c: Fix a scan-build warning.
2018-05-16 Uwe Hermanntype_decoder.c: Fix a scan-build warning.
2018-05-16 Uwe Hermanninstance.c: Fix a memory leak reported by scan-build.
2018-05-16 Uwe Hermanntype_decoder.c: Fix a memory leak reported by scan...
2018-05-16 Uwe Hermanntype_decoder.c: Fix a memory leak reported by scan...
2018-05-15 Uwe HermannConvert some g_malloc0() to g_malloc().
2018-05-15 Uwe Hermannget_current_pinvalues(): Slightly simplify a code chunk.
2018-05-15 Uwe Hermannutil.c: Add two missing PyGILState_Release() calls.
2018-05-13 Uwe Hermannst7735: Merge reset_state() into reset().
2018-05-13 Aleksander... Simple decoder for ST7735 TFT controller
2018-05-12 Gerhard Sittigmcs48: add reset method, make A12 optional, unassorted...
2018-05-12 fenugrecAdd new decoder: Intel MCS-48
2018-05-09 Uwe Hermanntype_decoder.c: Drop incorrect Py_DECREF() calls.
2018-05-08 Uwe Hermanntype_decoder: Fixup memory leak in Decoder.put() (meta...
2018-05-08 Gerhard Sittigtype_decoder: fixup memory leak in Decoder.put() (annot...
2018-05-06 Uwe HermannDoxyfile: Set CREATE_SUBDIRS to NO.
2018-05-03 George Hopkinsjtag_stm32: Always switch state on new instruction
2018-05-03 George Hopkinsjtag_stm32: Fix handling of boundary scan TAP
2018-05-03 George Hopkinsjtag: Fix shifting of registers
2018-05-03 Uwe Hermannspiflash: Add Adesto AT45DB161E metadata.
2018-05-03 Aleksander... spiflash: Add basic Adesto AT45DBxx support (WRITE1...
2018-04-24 Gerhard Sittigdcf77: annotate unexpected bit numbers and values,...
2018-04-24 Gerhard Sittigdcf77: annotate invalid dow and month fields, do not...
2018-04-23 Gerhard Sittigdcf77, lpc: rephrase bit string formatting
2018-04-23 Gerhard Sittiginstance: return SRD_ERR_TERM_REQ when execution shall...
2018-04-23 Gerhard Sittiginstance: drop an unneeded "want wait() to terminate...
2018-04-21 Uwe Hermannlog: Move log level check so that it affects all handlers.
2018-04-20 Uwe Hermannsrd_exception_catch(): Beautify traceback logging output.
2018-04-20 Uwe HermannDecoder_register(): Drop an overly verbose log message.
2018-04-20 Uwe Hermannsrd_logv(): Add an explicit fflush().
2018-04-20 Uwe HermannShow backtrace when decode() aborts due to an error.
2018-04-12 Uwe Hermanncan: Fix incorrect stuff bit handling.
2018-04-08 Uwe HermannDrop overly verbose log messages about (un)loading...
2018-04-08 Uwe Hermannsda2506/qi: Add missing full stop in 'desc' field.
2018-04-08 Uwe Hermannrc_encode: Use different annotation classes for code...
2018-04-08 Uwe Hermannrc_encode: Use different annotation classes for differe...
2018-04-08 Uwe Hermannrc_encode: Add self.putx() helper.
2018-04-08 Uwe Hermannrc_encode: Use common self.ss/self.es naming.
2018-04-08 Uwe Hermannrc_encode: Use += operator where possible.
2018-04-08 Uwe Hermannrc_encode: Drop unneeded casts.
2018-04-08 steversigAdd initial rc_encode protocol decoder.
2018-03-31 Gerhard Sittigtest: add simple "no data" test case for decoder "termi...
2018-03-31 Gerhard Sittigsession: add "terminate and reset" support for protocol...
2018-03-31 Gerhard SittigDecoder: check for duplicate register() calls in common...
2018-03-31 Gerhard Sittigdecoder: rephrase .has_channel() argument parse logic
2018-03-31 Gerhard Sittiginstance: make sure oldpins array is available after...
2018-03-31 Gerhard Sittigadns5020: Python style nit, fixup whitespace
2018-03-31 Gerhard Sittigmax7219: introduce constructor and reset() method
2018-03-31 Gerhard Sittigmicrowire: introduce constructor and reset() method
2018-03-18 Uwe Hermannprint_searchpaths(): Print decoder and system search...
2018-03-17 Soeren ApelFix part of #1128 by adding a way to retrieve PD search...
2018-03-06 Max WellerAdd support for SDA2506 EEPROM serial protocol.
2018-03-06 Uwe HermannMinor whitespace/typo fixes.
2018-02-23 Uwe Hermanndali: Avoid CamelCase in most places.
2018-02-15 Gerhard Sittigir_nec: optionally accept input signals that include...
2018-02-13 Gerhard Sittigparallel: expand 'wordsize' description (bits vs cycles)
2018-02-13 Gerhard Sittigstepper_motor: make samplerate meta data optional
2018-02-13 Gerhard Sittigi2s: make samplerate meta data optional
2018-02-13 Gerhard Sittigi2c: make input samplerate optional
2018-02-10 Gerhard Sittigconfigure.ac: explicitly require pkg-config related...
2018-01-28 Gerhard Sittiggraycode, morse, pwm, usb_request, wiegand: cope with...
2018-01-28 Gerhard Sittigspi: cope when a sample rate of 0 was configured
2018-01-25 Gerhard Sittigac97: introduce first AC'97 decoder implementation...
2018-01-13 Uwe Hermanni2c: Drop obsolete 10bit slave address TODO.
2018-01-03 Gerhard Sittigcounter: make 'reset' signal polarity an option
2018-01-03 Uwe Hermanncounter: Make "word reset" an explicit annotation class...
2018-01-03 Stefan BrünsAdd a trivial "counter" decoder
2018-01-01 Gerhard Sittigparallel: implement consistent number formatting
2018-01-01 Gerhard Sittigparallel: unbreak and improve "word" de-multiplexing
2018-01-01 Gerhard Sittigparallel: cope with sparse input mappings, assume zero...
2018-01-01 Gerhard Sittigparallel: address minor style nits, no change in behaviour
2018-01-01 Gerhard Sittigparallel: unify decode() code paths with and without...
2017-12-22 Gerhard Sittigusb_power_delivery: enforce check order for start-of...
2017-12-22 Gerhard Sittigusb_power_delivery: fixup a Python style nit (dict...
2017-12-22 Gerhard Sittigusb_power_delivery: enforce numerical order of RDO...
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-12-22 Gerhard Sittigssi32: rename reset() helper method
2017-12-22 Gerhard Sittigmrf24j40: rename reset() helper method
2017-12-22 Gerhard Sittigade77xx: rename reset() helper method
2017-12-22 Gerhard Sittigsdcard_sd: remove unused .reset() method
2017-12-22 Gerhard Sittigam230x: rename reset() helper method
2017-12-22 Gerhard Sittigeeprom 24xx: rename reset() helper method
2017-12-17 Grant Millerir_nec: Make timing margin relative
2017-12-09 Uwe Hermanngraycode: Move bitpack/bitunpack to common/.
2017-12-09 Christoph RackwitzAdd a gray code and rotary encoder protocol decoder.
2017-12-09 Christoph RackwitzAdd a morse code protocol decoder.
2017-12-09 Marcus Comstedti2s: Fix unportable use of struct.pack
2017-12-09 Uwe Hermannmaple_bus: Add helpers to make the call sites a bit...
2017-12-09 Marcus ComstedtAdd an initial Maple bus decoder.
2017-11-11 Joel Holdsworthinstance.c: Removed redundant variable
2017-11-11 Joel Holdsworthconfigure.ac: Added AC_C_BIGENDIAN to autoconf
2017-11-11 Joel Holdsworthi2s: Set file size to 4Gb
2017-11-11 Joel Holdsworthi2s: Make 32-bit wav files
next