]> sigrok.org Git - pulseview.git/history - pv/data
Make sure to use QT4 even if QT5 is available
[pulseview.git] / pv / data /
2013-10-15 Joel HoldsworthDestroy the decode session after use
2013-10-15 Joel HoldsworthAdded error handling to SigSession::add_decoder
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-13 Joel HoldsworthModified Decoder to support srd_sessions
2013-10-13 Joel HoldsworthPrint an error message, rather than asserting if the...
2013-09-29 Joel HoldsworthUpdate the viewport as new data is decoded
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthAdded Snapshot::unit_size
2013-09-29 Joel HoldsworthAdded LogicSnapshot::get_samples
2013-09-29 Joel HoldsworthAdded empty decoder thread
2013-09-29 Joel HoldsworthCreate decoder instance
2013-09-29 Joel HoldsworthMade Decoder dialog export a map of probes, and routed...
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object
2013-05-19 Joel HoldsworthCreate signals when device is selected
2013-04-27 Bert VermeulenHardcode maximum supported probes to 64 for now
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
2013-03-21 Joel HoldsworthImplemented AnalogSnapshot::get_envelope_section
2013-03-21 Joel HoldsworthImplemented Basic analog tests
2013-03-21 Joel HoldsworthAdded code to construct analog envelope levels
2013-03-21 Joel HoldsworthVarious tidyups in LogicSnapshot
2013-03-21 Joel HoldsworthAnalog buffer sharing crash by memcpying for the Ananlo...
2013-03-03 Joel HoldsworthPad mip-map buffers to allow for uint64_t write word
2013-02-20 Uwe HermannDrop a few more unneeded 'extern "C"'.
2013-01-28 Joel HoldsworthPorted sampling to new sigrok API
2013-01-16 Joel HoldsworthSupressed unused parameters
2013-01-15 Joel HoldsworthDo not fast_forward if there is no data at the minimum...
2013-01-13 Joel HoldsworthFixed usage of sr_datafeed_logic::length
2013-01-08 Alexandru Gagniucglobal: Do not assert >= 0 for unsigned values
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace