]> sigrok.org Git - pulseview.git/history - pv/storesession.cpp
Re-use DecodeTrace::ChannelSelector as DecodeChannel
[pulseview.git] / pv / storesession.cpp
2017-03-28 Uwe HermannDrop unused boost-thread dependency.
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-22 Soeren ApelIntroduce PV-internal channel types
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-16 Uwe HermannIncrease session saving chunk size for much better...
2017-02-15 Soeren ApelStoreSession: Remove outdated comment
2017-02-02 Soeren ApelUnify get_samples() semantics for AnalogSegment and...
2017-01-19 Soeren ApelConfirm with user when trying to close sessions with...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-18 Soeren ApelMove signals to views and make Session handle multiple...
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-05-03 Soeren ApelFix #792 by making sure we don't request samples that...
2016-03-15 Soeren ApelStoreSession: Add analog saving support
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-05 Soeren ApelStoreSession: Observe proper range order
2015-11-04 Uwe HermannMinor whitespace cosmetics.
2015-11-04 Soeren ApelIntroduce "save selection range as..." feature
2015-10-24 Uwe Hermannwin32: Re-fix the Windows build (namespace pollution...
2015-10-18 Joel HoldsworthSession: Removed signals_mutex(), and made signals...
2015-10-18 Joel HoldsworthReduce include bloat by including boost/thread/{locks...
2015-08-15 Soeren ApelFix #615 by opening the output stream only if needed
2015-08-06 Soeren ApelFix include guards and accidential const removal
2015-07-31 Soeren ApelFix #404 by only saving enabled signals
2015-07-31 Soeren ApelFix #599 by supplying correct length to create_logic_pa...
2015-07-30 Soeren ApelStoreSession: Supply filename to the output module...
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthStoreSession: Use DeviceManager to get context
2015-05-28 Joel HoldsworthSession: Store signals_ in an unordered_set
2015-01-27 Joel HoldsworthAdded pv::dialogs::InputOutputOptions
2015-01-27 Joel HoldsworthStoreSession: Support output formats other than srzip
2015-01-27 Joel HoldsworthStoreSession: Added an OutputFormat parameter
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthSignalData: Moved samplerate into Snapshot
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-22 Joel HoldsworthStoreSession: Fixed completion mechanism
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-11-19 Joel HoldsworthSigSession: Converted _signals_mutex into a boost:...
2014-11-19 Joel HoldsworthSigSession: Added signals_mutex(), and made signals...
2014-11-13 Joel HoldsworthSigSession: Made _sr_session non-static
2014-11-13 Joel HoldsworthStoreSession: Removed commented code
2014-11-13 Martin LingReimplement file save using the srzip output module.
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-07-19 Martin LingUpdate to new session API.
2014-06-29 Marcus ComstedtFix compilation on 32-bit systems
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthUsed a std::atomic for StoreSession::_units_stores...
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-03-01 Marcus ComstedtDon't join with non-threads. Fixes 323
2014-01-11 Joel HoldsworthAdded support for save