]> sigrok.org Git - pulseview.git/history - pv/data/snapshot.cpp
SignalData: Moved samplerate into Snapshot
[pulseview.git] / pv / data / snapshot.cpp
2014-12-09 Joel HoldsworthSignalData: Moved samplerate into Snapshot
2014-12-09 Joel HoldsworthSignalData: Moved start_time into Snapshot
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 LingMake unit_size in Snapshot class unsigned.
2014-08-27 Jens SteinhauserSnapshot classes: Use vector instead of raw pointer
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
2014-02-14 Daniel KingPreallocate memory before samples are received.
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-09-29 Joel HoldsworthAdded Snapshot::unit_size
2013-04-08 Joel HoldsworthPadded data buffer so that reads do not overrun it.
2013-03-21 Joel HoldsworthMake Snapshot::get_sample_count() a const function
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace