projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
MainWindow: Fix crash on closing last session
[pulseview.git]
/
pv
/
storesession.cpp
2016-08-18
Soeren Apel
Move signals to views and make Session handle multiple...
blob
|
commitdiff
|
raw
2016-08-18
Soeren Apel
Rename Trace::channel_ to Trace::base_, including depen...
blob
|
commitdiff
|
raw
|
diff to current
2016-08-18
Soeren Apel
Introduce pv::data::SignalBase
blob
|
commitdiff
|
raw
|
diff to current
2016-05-03
Soeren Apel
Fix #792 by making sure we don't request samples that...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-15
Soeren Apel
StoreSession: Add analog saving support
blob
|
commitdiff
|
raw
|
diff to current
2015-12-26
Uwe Hermann
Various minor whitespace and consistency fixes.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-05
Soeren Apel
StoreSession: Observe proper range order
blob
|
commitdiff
|
raw
|
diff to current
2015-11-04
Uwe Hermann
Minor whitespace cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-04
Soeren Apel
Introduce "save selection range as..." feature
blob
|
commitdiff
|
raw
|
diff to current
2015-10-24
Uwe Hermann
win32: Re-fix the Windows build (namespace pollution...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-18
Joel Holdsworth
Session: Removed signals_mutex(), and made signals...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-18
Joel Holdsworth
Reduce include bloat by including boost/thread/{locks...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-15
Soeren Apel
Fix #615 by opening the output stream only if needed
blob
|
commitdiff
|
raw
|
diff to current
2015-08-06
Soeren Apel
Fix include guards and accidential const removal
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
Soeren Apel
Fix #404 by only saving enabled signals
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
Soeren Apel
Fix #599 by supplying correct length to create_logic_pa...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-30
Soeren Apel
StoreSession: Supply filename to the output module...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Joel Holdsworth
Use device::Devices to represent sigrok Devices
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Joel Holdsworth
StoreSession: Use DeviceManager to get context
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Joel Holdsworth
Session: Store signals_ in an unordered_set
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Joel Holdsworth
Added pv::dialogs::InputOutputOptions
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Joel Holdsworth
StoreSession: Support output formats other than srzip
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Joel Holdsworth
StoreSession: Added an OutputFormat parameter
blob
|
commitdiff
|
raw
|
diff to current
2015-01-17
Uwe Hermann
Update for libsigrokcxx rename.
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
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-22
Joel Holdsworth
StoreSession: Fixed completion mechanism
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-11-19
Joel Holdsworth
SigSession: Converted _signals_mutex into a boost:...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
Joel Holdsworth
SigSession: Added signals_mutex(), and made signals...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-13
Joel Holdsworth
SigSession: Made _sr_session non-static
blob
|
commitdiff
|
raw
|
diff to current
2014-11-13
Joel Holdsworth
StoreSession: Removed commented code
blob
|
commitdiff
|
raw
|
diff to current
2014-11-13
Martin Ling
Reimplement file save using the srzip output module.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Martin Ling
Use libsigrok C++ bindings (patch version 7).
blob
|
commitdiff
|
raw
|
diff to current
2014-08-29
Martin Ling
Rename 'probe' to 'channel' everywhere.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-19
Martin Ling
Update to new session API.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Marcus Comstedt
Fix compilation on 32-bit systems
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Joel Holdsworth
Replaced boost::function with std::function
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Joel Holdsworth
Used a std::atomic for StoreSession::_units_stores...
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-03-01
Marcus Comstedt
Don't join with non-threads. Fixes 323
blob
|
commitdiff
|
raw
|
diff to current
2014-01-11
Joel Holdsworth
Added support for save
blob
|
commitdiff
|
raw
|
diff to current