Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: change minimium cmake version support to 2.8.2 | Trung Tran | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | cmake: Remove images downloader section | Martin Braun | 2018-04-19 | 1 | -10/+0 |
| | | | | This was replaced with the manifest. | ||||
* | cmake: add manual override option to UHD_VERSION | Andrej Rode | 2018-03-07 | 1 | -0/+3 |
| | |||||
* | lib: Add 'prefs' API | Martin Braun | 2018-02-20 | 1 | -1/+24 |
| | | | | | | | | | | | | | This defines and reads configuration files that can be used to customize UHD's behaviour. On Unix systems, they default to: /etc/uhd/uhd.conf $APPDATA/.uhd/uhd.conf On Windows systems, it will look in: %ProgramData%/uhd/uhd.conf %AppData%/.uhd/uhd.conf | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -0/+1 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | cmake: Re-add requirement for Python requests | Brent Stapleton | 2018-02-01 | 1 | -5/+5 |
| | | | | Uncommenting a CMake check for the Python module requests. | ||||
* | cmake: Check for minimum MSVC, bump MSVC min version to 14.0 | Martin Braun | 2018-01-17 | 1 | -7/+15 |
| | | | | | | | - MSVC 14.0 is required to support a lot of the new C++11 features required for rpclib, among others. - Moved Boost minimum version variable to same spot as other minimum versions | ||||
* | mpm/mpmd: Move to request_xport()/commit_xport() architecture | Martin Braun | 2017-12-22 | 1 | -5/+5 |
| | | | | | This commit combines code from various branches to finally enable both UDP and Liberio transports. | ||||
* | cmake: Add extra flags to uhd project reduce Windows.h loads | Trung N Tran | 2017-12-22 | 1 | -0/+2 |
| | |||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | ddc/duc: enhance ddc/duc with new parameters | Ryan Marlow | 2017-12-20 | 1 | -2/+2 |
| | | | | | | | | | | | | - NUM_HALFBANDS and CIC_MAX are no longer hard coded and are now readback regs. - both DDC and DUC use same encoding to enable halfbands (increment the number) - removed hacky hack & fixed get_output_rate/get_input_rate to include only valid rates based on NUM_HALFBANDS and CIC_MAX. - added compatibility number readback w/ warning/error messages - Updated images package to include new DDC/DUC (affects X-Series only) - Updated fpga-src submodule pointer | ||||
* | Merge branch 'maint' | Martin Braun | 2017-07-19 | 1 | -2/+2 |
|\ | |||||
| * | Preparing branch for 3.10.2.0 release. | Martin Braun | 2017-07-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | - Updated version string - Updated fpga-src submodule - Updated CHANGELOG - Updated images package | ||||
* | | cmake: add coverage target | Andrej Rode | 2017-05-23 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-04-06 | 1 | -2/+2 |
|\| | |||||
| * | Updated FPGA images packages and fpga-src submodule pointer | Martin Braun | 2017-04-03 | 1 | -2/+2 |
| | | | | | | | | - Main fix: X3x0 output FIFO size | ||||
* | | Merge branch 'maint' | Martin Braun | 2017-03-24 | 1 | -2/+2 |
|\| | |||||
| * | msvc build: set compile_flags instead of add_definitions | Mark Meserve | 2017-03-21 | 1 | -2/+2 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-02-10 | 1 | -2/+2 |
|\| | |||||
| * | uhd: Updated images package with x3x0 changes | Derek Kozel | 2017-02-02 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-01-30 | 1 | -2/+2 |
|\| | |||||
| * | Final changes for 3.10.1.1 release. | Derek Kozel | 2017-01-27 | 1 | -2/+2 |
| | | | | | | | | | | - Updated Debian CHANGELOG - Updated images package | ||||
* | | Merge branch 'maint' | Martin Braun | 2017-01-17 | 1 | -4/+3 |
|\| | |||||
| * | cmake: add -lthr linker flag for FreeBSD executables | Andrej Rode | 2017-01-13 | 1 | -0/+3 |
| | | |||||
| * | Preparing branch for 3.10.1.1 release. | Martin Braun | 2017-01-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | - Updated version string - Updated fpga-src submodule - Updated CHANGELOG - Updated images package | ||||
| * | cmake: Added Boost 1.61 to list of versions | Martin Braun | 2017-01-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-12-13 | 1 | -2/+2 |
|\| | |||||
| * | x300: Updated FPGA images to include 214 MHz change | Martin Braun | 2016-12-13 | 1 | -2/+2 |
| | | | | | | | | | | - Updated submodule pointer - Updated images package | ||||
* | | cmake: add -lthr linker flag and libc++ compiler flag to FreeBSD | Andrej Rode | 2016-12-01 | 1 | -0/+4 |
| | | |||||
* | | cmake: set c++11 flags in gcc and clang | Andrej Rode | 2016-11-22 | 1 | -2/+18 |
|/ | | | | | | | This will enable all C++11 features that are available on all currently supported compilers. Reviewed-By: Martin Braun <martin.braun@ettus.com> | ||||
* | Preparing branch for 3.10.1.0 release | Derek Kozel | 2016-11-02 | 1 | -2/+2 |
| | | | | | - Updated CHANGELOG - Updated images package | ||||
* | Preparing branch for 3.10.1.0 release | Derek Kozel | 2016-10-27 | 1 | -2/+2 |
| | | | | | | - Updated CHANGELOG - Updated fpga-src submodule pointer - Updated images package | ||||
* | Preparing branch for 3.10.1.0 release | Martin Braun | 2016-10-18 | 1 | -2/+2 |
| | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule pointer - Updated images package - Updated version string | ||||
* | Updated fpga-src submodule pointer and images package | Sugandha Gupta | 2016-10-13 | 1 | -2/+2 |
| | |||||
* | cmake: Check for python requests, warn if not found (does not fail though) | Martin Braun | 2016-09-22 | 1 | -1/+7 |
| | |||||
* | x300: Bumped FPGA compat num (is now: 0x21 == 33) and FW compat num (is now 5) | Martin Braun | 2016-08-23 | 1 | -2/+2 |
| | | | | - Also updated images package. | ||||
* | cmake: Make -Og the default debug flags when using gcc | Martin Braun | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | cmake: Fixed some bugs related to identifying git branch | Martin Braun | 2016-08-12 | 1 | -2/+2 |
| | |||||
* | Updated repository for 3.10.0.0 Release | Martin Braun | 2016-08-11 | 1 | -2/+2 |
| | | | | | | | - 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 | -0/+6 |
| | |||||
* | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 1 | -4/+6 |
| | |||||
* | cmake: Added chrono as a Boost dependency | Martin Braun | 2016-08-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2016-08-04 | 1 | -0/+4 |
|\ | |||||
| * | Fix lib64 detection for cross builds. | Philip Balister | 2016-08-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | OpenEmbedded sets CMAKE_INSTALL_LIBDIR so we can directly detect if the target wants to install uhd in the lib64 directory. Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-19 | 1 | -1/+2 |
|\| | |||||
| * | cmake: Better verbosity for installing/packaging images. | Martin Braun | 2016-05-19 | 1 | -1/+2 |
| | | |||||
| * | Final changes for 3.9.4 release: | Martin Braun | 2016-05-05 | 1 | -2/+2 |
| | | | | | | | | | | - Updated UHD images packages (zip file name change) - Updated Debian changelog | ||||
| * | Updated images package for UHD 3.9.4 RC1 | Ashish Chaudhari | 2016-04-26 | 1 | -2/+2 |
| | | |||||
| * | Final preparations for 3.9.3 release | Martin Braun | 2016-03-21 | 1 | -2/+2 |
| | | | | | | | | | | - Updated changelog (Debian + internal) - Updated images package for final release |