aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/device3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* device3: add missing lock_guard includeAndrej Rode2017-04-101-1/+2
|
* device3: Fixed potential concurreny issuesAshish Chaudhari2017-04-051-0/+1
| | | | | | | - Protected block_ctrl vector with a mutex - Note: const block accessors are not thread safe - Removed sid_framer from base device3 class - Made x300,e300 sid_framers atomic
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-1/+1
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-1/+1
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+75