]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2018-09-09 Peetz0rusb_power_delivery: print more useful stuff
2018-09-05 Uwe Hermannswim: Simplify a code snippet.
2018-09-05 Mike JagdisDecoder for STM8 series MCUs SWIM protocol.
2018-08-30 Uwe Hermannsrd_exit(): Fix a -Wcast-function-type compiler warning.
2018-08-30 Uwe Hermannsrd_decoder_unload_all(): Fix a -Wcast-function-type...
2018-08-30 Gerhard Sittiglog: add a public srd_log_callback_get() API routine
2018-08-30 Soeren ApelMake srd_inst_decode() return the actual decoder state...
2018-08-30 Soeren Apelcounter: Consider edge counter offset also in word...
2018-08-30 Soeren Apelcounter: Let user decide how to handle the initial...
2018-08-30 Gerhard Sittigcounter: Introduce option to ignore edges
2018-08-30 Soeren Apelcounter: Use initial counter values also after a reset
2018-08-30 Josef Gajdusekspi: Create the out_bitrate annotation unconditionally
2018-08-29 Uwe Hermannedid: Shorten two code snippets.
2018-08-29 Stefan Brünsedid: Add support for extension blocks, cleanups
2018-08-25 Gerhard Sittiginstall: unbreak installation with Python 3.7 (os.errno)
2018-08-12 Uwe Hermannconfigure.ac: Also check for Python 3.7.
2018-08-11 Gerhard Sittigcounter: add support for user specified initial counter...
2018-08-11 Gerhard Sittigmdio: accept MDIO READ without previous ADDRESS command
2018-07-15 Gerhard Sittiguart: rephrase data bits to data value conversion
2018-07-15 Gerhard Sittigcommon: rephrase bitpack(), use list comprehension...
2018-06-22 Uwe Hermannjtag_ejtag: Simplify some code snippets.
2018-06-22 Uwe Hermannjtag_ejtag: Fix short/long annotation order.
2018-06-22 Uwe Hermannjtag_ejtag: Add short description in __init__.py.
2018-06-22 Uwe Hermannjtag_ejtag: Move bin2int() to common/srdhelper.
2018-06-22 Uwe Hermannjtag_ejtag: Simplify two code snippets.
2018-06-22 Uwe Hermannjtag_ejtag: Shorten variable names to ss/es.
2018-06-21 Vlad IvanovAdd MIPS EJTAG decoder
2018-06-10 Uwe Hermanncfp: Add reset() method.
2018-06-10 Uwe Hermanncfp: Use the Python in/range keywords.
2018-06-10 Uwe Hermanncfp: Shorten two variable names.
2018-06-10 Uwe Hermanncfp: Factor out self.putx().
2018-06-10 Uwe Hermanncfp: Reduce indentation level.
2018-06-10 Uwe Hermanncfp: Drop unneeded annotation prefix; plural fixes.
2018-06-10 Uwe Hermanncfp: Drop unused self.out_python.
2018-06-10 Uwe Hermanncfp: Fix incorrect copy-paste description.
2018-06-10 Elias OenalRevert "mdio: Add 'TURNAROUND' long/full annotation...
2018-06-10 Elias OenalAdd a CFP decoder.
2018-05-30 Uwe Hermanncounter: Drop unneeded tuple braces.
2018-05-30 Gerhard Sittigcounter: emit wider annotations for data and word counts
2018-05-30 Gerhard Sittigcounter: prepare for variable width annotations
2018-05-29 Gerhard Sittigcounter: explicit string formatting for annotation...
2018-05-29 Gerhard Sittigcounter: use local variables instead of instance variables
2018-05-29 Gerhard Sittigcounter: move some init code to the start of decode()
2018-05-29 Gerhard Sittigcounter: use symbolic names for input pins, wait condit...
2018-05-29 Gerhard Sittigcounter: explicit option text to .wait() edge mapping
2018-05-25 Uwe Hermannatsha204a: Add the reset() method.
2018-05-25 Uwe Hermannatsha204a: Rename a few methods for consistency.
2018-05-25 Uwe Hermannatsha204a: Shorten a few more code chunks, add helpers.
2018-05-25 Uwe Hermannatsha204a: Shorten self.opcode to op in a few places.
2018-05-25 Uwe Hermannatsha204a: Use the Python 'in' keyword to improve reada...
2018-05-25 Uwe Hermannatsha204a: Shorten output_tx_bytes()/output_rx_bytes...
2018-05-25 Michalis PappasAdd decoder for Microchip ATSHA204A crypto module
2018-05-21 whitequarkAdd ON Semi CAT24C256, CAT24M01.
2018-05-19 Uwe HermannDecoder_put(): Avoid a g_malloc()/g_free() pair per...
2018-05-18 Uwe HermannDecoder_put(): Avoid a g_malloc()/g_free() pair per...
2018-05-18 Uwe Hermannsrd_inst_find_by_obj(): Minor performance improvement.
2018-05-18 Uwe Hermannsrd_*inst_find_by_obj(): Suggest inlining for performan...
2018-05-18 Uwe Hermannsrd_*inst_find_by_obj(): Move functions, make them...
2018-05-18 Uwe Hermannsample_matches(): Force inlining for performance reasons.
2018-05-18 Uwe HermannSimplify code by dropping session_is_valid().
2018-05-17 Uwe Hermannconvert_meta(): Use g_variant_type_equal().
2018-05-17 Uwe HermannDoxyfile: Exclude the build/ directory.
2018-05-17 Uwe HermannAdd srd_searchpaths_get() API docs.
2018-05-17 Uwe HermannDoxyfile: Update to a more recent Doxygen version.
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.
next