aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/nocscript_expr_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-14/+4
| | | | | | | Replaced with initialization lists. Note: uhd::dict does not work with initializer lists without making changes to said data structure. This commit has no functional changes, so keeping the boost::assigns for uhd::dict.
* 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.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-1/+0
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* nocscript: Removed compiler warningMartin Braun2016-08-121-4/+4
|
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+451