]> sigrok.org Git - pulseview.git/history - pv/data
device manager: Add support for -d cmdline option (driver scan options)
[pulseview.git] / pv / data /
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
2015-08-06 Soeren ApelFix include guards and accidential const removal
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-07-23 Uwe Hermanndecoderstack: Fix incorrect end sample number.
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-05-28 Joel HoldsworthSignalData: Renamed get_max_sample_count
2015-05-28 Joel Holdsworthpv::data::Logic: Renamed get_num_channels and fixed...
2015-01-27 Joel HoldsworthModified header guards to match file names
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-01 Uwe HermannUse <cmath> in favor of <math.h> everywhere.
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthSignalData: Moved samplerate into Snapshot
2014-12-09 Joel HoldsworthSignalData: Moved start_time into Snapshot
2014-12-09 Joel HoldsworthSignalData: Added snapshots accessor method
2014-12-09 Joel HoldsworthDecoderStack: Emancipate from SignalData
2014-12-09 Joel HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-29 Uwe HermannMinor whitespace fixes.
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-29 Martin LingMake unit_size in Snapshot class unsigned.
2014-08-29 Martin LingRemove broken assert().
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-27 Jens SteinhauserSnapshot classes: Use vector instead of raw pointer
2014-07-01 Marcus ComstedtDeclare a virtual destructor for SignalData
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
2014-06-11 Jens SteinhauserUse 'struct' for test cases defined with BOOST_AUTO_TES...
2014-06-05 Joel HoldsworthDecoderStack: Fixed thread dead-lock
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-13 Joel HoldsworthRemoved undefined Annotation::set_row and set_pd_index
next