]> sigrok.org Git - pulseview.git/history - pv/devicemanager.h
CMakeLists.txt: Put quotes back for CXX_FLAGS only
[pulseview.git] / pv / devicemanager.h
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
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 HoldsworthMoved DevInst into the pv::device namespace
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
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