]> sigrok.org Git - pulseview.git/history - pv/data
Fix #1132 by passing segment IDs, not segment instances
[pulseview.git] / pv / data /
2018-03-05 Soeren ApelFix #1132 by passing segment IDs, not segment instances
2018-02-08 Soeren ApelFix #1089 by updating the signal labels and group labels
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 ApelSession: Make get_segment_count() consider all segments
2018-01-09 Soeren ApelSupply the segment ID when adding samples to optimize...
2018-01-09 Soeren ApelAdd segment_id to all segment classes
2018-01-09 Soeren ApelLogicSegment: Don't use new/delete in get_unpacked_sample()
2018-01-09 Soeren ApelLogicSegment: Limit end in get_subsampled_edges() if...
2018-01-09 Soeren ApelSignalBase: Don't terminate conversion when there's...
2018-01-05 Soeren ApelImplement Trace::ShowLastCompleteSegmentOnly display...
2018-01-05 Soeren ApelDecodeSignal: Restructure metadata handling
2018-01-05 Soeren ApelSignalBase: Implement multi-segment conversion
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-11-18 Philipp MarekSession: Fix mismatched delete operator.
2017-10-27 Soeren ApelAppend new segments to the end, not the beginning of...
2017-09-23 Soeren ApelDecodeSignal: Remove outdated code and comment
2017-09-22 Soeren ApelSignalBase: Make sure PDs are restarted when conv optio...
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 Soeren ApelAdd segment selector UI + helpers
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
2017-08-03 Soeren ApelSignalBase: Default to dynamic conversion preset, not...
2017-08-03 Soeren ApelUse min/max notification for autoranging of analog...
2017-08-03 Soeren ApelMove delayed conversion starter to SignalBase
2017-08-03 Soeren ApelRemove SignalBase::A2LChannel
2017-08-03 Soeren ApelUse identifiers for fixed conversion preset values
2017-08-03 Soeren ApelRestart min-max-based conversion if min or max change
2017-08-02 Uwe HermannFix some random clang-tidy warnings.
2017-08-01 Soeren ApelTypo fix: treshold -> threshold
2017-08-01 Soeren ApelImplement A2L presets and custom threshold handling
2017-07-25 Soeren ApelUse getter for the conversion type instead of a local...
2017-07-24 Soeren ApelSignalBase: Minor doxygen comments
2017-07-10 Soeren ApelDecodeSignal: Don't set name when creating the signal
2017-07-06 Soeren ApelDecodeSignal: Fix flawed PD stack restoration
2017-07-06 Soeren ApelFix assertions
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 ApelSignalBase: Adjust Schmitt-trigger thresholds
2017-07-05 Soeren ApelDecodeSignal: Improve robustness
2017-07-05 Soeren ApelMake sigrok::Context semi-global and use libsigrok...
2017-07-05 Soeren ApelMake get_raw_samples() use provided mem instead of...
2017-07-05 Soeren ApelDecodeSignal: Remove global SRD mutex
2017-07-05 Soeren ApelFix #831 by saving/restoring PD options
2017-07-05 Soeren ApelFix #831 by saving/restoring the PD channel mapping
2017-07-05 Soeren ApelFix #832 by saving/restoring the decoder stack without...
2017-07-05 Soeren ApelDecode: Improve signaling
2017-07-05 Soeren ApelDecodeSignal: Don't assume channels always have logic...
2017-07-05 Soeren ApelDecodeSignal: Provide conversion data container sooner
2017-07-05 Soeren ApelDecodeSignal: Adjust the DecodeChunkLength
2017-07-05 Soeren ApelDecodeTrace/DecodeSignal: Rework trace drawing interval
2017-07-05 Soeren ApelDecodeSignal: Fix restarting the decode after reloading...
2017-07-05 Soeren ApelDecodeSignal: Improve auto_assign_signals() matching
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-05 Soeren ApelSignalBase: Make ConversionBlockSize a class constant
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
2017-06-10 Soeren ApelMove trace view files
2017-06-05 Uwe HermannAllow users to set initial pin states for decoders.
2017-05-28 Soeren ApelAnalogSegment: Speed up processing of interleaved sampl...
2017-05-27 Soeren ApelSignalBase: Always hook into signal data, not just...
2017-05-26 Soeren ApelSignalBase: Also emit data related signals
2017-05-05 Soeren ApelTests: Add another unit test for Segment class
2017-05-05 Soeren ApelSegment: Rework append_samples() so it can handle large...
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-27 Uwe HermannWhitespace cosmetics.
2017-03-27 Soeren ApelSpeed up analog trace painting
2017-03-23 Soeren ApelSignalBase: Don't use static state
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannUse the "default" keyword.
2017-03-23 Uwe HermannUse bool literals for boolean values.
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-22 Soeren ApelDecoderStack: Fix memory leak
2017-03-22 Soeren ApelSignalBase: Implement A2D conversions
2017-03-22 Soeren ApelLogicSegment: Remove constructor requiring sigrok:...
2017-03-22 Soeren ApelLogicSegment: Make constructor and append_payload(...
2017-03-22 Soeren ApelSignalBase: Allow checking for logic data directly
2017-03-22 Soeren ApelIntroduce PV-internal channel types
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-11 Uwe HermannUse the "default" keyword.
2017-03-11 Uwe HermannUse emplace_back() where possible.
2017-03-11 Uwe HermannUse bool literals for boolean values.
next