Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -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 Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | cmake: Change version numbering to remove leading zeros | Martin Braun | 2016-10-31 | 1 | -6/+6 |
| | |||||
* | cmake: Fix compatibility with new versioning scheme | Nicolas Cuervo | 2016-08-01 | 1 | -2/+3 |
| | | | | - Fixes init_usrp | ||||
* | cmake: Dev branches can get a named version | Martin Braun | 2015-01-28 | 1 | -0/+11 |
| | |||||
* | cmake: set ENV variables to tell GR's FindUHD.cmake that these files were ↵ | Michael Dickens | 2014-09-25 | 1 | -0/+6 |
| | | | | actually used; UHDConfig*.cmake are not always allowed to use CACHE variables, thus the use of ENV. | ||||
* | cmake: Add in UHDConfig*.cmake files and install them into CMAKE_MODULES_DIR ↵ | Michael Dickens | 2014-09-25 | 1 | -0/+160 |
if provided (default value is "lib${LIB_SUFFIX}/cmake/"). Tested to work with GR's new FindUHD.cmake (as a daisy-chained "find_package(UHD ...)") as well as directly. |