]> sigrok.org Git - pulseview.git/history - pv/data
Implement graphical display of A2L thresholds
[pulseview.git] / pv / data /
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.
2017-03-11 Uwe HermannPrefer std::make_shared().
2017-03-11 Uwe HermannDon't use deprecated headers.
2017-03-06 Uwe HermannIncrease decoding chunk size for much better performance.
2017-02-26 Marcus ComstedtDecoderStack: Avoid re-feeding old data after wait_for_...
2017-02-19 Soeren ApelSegment: Do not alter chunks when there are active...
2017-02-18 Soeren ApelSegment: Move definition of MaxChunkSize
2017-02-15 Soeren ApelAnalogSegment: Calculate min/max also for small sample...
2017-02-15 Soeren ApelProvide notifiers for when signal data changes
2017-02-15 Soeren ApelImplement autoranging for analog channels
2017-02-08 Soeren ApelFree unused segment memory after acquisition
2017-02-08 Soeren ApelSwitch segment storage from single vector to vector...
2017-02-02 Soeren ApelUnify get_samples() semantics for AnalogSegment and...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-04 Soeren ApelDecoderStack: Fix "data may be unitialized" error
2016-12-04 Soeren ApelDecoderStack: Remove unneeded shared_ptr use
2016-08-29 Soeren ApelLet SignalBase store/restore its internal data
2016-08-28 Soeren ApelSignalBase: Add internal name
2016-08-18 Soeren ApelMove view-independent data from view::DecodeTrace to...
2016-08-18 Soeren ApelUse SignalBase instead of LogicSignal for decoders
2016-08-18 Soeren ApelMove signal data to SignalBase and adjust view::AnalogS...
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-05-03 Soeren ApelDecoderStack: Force a viewport update more frequently
2016-02-16 Soeren ApelUse the 'default' keyword where applicable. This patch
2016-02-16 Soeren ApelWhitespace fix
2016-02-13 Uwe HermannPrefer Qt string multi-arg form over arg chaining.
2016-02-13 Uwe HermannFix inconsistent declaration parameter names.
2016-02-13 Uwe HermannUse range-based for loops more often.
2016-02-11 Soeren ApelFix #181 by changing the global decode lock into an...
2016-02-11 Soeren ApelDecoderStack: Make decoder sessions terminate after...
2016-01-31 Soeren ApelFix clang warning: shifting a negative signed value...
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-08 Uwe HermannMinor (Doxygen) comment cosmetics.
2015-11-04 Uwe HermannMinor whitespace cosmetics.
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-08-19 Soeren ApelFix #626 by stopping acquisition gracefully
next