]> sigrok.org Git - pulseview.git/history - pv/data/decoderstack.cpp
Use range-based for loops more often.
[pulseview.git] / pv / data / decoderstack.cpp
2016-02-13 Uwe HermannUse range-based for loops more often.
2016-02-11 Soeren ApelFix #181 by changing the global decode lock into an...
2016-02-11 Soeren ApelDecoderStack: Make decoder sessions terminate after...
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-07-23 Uwe Hermanndecoderstack: Fix incorrect end sample number.
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-05-28 Joel HoldsworthSignalData: Renamed get_max_sample_count
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthSignalData: Moved samplerate into Snapshot
2014-12-09 Joel HoldsworthSignalData: Moved start_time into Snapshot
2014-12-09 Joel HoldsworthDecoderStack: Emancipate from SignalData
2014-12-09 Joel HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-29 Uwe HermannMinor whitespace fixes.
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
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-06-05 Joel HoldsworthDecoderStack: Fixed thread dead-lock
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
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-04 Joel HoldsworthRemoved assert from DecoderStack
2014-03-03 Joel HoldsworthFixed non-painting decode
2014-03-03 Joel HoldsworthOnly update the decode state when decoding
2014-03-03 Joel HoldsworthCheck required probes before starting the decode thread
2014-03-03 Joel HoldsworthAdded an error message there are some unspecified requi...
2014-03-03 Joel HoldsworthRemoved unused parameter in DecoderStack::decode_proc
2014-03-02 Joel HoldsworthNotify repaint after decode_data instead of inside...
2014-03-02 Joel HoldsworthImplemented threaded decode
2014-03-02 Joel HoldsworthRenamed DecoderStack::_mutex to _output_mutex
2014-03-02 Joel HoldsworthMoved inner decode loop into DecoderStack::decode_data
2014-03-02 Joel HoldsworthBegin a new decode session when a new frame begins
2014-03-01 Joel HoldsworthAdded a reference to the SigSession in DecoderStack
2014-03-01 Marcus ComstedtDon't join with non-threads. Fixes 323
2014-02-20 Daniel ElstnerPass new unit_size argument to srd_inst_probe_set_all()
2014-02-20 Daniel Elstnerdecode: Fix mixup of bytes vs samples
2014-02-09 Joel HoldsworthDo not attempt to decode when required probes have...
2014-02-02 Joel HoldsworthAdded show/hide decoder button
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-02-01 Joel HoldsworthExtract only the subset of annotations that are in...
2014-02-01 Uwe HermannDraw stacked decoder traces below the other PDs (avoids...
2014-02-01 Uwe Hermannpv::data::DecoderStack: Set _row for each annotation.
2014-01-31 Uwe Hermanndecoderstack.cpp: Improve two error messages a bit.
2014-01-30 Uwe Hermanndecode: Clear error message upon every new session...
2014-01-25 Joel HoldsworthFixed off-by-one in DecoderStack::decode_proc
2014-01-12 Joel Holdsworthdecode: Do not overflow the chunk buffer
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-27 Joel HoldsworthStore annotations as objects emplaced in the vector
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthImplemented pv::data::SignalData::get_max_sample_count
2013-12-02 Joel HoldsworthImplemented DecoderStack::clear
2013-12-02 Joel HoldsworthRenamed SignalData::clear_snapshots to clear
2013-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthAdded decoder stack item deletion
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack