]> sigrok.org Git - pulseview.git/history - pv/data/analog.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / data / analog.cpp
2020-12-12 Soeren ApelFix #1629 more by fixing the notification handling
2020-11-13 Soeren ApelFix #1591 by updating Logic and Analog if needed
2020-08-22 Soeren ApelBetter segment handling in math signal and lock avoidance
2020-05-11 Soeren ApelRework signals for modularity
2020-05-11 Soeren ApelAdd SignalBase::clear_sample_data() and local samplerat...
2018-10-21 Soeren ApelFix clazy warnings regarding range-for references
2018-09-26 Soeren ApelFix #684 by implementing snap-to-edge for TimeItem...
2018-01-09 Soeren ApelSession: Make get_segment_count() consider all segments
2017-10-27 Soeren ApelAppend new segments to the end, not the beginning of...
2017-09-22 Soeren ApelAdd segment selector UI + helpers
2017-08-03 Soeren ApelRestart min-max-based conversion if min or max change
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-02-15 Soeren ApelProvide notifiers for when signal data changes
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2015-05-28 Joel HoldsworthSignalData: Renamed get_max_sample_count
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthSignalData: Added snapshots accessor method
2014-12-09 Joel HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
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
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-02 Joel HoldsworthImplemented pv::data::SignalData::get_max_sample_count
2013-12-02 Joel HoldsworthRenamed SignalData::clear_snapshots to clear
2013-05-19 Joel HoldsworthCreate signals when device is selected
2013-01-28 Joel HoldsworthPorted sampling to new sigrok API
2013-01-16 Joel HoldsworthSupressed unused parameters
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace