]> sigrok.org Git - pulseview.git/history - pv/data/decodesignal.hpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / data / decodesignal.hpp
2021-02-13 Soeren ApelDecodeSignal: Use better colors and names for decoder...
2021-02-13 Soeren ApelUse separate logic output muxing vectors for each decoder
2021-02-13 Soeren ApelInitial support for SRD_OUTPUT_LOGIC
2021-01-02 Soeren ApelSimplify segment complete notifications and fix error...
2020-12-12 Soeren ApelFix #1629 more by fixing the notification handling
2020-11-23 Soeren ApelFix #1629 by not reallocating DecodeSegments
2020-09-03 Soeren ApelFix #1596 by making memory management more robust
2020-08-22 Soeren ApelMake error handling generic improve math error detail
2020-08-22 Soeren ApelRework all subthread-based workers to make notification...
2020-07-31 Soeren ApelDecodeSignal: Fix typo
2020-05-03 Soeren ApelIntroduce DecodeSignal::annotation_visibility_changed...
2020-05-03 Soeren ApelTabularDecView-related bug fixes
2020-05-03 Soeren ApelFix #811 by using a hashed annotation text backing...
2020-05-03 Soeren ApelTabularDecView: Make the model/view work
2020-01-10 Soeren ApelMinor decode refactorizations
2020-01-07 Soeren Apelclang-tidy and clazy proposals
2020-01-05 Soeren ApelDecodeTrace: Add profiling and some optimizations
2020-01-01 Soeren ApelRework decoder infrastructure
2019-12-23 Soeren ApelInternal decoder class handling refactoring
2019-12-20 Soeren ApelFix #977 properly by checking whether a row actually...
2019-12-20 Soeren ApelFix #1446 by starting the decode only for the last...
2019-12-20 Soeren ApelAdd save feature to DecoderOutputView
2019-12-16 Soeren ApelVarious binary output-related changes
2019-12-12 Soeren ApelAllow more than 256 binary output classes
2019-12-12 Soeren ApelDecoderOutputView: Directly use DecodeBinaryClass as...
2019-12-12 Soeren ApelImplement binary class selector
2019-12-11 Soeren ApelVarious PD-related changes
2019-12-10 Soeren ApelMove DecodeChannel from data:: to data::decoder::
2019-12-10 Soeren ApelConnect DecodeSignal and DecoderOutputView
2019-12-10 Soeren ApelDecodeSignal: Add binary data callback
2019-11-07 Soeren ApelFix #977 by introducing a setting for always showing...
2018-08-22 Soeren ApelImplement decode pausing/resuming
2018-08-21 Soeren ApelImplement annotation export for all rows
2018-07-21 Soeren ApelDecodeSignal: Add and use inclusive/exclusive sample...
2018-06-16 Soeren ApelFix comment
2018-04-05 Soeren ApelApply option changes immediately, not on decode stack...
2018-04-04 Soeren ApelAdd DecodeSignal and Session error logging
2018-03-31 Soeren ApelDecodeSignal: Re-create SRD session when changes are...
2018-03-31 Gerhard SittigDecodeSignal: Reset and re-use existing decoder sessions
2018-01-05 Soeren ApelDecodeSignal: Restructure metadata handling
2018-01-05 Soeren ApelFinalize segment decoding
2018-01-05 Soeren ApelDecodeSignal: Mux all segments
2017-12-27 Soeren ApelPrepare multi-segment protocol decoding ability
2017-12-27 Soeren ApelDecodeSignal: Rename some items
2017-12-27 Soeren ApelBegin PD multisegment support
2017-09-22 Soeren ApelDecodeTrace: Reset cached trace properties when decoder...
2017-09-22 Soeren ApelDecodeSignal: Break up annotation storage to allow...
2017-09-08 Soeren ApelRename DecodeSignal::segment_ to logic_mux_segment_...
2017-09-08 Soeren ApelFix #1024 by changing decode channel assigment to PDs
2017-07-06 Uwe HermannApply some clang-tidy fixes.
2017-07-05 Soeren ApelDecodeSignal: Auto-assign only the channels of newly...
2017-07-05 Soeren ApelDecodeSignal: Remove global SRD mutex
2017-07-05 Soeren ApelFix #832 by saving/restoring the decoder stack without...
2017-07-05 Soeren ApelDecode: Improve signaling
2017-07-05 Soeren ApelDecodeTrace/DecodeSignal: Rework trace drawing interval
2017-07-05 Soeren ApelDecodeSignal: Rework samplerate handling
2017-07-05 Soeren ApelDecodeSignal: Use signals for new data notification...
2017-07-05 Soeren ApelDecodeSignal: Change srd session handling
2017-07-05 Soeren ApelImplement logic data muxer thread
2017-07-04 Soeren ApelMerge DecoderStack into DecodeSignal
2017-07-04 Soeren ApelRework decode sample count getters
2017-07-04 Soeren ApelRemove DecodeStack dependency from decode binding wrapper
2017-07-04 Soeren ApelMove more functionality into DecodeSignal
2017-07-04 Soeren ApelRework decode channel auto-assignment
2017-07-04 Soeren ApelRe-use DecodeTrace::ChannelSelector as DecodeChannel
2017-07-04 Soeren ApelShift more methods to DecodeSignal
2017-07-04 Soeren ApelIntroduce DecodeSignal class