]> sigrok.org Git - pulseview.git/history - pv/devicemanager.cpp
StoreSession: Support output formats other than srzip
[pulseview.git] / pv / devicemanager.cpp
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-13 Joel HoldsworthDeviceManager: Minor tidyup in build_display_name
2014-12-13 Joel HoldsworthDeviceManager: Use boost::algorithm::string::join to...
2014-12-12 Soeren ApelDeviceManager: Introduce full device names
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-09 Soeren ApelFix bug #285 by handling device display names through...
2014-11-09 Soeren ApelFix device removal in DeviceManager::driver_scan()
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-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-03-01 Joel HoldsworthMoved DeviceManager::use_device and release_device...
2014-03-01 Joel HoldsworthMade DeviceManager only handle Device objects
2014-03-01 Joel HoldsworthAdded pv::device::Device
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-05-01 Joel Holdsworthpv::DeviceManager now manages opening/closing devices
2013-04-29 Joel HoldsworthFactored device title printing code out into pv::Device...
2013-04-27 Joel HoldsworthAdded DeviceManager