]> sigrok.org Git - pulseview.git/history - pv/data/analog.cpp
SignalData: Added snapshots accessor method
[pulseview.git] / pv / data / analog.cpp
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