]> sigrok.org Git - pulseview.git/history - pv/data/logic.cpp
Trace: Removed coloured_bg state
[pulseview.git] / pv / data / logic.cpp
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
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
2015-05-28 Joel Holdsworthpv::data::Logic: Renamed get_num_channels and fixed...
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-08-29 Martin LingRename 'probe' to 'channel' everywhere.
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
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace