]> sigrok.org Git - pulseview.git/history - pv/data/analogsnapshot.cpp
Snapshot classes: Use vector instead of raw pointer
[pulseview.git] / pv / data / analogsnapshot.cpp
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-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-02-14 Daniel KingPreallocate memory before samples are received.
2014-01-18 Joel HoldsworthFeed analog data into separate deinterleaved analog...
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-03-21 Joel HoldsworthImplemented AnalogSnapshot::get_envelope_section
2013-03-21 Joel HoldsworthAdded code to construct analog envelope levels
2013-03-21 Joel HoldsworthAnalog buffer sharing crash by memcpying for the Ananlo...
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace