aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/graph_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-1/+1
| | | | | | | | | | | | | | | | To avoid the proliferation of additional include directories and multiple ways of including project-local headers, we now default to moving all headers that are used across UHD into the uhdlib/ subdirectory. Some #include statements were also reordered as they were modified for closer compliance with the coding guidelines. Internal cpp source files should now include files like this: #include <uhdlib/rfnoc/ctrl_iface.hpp> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com>
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* rfnoc: Added anonymous connections capability to graphMartin Braun2017-12-221-0/+73
|
* rfnoc: Enabled log messages for graph_implMartin Braun2017-12-221-2/+1
|
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* rfnoc: Added some more logging in graph codeMartin Braun2017-06-281-8/+18
|
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-4/+4
|
* rfnoc graph: Removed debugging verbageMartin Braun2016-08-101-4/+4
|
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+164