]> sigrok.org Git - pulseview.git/history - pv/data/decodesignal.cpp
DecodeSignal: Support unitsize > 1 for logic output
[pulseview.git] / pv / data / decodesignal.cpp
2021-02-15 Soeren ApelDecodeSignal: Support unitsize > 1 for logic output
2021-02-13 Soeren ApelDecodeSignal: Receive RLE-encoded PD logic output data
2021-02-13 Soeren ApelDecodeSignal: Increase robustness to catch errors in PDs
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 ApelContinue work on SRD_OUTPUT_LOGIC
2021-02-13 Soeren ApelAllow re-loading sessions to work with PD output signals
2021-02-13 Soeren ApelInitial support for SRD_OUTPUT_LOGIC
2021-01-02 Soeren ApelSimplify segment complete notifications and fix error...
2020-12-29 Soeren ApelFix malformed declaration in MathSignal and add missing...
2020-12-12 Soeren ApelFix #1629 more by fixing the notification handling
2020-11-23 Soeren ApelFix #1629 by not reallocating DecodeSegments
2020-11-15 Soeren ApelFix #1637 by auto-assigning only to unused signals
2020-09-05 Soeren ApelDecodeSignal: Update thread handling to match previous...
2020-09-05 Soeren ApelFix #1596 by fixing some race conditions
2020-09-03 Soeren ApelFix #1596 by making memory management more robust
2020-08-23 Soeren ApelMathSignal: Check for enabled signals
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-08-22 Soeren ApelImplement MathSignal
2020-07-31 Soeren ApelDecodeSignal: Fix typo
2020-07-03 Soeren ApelDecodeSignal: Don't use exceptions for regular program...
2020-06-09 Soeren ApelDecodeSignal: Ignore decode signals when restoring...
2020-05-11 Soeren ApelContinue reworking the channel/signal handling
2020-05-03 Soeren ApelIntroduce DecodeSignal::annotation_visibility_changed...
2020-05-03 Soeren ApelTabularDecView-related bug fixes
2020-05-03 Soeren ApelTabularDecView: Visually indent annotations by PD stack...
2020-05-03 Soeren ApelDecodeSignal: Sort annotations by start sample and...
2020-05-03 Soeren ApelAdd row colors and some fixes
2020-05-03 Soeren ApelTabularDecView: Increase robustness
2020-05-03 Soeren ApelTabularDecView: Make the model/view work
2020-03-16 Soeren Apelclang-tidy fixes
2020-03-16 Soeren ApelFix two small decode bugs
2020-02-19 Soeren ApelSession: Use ordered container to preserve DecodeTrace...
2020-01-10 Soeren ApelMinor decode refactorizations
2020-01-10 Soeren ApelDecodeSignal: Save/restore row and column visibilities
2020-01-07 Soeren Apelclang-tidy and clazy proposals
2020-01-05 Soeren ApelDecodeTrace: Add profiling and some optimizations
2020-01-01 Soeren ApelRename Decoder::shown() and such
2020-01-01 Soeren ApelDecodeSignal: Warn when the annotation class is invalid
2020-01-01 Soeren ApelRework decoder infrastructure
2019-12-23 Soeren ApelInternal decoder class handling refactoring
2019-12-23 Soeren ApelIntroduce views::trace::RowData and everything that...
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 ApelFix segfault and use bin class description
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 ApelDecodeSignal: Fix race condition
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...
2019-11-06 Soeren ApelFix #1362 by also saving decoder visibility
2019-03-10 Soeren ApelDecodeSignal: Use name of last stacked PD unless the...
2018-10-21 Soeren ApelFix clazy warnings regarding range-for references
2018-09-06 Soeren ApelFix #1270 by replacing insignificant characters before...
2018-09-02 Soeren ApelDecodeSignal: Unpause reliably
2018-08-22 Soeren ApelImplement decode pausing/resuming
2018-08-21 Soeren ApelImplement annotation export for all rows
2018-07-21 Soeren ApelMake sure PD row colors remain constant by adding a...
2018-07-21 Soeren ApelProperly handle decoder errors
2018-07-21 Soeren ApelDecodeSignal: Add and use inclusive/exclusive sample...
2018-05-27 Soeren ApelFix #1201 by letting more accurate matches replace...
2018-05-27 Soeren ApelFix #1182 by only considering enabled channels
2018-05-17 Gerhard SittigDecodeSignal: avoid specifying a zero samplerate to...
2018-05-04 Soeren ApelDecodeSignal: Prevent out-of-range exception
2018-05-04 Soeren ApelDecodeSignal: Re-set decoder metadata after stack termi...
2018-04-24 Soeren ApelFix bar displaying undecoded area
2018-04-21 Soeren ApelDecodeSignal: When lacking input, retry only when data...
2018-04-20 Soeren ApelFix #1174 by performing shutdown speed optimizations
2018-04-19 Soeren ApelDon't use qDebug().noquote() for now (bug #1169)
2018-04-08 Soeren ApelDecodeSignal: Use srd_session_terminate_reset() for...
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-03-23 Dan Horákfix catching polymorphic types by value
2018-03-06 Soeren ApelAdjust signal to changes made in 7f894d958
2018-01-28 Gerhard SittigDecodeSignal: only pass non-zero sample rate to decoders
2018-01-11 Gerhard SittigDecodeSignal: Void a session pointer after destroy...
2018-01-09 Soeren ApelAdd segment_id to all segment classes
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: Allow muxed logic data to be cached
2017-12-27 Soeren ApelDecodeSignal: Rename some items
2017-12-27 Soeren ApelBegin PD multisegment support
2017-12-13 Soeren ApelDecodeSignal: Make sure bit IDs are always up-to-date
2017-09-23 Soeren ApelDecodeSignal: Remove outdated code and comment
2017-09-22 Soeren ApelDecodeTrace: Reset cached trace properties when decoder...
2017-09-22 Soeren ApelDecodeSignal: Break up annotation storage to allow...
2017-09-22 Uwe Hermannrowdata: Use emplace_back() for Annotation objects.
2017-09-08 Soeren ApelRename DecodeSignal::segment_ to logic_mux_segment_...
2017-09-08 Soeren ApelFix #1024 by changing decode channel assigment to PDs
next