aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/string_vector_c_test.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed minor warningsNicholas Corgan2016-06-161-2/+2
| | | | | | * Mismatched printf format strings * Number truncation * Unreferenced variables
* C API cleanup, feature additionsNicholas Corgan2015-08-121-0/+90
* Cleaned up usage of handles vs. handle pointers * Store global string for last error thrown * Removed uhd::device_addr_t handle, added std::vector<std::string> handle