]> sigrok.org Git - pulseview.git/history - pv/device/devinst.h
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / device / devinst.h
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-29 Soeren ApelAdd serial_num/connection_id handling and save/restore...
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-07-19 Martin LingUpdate to new session API.
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-25 Uwe HermannUpdate for 'probe_group' -> 'channel_group' rename...
2014-03-01 Joel HoldsworthMoved session creation into DevInst objects
2014-03-01 Joel HoldsworthMoved SigSession::is_trigger_enabled into DevInst
2014-03-01 Joel HoldsworthMoved DevInst::_sdi down into Device
2014-03-01 Joel HoldsworthMoved DeviceManager::use_device and release_device...
2014-03-01 Joel HoldsworthAdded pv::device::Device
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace