| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Remove ENABLE_PYTHON3 flag and simplify Python detection | Martin Braun | 2019-05-24 | 1 | -32/+148 |
* | cmake: tests: Add macro for non-API based unit tests | Martin Braun | 2019-05-22 | 1 | -0/+1 |
* | cmake: Remove superfluous modules | Martin Braun | 2019-05-22 | 5 | -302/+2 |
* | python: Replace Boost.Python with PyBind11 | Martin Braun | 2019-02-22 | 1 | -1/+0 |
* | deps: Add PyBind11 | Martin Braun | 2019-02-22 | 1 | -1/+36 |
* | cmake: remove Boost from dyn libs for tests on Apple | Michael Dickens | 2019-02-19 | 1 | -1/+3 |
* | cmake: Update version string to 3.15.0.git | Martin Braun | 2019-02-13 | 1 | -5/+5 |
* | Preparing branch for 3.14.0.0 Release | michael-west | 2019-02-01 | 1 | -1/+1 |
* | cpack: Fix RPM generation | Matt Reilly | 2019-01-28 | 2 | -2/+2 |
* | math: Remove uhd::math::log2, replace with std::log2 | Martin Braun | 2019-01-18 | 1 | -3/+0 |
* | Debian: Rename file for libuhd install | michael-west | 2019-01-16 | 1 | -0/+0 |
* | cmake: python: adding RUNTIME_PYTHON_EXECUTABLE | Brent Stapleton | 2018-11-26 | 1 | -1/+15 |
* | cmake: Add SOURCE_DATE_EPOCH | A. Maitland Bottoms | 2018-11-15 | 1 | -0/+5 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 19 | -699/+699 |
* | debian: Update control files for .deb files | Martin Braun | 2018-10-29 | 4 | -21/+29 |
* | cmake: Change SOVERSION and VERSION for the library files | Martin Braun | 2018-10-29 | 1 | -0/+7 |
* | cmake: Check for rte_ethdev.h when finding DPDK | Alex Williams | 2018-08-29 | 1 | -1/+9 |
* | uhd-dpdk: Add DPDK-based sockets-like library | Alex Williams | 2018-08-29 | 1 | -0/+32 |
* | uhd: Post-release cleanup | Brent Stapleton | 2018-07-25 | 1 | -2/+2 |
* | 3.13.0.0 Release | Brent Stapleton | 2018-07-24 | 2 | -0/+119 |
* | Preparing for 3.13.0.0 Release | Martin Braun | 2018-07-19 | 1 | -1/+1 |
* | cmake: Allow to override UHD_GIT_BRANCH from CMake | Martin Braun | 2018-07-14 | 1 | -0/+4 |
* | 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 |
* | 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 |
* | python: Initial commit of Python API | Andrej Rode | 2018-06-20 | 1 | -1/+2 |
* | cmake: remove local FindGit.cmake | Trung Tran | 2018-06-12 | 2 | -46/+2 |
* | Update CHANGELOG and manifest.txt for 3.12.0.0 release | Martin Braun | 2018-06-05 | 1 | -0/+113 |
* | Debian: Fix bad path in libuhd-dev.install | michael-west | 2018-05-18 | 1 | -1/+1 |
* | Prepare branch for 3.12.0.0 release | Martin Braun | 2018-05-17 | 1 | -2/+2 |
* | Debian: Modify debian rules to ignore missing info (for Launchpad) | michael-west | 2018-05-16 | 1 | -0/+3 |
* | cmake: update NSIS template | Trung Tran | 2018-03-30 | 1 | -2/+2 |
* | 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 |
* | debian: Add UHDConfig.cmake to install list for libuhd-dev | Martin Braun | 2018-03-13 | 1 | -0/+1 |
* | cmake: add manual override option to UHD_VERSION | Andrej Rode | 2018-03-07 | 1 | -1/+3 |
* | debian: Add MIT license to list of full-text licenses | Martin Braun | 2018-03-05 | 1 | -0/+19 |
* | Update master branch for 3.11.0.0 release | Martin Braun | 2018-03-05 | 2 | -0/+27 |
* | Revert "utils: images downloader: forced update of CMake variable" | Trung N Tran | 2018-02-27 | 1 | -6/+0 |
* | Preparing branch for 3.11.0.0 release | Martin Braun | 2018-02-22 | 1 | -1/+1 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 22 | -22/+42 |
* | Ubuntu PPA: Update debian information | michael-west | 2018-02-19 | 3 | -769/+1464 |
* | utils: images downloader: forced update of CMake variable | Brent Stapleton | 2018-01-29 | 1 | -0/+6 |
* | cmake: fix test library path ordering to be internal then external | Michael Dickens | 2018-01-22 | 1 | -2/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 22 | -254/+23 |
* | uhd: Removed drivers for E100/E110 | Martin Braun | 2017-09-29 | 2 | -26/+0 |
* | transport: Added liberio_zero_copy transport implementation | Moritz Fischer | 2017-08-07 | 1 | -0/+34 |
* | cmake: add coverage target | Andrej Rode | 2017-05-23 | 1 | -0/+197 |
* | Merge branch 'maint' | Martin Braun | 2017-05-03 | 1 | -10/+14 |
|\ |
|