]> sigrok.org Git - pulseview.git/history - pv/devicemanager.cpp
Replaced lengthy iterator types with the auto keyword
[pulseview.git] / pv / devicemanager.cpp
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