Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Allow to override UHD_GIT_BRANCH from CMake | Martin Braun | 2018-07-14 | 1 | -0/+4 |
| | | | | | | Use cmake -DUHD_GIT_BRANCH_OVERRIDE=$branchname. This can be helpful when building from tarballs, but you need to have the branch information. | ||||
* | cmake: add support to make python api installer on windows | Trung Tran | 2018-07-13 | 1 | -2/+4 |
| | |||||
* | cmake: Fix version numbering | Martin Braun | 2018-07-13 | 1 | -2/+2 |
| | | | | | UHD-* branches were being detected as "development", and #cmakedefine does not like it when values are actually zero. | ||||
* | cmake: Changing UHD version to 3.13 and flagging branch as development | Martin Braun | 2018-07-13 | 1 | -2/+2 |
| | |||||
* | cmake: Fixed the Python executable finding logic | Håkon Vågsether | 2018-06-20 | 1 | -2/+11 |
| | | | | Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | python: Initial commit of Python API | Andrej Rode | 2018-06-20 | 1 | -1/+2 |
| | | | | | | | | | | Initial commit of the Python API using Boost.Python. Bind the MultiUSRP API for use in Python. Bindings intended to provide as complete coverage as possible. - Wrap most multi_usrp calls - Adding multi channel send/recv examples in examples/python - Adding setuptools support - Initial attempt at binding the UHD types and filters | ||||
* | cmake: remove local FindGit.cmake | Trung Tran | 2018-06-12 | 2 | -46/+2 |
| | | | | | cmake already supports find_package(Git), we are no longer need to maintain FindGit.cmake. | ||||
* | Prepare branch for 3.12.0.0 release | Martin Braun | 2018-05-17 | 1 | -2/+2 |
| | | | | | - Updated version string - Updated CHANGELOG | ||||
* | cmake: update NSIS template | Trung Tran | 2018-03-30 | 1 | -2/+2 |
| | | | | | | | RemoveSection is deprecate because NSIS has some macro that is the same name. The upstream NSISTemplate of CMake already update since 2012 but we did not. This commit will enable our our Packaging for windows run against latest NSIS app. | ||||
* | cmake: Update version string to 3.12.0.git for master branch | Martin Braun | 2018-03-16 | 1 | -2/+2 |
| | |||||
* | cmake: Correctly fail when an unavailable component is requested | Martin Braun | 2018-03-16 | 1 | -8/+26 |
| | | | | | For example, if Doxygen wasn't installed, specifying -DENABLE_MANUAL=ON should always cause CMake to immediately fail. | ||||
* | cmake: add manual override option to UHD_VERSION | Andrej Rode | 2018-03-07 | 1 | -1/+3 |
| | |||||
* | Revert "utils: images downloader: forced update of CMake variable" | Trung N Tran | 2018-02-27 | 1 | -6/+0 |
| | | | | This reverts commit cf1bf696649c958c53d7f4cf0a280242c254e4be. | ||||
* | Preparing branch for 3.11.0.0 release | Martin Braun | 2018-02-22 | 1 | -1/+1 |
| | | | | | - Updated version string - Updated CHANGELOG | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 13 | -13/+24 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | utils: images downloader: forced update of CMake variable | Brent Stapleton | 2018-01-29 | 1 | -0/+6 |
| | | | | | | | | | Moved the uhd_images_downloader.py.in configuration to its own script so that the manifest file is added as a dependency and read into a CMake variable. Reviewed-by: Ashish Chaudhari <ashish@ettus.com> Reviewed-by: Martin Braun <martin.braun@ettus.com> | ||||
* | cmake: fix test library path ordering to be internal then external | Michael Dickens | 2018-01-22 | 1 | -2/+2 |
| | | | | | | | | | | Always include local-to-build library paths first, then external ones. If a prior version of UHD is installed in the same directly as Boost (as is typical on *nix* OSs such as macOS and Linux), then it will be picked up before the internal-to-build version and some tests will fail. Reviewed-by: Martin Braun <martin.braun@ettus.com> | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 12 | -144/+12 |
| | |||||
* | transport: Added liberio_zero_copy transport implementation | Moritz Fischer | 2017-08-07 | 1 | -0/+34 |
| | | | | | | | | | | | | This adds a zero copy transport using the liberio library. Currently supported API version for liberio is 0.3, this might still very much break, since the library is still in development. So far nobody uses it UHD so we might as well merge it. Signed-off-by: Alex Williams <alex.williams@ni.com> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | cmake: add coverage target | Andrej Rode | 2017-05-23 | 1 | -0/+197 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-05-03 | 1 | -10/+14 |
|\ | |||||
| * | cmake: allow commandline override of UHD_GIT_{COUNT,HASH} | Andrej Rode | 2017-04-13 | 1 | -10/+14 |
| | | |||||
| * | Preparing branch for 3.10.1.1 release. | Martin Braun | 2017-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Updated version string - Updated fpga-src submodule - Updated CHANGELOG - Updated images package | ||||
| * | cmake: Fixed version num depadding | Martin Braun | 2016-11-30 | 1 | -1/+1 |
| | | |||||
* | | utils: add coloring depending on loglevel to console output | Andrej Rode | 2017-04-07 | 1 | -0/+10 |
| | | |||||
* | | utils: add cmake switch to disable fastpath logging | Andrej Rode | 2017-04-06 | 1 | -0/+5 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -0/+57 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-11-28 | 1 | -1/+0 |
|\| | |||||
| * | cmake: Remove duplicate definitions of UHD_VERSION | Martin Braun | 2016-11-18 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-11-09 | 1 | -7/+7 |
|\| | |||||
| * | cmake: Added the ability to specify package names | Paul David | 2016-11-09 | 1 | -7/+7 |
| | | |||||
| * | Preparing branch for 3.10.1.0 release | Martin Braun | 2016-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule pointer - Updated images package - Updated version string | ||||
* | | cmake: Change version numbering to remove leading zeros | Martin Braun | 2016-10-31 | 4 | -38/+15 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-09-27 | 1 | -2/+2 |
|\| | |||||
| * | packaging: Add python-requests to package deps | Martin Braun | 2016-09-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-08-18 | 1 | -2/+2 |
|\| | |||||
| * | cmake: Updated vendor name for CPack | Martin Braun | 2016-08-18 | 1 | -2/+2 |
| | | |||||
| * | cmake: Fixed UHD_VERSION_DEVEL value | Martin Braun | 2016-08-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-08-12 | 1 | -3/+4 |
|\| | |||||
| * | cmake: Fixed some bugs related to identifying git branch | Martin Braun | 2016-08-12 | 1 | -3/+4 |
| | | |||||
* | | Updated version to 3.11.0.git for new master branch | Martin Braun | 2016-08-12 | 1 | -2/+2 |
|/ | |||||
* | Updated repository for 3.10.0.0 Release | Martin Braun | 2016-08-11 | 1 | -1/+1 |
| | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version string - Updated ABI string | ||||
* | cmake: Conditionally set UHD_RFNOC_FOUND depending on ENABLE_RFNOC | Martin Braun | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 3 | -2/+8 |
| | |||||
* | cmake: Fix compatibility with new versioning scheme | Nicolas Cuervo | 2016-08-01 | 1 | -2/+3 |
| | | | | - Fixes init_usrp | ||||
* | Changing UHD's versioning system | Nicholas Corgan | 2016-06-14 | 2 | -12/+15 |
| | | | | * Version numbers now Major.API.ABI.Patch | ||||
* | cmake: added IGNORE_BUILD_DATE option for reproducibility | Nicholas Corgan | 2016-06-14 | 1 | -5/+9 |
| | |||||
* | Merge branch 'maint' | Ashish Chaudhari | 2016-05-26 | 1 | -2/+13 |
|\ | |||||
| * | cmake: When git describe fails, just use defaults instead of printing warnings. | Martin Braun | 2016-05-25 | 1 | -2/+13 |
| | | |||||
| * | Preparing maint branch for 3.9.4-RC1 | Martin Braun | 2016-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | - Updated changelog - Updated submodule pointer - Updated version Note: Image package was not updated for RC1 because it's unchanged from 3.9.3. |