projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix #1040 by allowing multiple files to be loaded from command line
[pulseview.git]
/
pv
/
data
/
2017-07-04
Soeren Apel
Shift more methods to DecodeSignal
tree
|
commitdiff
2017-07-04
Soeren Apel
Introduce DecodeSignal class
tree
|
commitdiff
2017-06-10
Soeren Apel
Move trace view files
tree
|
commitdiff
2017-06-05
Uwe Hermann
Allow users to set initial pin states for decoders.
tree
|
commitdiff
2017-05-28
Soeren Apel
AnalogSegment: Speed up processing of interleaved sampl...
tree
|
commitdiff
2017-05-27
Soeren Apel
SignalBase: Always hook into signal data, not just...
tree
|
commitdiff
2017-05-26
Soeren Apel
SignalBase: Also emit data related signals
tree
|
commitdiff
2017-05-05
Soeren Apel
Tests: Add another unit test for Segment class
tree
|
commitdiff
2017-05-05
Soeren Apel
Segment: Rework append_samples() so it can handle large...
tree
|
commitdiff
2017-03-28
Uwe Hermann
Use alphabetical order for #includes.
tree
|
commitdiff
2017-03-27
Uwe Hermann
Whitespace cosmetics.
tree
|
commitdiff
2017-03-27
Soeren Apel
Speed up analog trace painting
tree
|
commitdiff
2017-03-23
Soeren Apel
SignalBase: Don't use static state
tree
|
commitdiff
2017-03-23
Uwe Hermann
Consistenty use auto-generated namespace comments.
tree
|
commitdiff
2017-03-23
Uwe Hermann
Random simplifications, cosmetics/whitespace/consistenc...
tree
|
commitdiff
2017-03-23
Uwe Hermann
Use the "default" keyword.
tree
|
commitdiff
2017-03-23
Uwe Hermann
Use bool literals for boolean values.
tree
|
commitdiff
2017-03-23
Uwe Hermann
Remove unused "using" declarations.
tree
|
commitdiff
2017-03-22
Soeren Apel
DecoderStack: Fix memory leak
tree
|
commitdiff
2017-03-22
Soeren Apel
SignalBase: Implement A2D conversions
tree
|
commitdiff
2017-03-22
Soeren Apel
LogicSegment: Remove constructor requiring sigrok:...
tree
|
commitdiff
2017-03-22
Soeren Apel
LogicSegment: Make constructor and append_payload(...
tree
|
commitdiff
2017-03-22
Soeren Apel
SignalBase: Allow checking for logic data directly
tree
|
commitdiff
2017-03-22
Soeren Apel
Introduce PV-internal channel types
tree
|
commitdiff
2017-03-18
Uwe Hermann
Don't use std:: in the code directly (where possible).
tree
|
commitdiff
2017-03-11
Uwe Hermann
Use the "default" keyword.
tree
|
commitdiff
2017-03-11
Uwe Hermann
Use emplace_back() where possible.
tree
|
commitdiff
2017-03-11
Uwe Hermann
Use bool literals for boolean values.
tree
|
commitdiff
2017-03-11
Uwe Hermann
Prefer std::make_shared().
tree
|
commitdiff
2017-03-11
Uwe Hermann
Don't use deprecated headers.
tree
|
commitdiff
2017-03-06
Uwe Hermann
Increase decoding chunk size for much better performance.
tree
|
commitdiff
2017-02-26
Marcus Comstedt
DecoderStack: Avoid re-feeding old data after wait_for_...
tree
|
commitdiff
2017-02-19
Soeren Apel
Segment: Do not alter chunks when there are active...
tree
|
commitdiff
2017-02-18
Soeren Apel
Segment: Move definition of MaxChunkSize
tree
|
commitdiff
2017-02-15
Soeren Apel
AnalogSegment: Calculate min/max also for small sample...
tree
|
commitdiff
2017-02-15
Soeren Apel
Provide notifiers for when signal data changes
tree
|
commitdiff
2017-02-15
Soeren Apel
Implement autoranging for analog channels
tree
|
commitdiff
2017-02-08
Soeren Apel
Free unused segment memory after acquisition
tree
|
commitdiff
2017-02-08
Soeren Apel
Switch segment storage from single vector to vector...
tree
|
commitdiff
2017-02-02
Soeren Apel
Unify get_samples() semantics for AnalogSegment and...
tree
|
commitdiff
2017-01-07
Gerhard Sittig
license: remove FSF postal address from boiler plate...
tree
|
commitdiff
2016-12-04
Soeren Apel
DecoderStack: Fix "data may be unitialized" error
tree
|
commitdiff
2016-12-04
Soeren Apel
DecoderStack: Remove unneeded shared_ptr use
tree
|
commitdiff
2016-08-29
Soeren Apel
Let SignalBase store/restore its internal data
tree
|
commitdiff
2016-08-28
Soeren Apel
SignalBase: Add internal name
tree
|
commitdiff
2016-08-18
Soeren Apel
Move view-independent data from view::DecodeTrace to...
tree
|
commitdiff
2016-08-18
Soeren Apel
Use SignalBase instead of LogicSignal for decoders
tree
|
commitdiff
2016-08-18
Soeren Apel
Move signal data to SignalBase and adjust view::AnalogS...
tree
|
commitdiff
2016-08-18
Soeren Apel
Rename Trace::channel_ to Trace::base_, including depen...
tree
|
commitdiff
2016-08-18
Soeren Apel
Introduce pv::data::SignalBase
tree
|
commitdiff
2016-05-03
Soeren Apel
DecoderStack: Force a viewport update more frequently
tree
|
commitdiff
2016-02-16
Soeren Apel
Use the 'default' keyword where applicable. This patch
tree
|
commitdiff
2016-02-16
Soeren Apel
Whitespace fix
tree
|
commitdiff
2016-02-13
Uwe Hermann
Prefer Qt string multi-arg form over arg chaining.
tree
|
commitdiff
2016-02-13
Uwe Hermann
Fix inconsistent declaration parameter names.
tree
|
commitdiff
2016-02-13
Uwe Hermann
Use range-based for loops more often.
tree
|
commitdiff
2016-02-11
Soeren Apel
Fix #181 by changing the global decode lock into an...
tree
|
commitdiff
2016-02-11
Soeren Apel
DecoderStack: Make decoder sessions terminate after...
tree
|
commitdiff
2016-01-31
Soeren Apel
Fix clang warning: shifting a negative signed value...
tree
|
commitdiff
2015-12-26
Uwe Hermann
Various minor whitespace and consistency fixes.
tree
|
commitdiff
2015-11-08
Uwe Hermann
Minor (Doxygen) comment cosmetics.
tree
|
commitdiff
2015-11-04
Uwe Hermann
Minor whitespace cosmetics.
tree
|
commitdiff
2015-09-04
Jens Steinhauser
Use a type with a greater resolution to represent time...
tree
|
commitdiff
2015-08-20
Uwe Hermann
Pass unitsize to srd_session_send() directly.
tree
|
commitdiff
2015-08-19
Soeren Apel
Fix #626 by stopping acquisition gracefully
tree
|
commitdiff
2015-08-06
Soeren Apel
Fix include guards and accidential const removal
tree
|
commitdiff
2015-07-25
Uwe Hermann
Minor whitespace fixes.
tree
|
commitdiff
2015-07-23
Uwe Hermann
decoderstack: Fix incorrect end sample number.
tree
|
commitdiff
2015-06-11
Joel Holdsworth
Replaced NULL with nullptr
tree
|
commitdiff
2015-05-28
Joel Holdsworth
SignalData: Renamed get_max_sample_count
tree
|
commitdiff
2015-05-28
Joel Holdsworth
pv::data::Logic: Renamed get_num_channels and fixed...
tree
|
commitdiff
2015-01-27
Joel Holdsworth
Modified header guards to match file names
tree
|
commitdiff
2015-01-17
Uwe Hermann
Update for libsigrokcxx rename.
tree
|
commitdiff
2015-01-01
Uwe Hermann
Use <cmath> in favor of <math.h> everywhere.
tree
|
commitdiff
2014-12-10
Joel Holdsworth
Snapshot: Renamed to Segment
tree
|
commitdiff
2014-12-09
Joel Holdsworth
SignalData: Moved samplerate into Snapshot
tree
|
commitdiff
2014-12-09
Joel Holdsworth
SignalData: Moved start_time into Snapshot
tree
|
commitdiff
2014-12-09
Joel Holdsworth
SignalData: Added snapshots accessor method
tree
|
commitdiff
2014-12-09
Joel Holdsworth
DecoderStack: Emancipate from SignalData
tree
|
commitdiff
2014-12-09
Joel Holdsworth
Renamed pv::data::Analog::get_snapshots and Logic:...
tree
|
commitdiff
2014-12-03
Joel Holdsworth
Session: Renamed files to match class name
tree
|
commitdiff
2014-11-29
Uwe Hermann
Minor whitespace fixes.
tree
|
commitdiff
2014-11-22
Joel Holdsworth
Session: Renamed pv::SigSession to Session
tree
|
commitdiff
2014-11-22
Joel Holdsworth
Renamed C++ headers to .hpp
tree
|
commitdiff
2014-11-22
Joel Holdsworth
Make member variable underscores a suffix instead of...
tree
|
commitdiff
2014-10-15
Martin Ling
Use libsigrok C++ bindings (patch version 7).
tree
|
commitdiff
2014-09-15
Uwe Hermann
Replace ann_format with ann_class.
tree
|
commitdiff
2014-08-29
Martin Ling
Rename 'probe' to 'channel' everywhere.
tree
|
commitdiff
2014-08-29
Martin Ling
Make unit_size in Snapshot class unsigned.
tree
|
commitdiff
2014-08-29
Martin Ling
Remove broken assert().
tree
|
commitdiff
2014-08-27
Martin Ling
Don't use Qt-defined keywords, they can cause problems...
tree
|
commitdiff
2014-08-27
Jens Steinhauser
Snapshot classes: Use vector instead of raw pointer
tree
|
commitdiff
2014-07-01
Marcus Comstedt
Declare a virtual destructor for SignalData
tree
|
commitdiff
2014-07-01
Marcus Comstedt
Add missing #include <cassert> in multiple files
tree
|
commitdiff
2014-06-11
Jens Steinhauser
Use 'struct' for test cases defined with BOOST_AUTO_TES...
tree
|
commitdiff
2014-06-05
Joel Holdsworth
DecoderStack: Fixed thread dead-lock
tree
|
commitdiff
2014-05-24
Joel Holdsworth
Replaced boost::thread/mutex etc. with std equivalents
tree
|
commitdiff
2014-05-24
Joel Holdsworth
Replaced boost::shared_ptr with std::shared_ptr
tree
|
commitdiff
2014-05-23
Joel Holdsworth
Replaced BOOST_FOREACH with C++11 range-based for loops
tree
|
commitdiff
2014-05-23
Joel Holdsworth
Replaced lengthy iterator types with the auto keyword
tree
|
commitdiff
next