projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
MainBar: Support having no selected device
[pulseview.git]
/
pv
/
data
/
decoderstack.cpp
2015-06-11
Joel Holdsworth
Replaced NULL with nullptr
blob
|
commitdiff
|
raw
2015-05-28
Joel Holdsworth
SignalData: Renamed get_max_sample_count
blob
|
commitdiff
|
raw
|
diff to current
2014-12-10
Joel Holdsworth
Snapshot: Renamed to Segment
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
Joel Holdsworth
SignalData: Moved samplerate into Snapshot
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
Joel Holdsworth
SignalData: Moved start_time into Snapshot
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
Joel Holdsworth
DecoderStack: Emancipate from SignalData
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
Joel Holdsworth
Renamed pv::data::Analog::get_snapshots and Logic:...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Joel Holdsworth
Session: Renamed files to match class name
blob
|
commitdiff
|
raw
|
diff to current
2014-11-29
Uwe Hermann
Minor whitespace fixes.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Joel Holdsworth
Session: Renamed pv::SigSession to Session
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Joel Holdsworth
Renamed C++ headers to .hpp
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Joel Holdsworth
Make member variable underscores a suffix instead of...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-29
Martin Ling
Rename 'probe' to 'channel' everywhere.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Joel Holdsworth
DecoderStack: Fixed thread dead-lock
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Joel Holdsworth
Replaced boost::thread/mutex etc. with std equivalents
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Joel Holdsworth
Replaced boost::shared_ptr with std::shared_ptr
blob
|
commitdiff
|
raw
|
diff to current
2014-05-23
Joel Holdsworth
Replaced BOOST_FOREACH with C++11 range-based for loops
blob
|
commitdiff
|
raw
|
diff to current
2014-05-23
Joel Holdsworth
Replaced lengthy iterator types with the auto keyword
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Uwe Hermann
Rename 'probe' to 'channel' (libsigrokdecode change).
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Joel Holdsworth
Removed assert from DecoderStack
blob
|
commitdiff
|
raw
|
diff to current
2014-03-03
Joel Holdsworth
Fixed non-painting decode
blob
|
commitdiff
|
raw
|
diff to current
2014-03-03
Joel Holdsworth
Only update the decode state when decoding
blob
|
commitdiff
|
raw
|
diff to current
2014-03-03
Joel Holdsworth
Check required probes before starting the decode thread
blob
|
commitdiff
|
raw
|
diff to current
2014-03-03
Joel Holdsworth
Added an error message there are some unspecified requi...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-03
Joel Holdsworth
Removed unused parameter in DecoderStack::decode_proc
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Joel Holdsworth
Notify repaint after decode_data instead of inside...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Joel Holdsworth
Implemented threaded decode
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Joel Holdsworth
Renamed DecoderStack::_mutex to _output_mutex
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Joel Holdsworth
Moved inner decode loop into DecoderStack::decode_data
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Joel Holdsworth
Begin a new decode session when a new frame begins
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Joel Holdsworth
Added a reference to the SigSession in DecoderStack
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Marcus Comstedt
Don't join with non-threads. Fixes 323
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Daniel Elstner
Pass new unit_size argument to srd_inst_probe_set_all()
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Daniel Elstner
decode: Fix mixup of bytes vs samples
blob
|
commitdiff
|
raw
|
diff to current
2014-02-09
Joel Holdsworth
Do not attempt to decode when required probes have...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Joel Holdsworth
Added show/hide decoder button
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Joel Holdsworth
Split annotation data set into rows, and improved painting.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-01
Joel Holdsworth
Extract only the subset of annotations that are in...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-01
Uwe Hermann
Draw stacked decoder traces below the other PDs (avoids...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-01
Uwe Hermann
pv::data::DecoderStack: Set _row for each annotation.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
Uwe Hermann
decoderstack.cpp: Improve two error messages a bit.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-30
Uwe Hermann
decode: Clear error message upon every new session...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-25
Joel Holdsworth
Fixed off-by-one in DecoderStack::decode_proc
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Joel Holdsworth
decode: Do not overflow the chunk buffer
blob
|
commitdiff
|
raw
|
diff to current
2013-12-30
Joel Holdsworth
Replaced using namespace with using class directives
blob
|
commitdiff
|
raw
|
diff to current
2013-12-27
Joel Holdsworth
Moved annotation painting code into DecodeTrace, and...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-27
Joel Holdsworth
Store annotations as objects emplaced in the vector
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Joel Holdsworth
Renamed get_samplerate to samplerate
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Joel Holdsworth
Implemented pv::data::SignalData::get_max_sample_count
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Joel Holdsworth
Implemented DecoderStack::clear
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Joel Holdsworth
Renamed SignalData::clear_snapshots to clear
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Joel Holdsworth
Renamed pv::view::LogicSignal::data to logic_data
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Joel Holdsworth
Paint the unresolved area to show the decode progress
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Joel Holdsworth
Added decoder stack item deletion
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Joel Holdsworth
Implemented decoder stacking
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Joel Holdsworth
Renamed pv::data::Decoder to DecoderStack
blob
|
commitdiff
|
raw
|
diff to current