aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake
Commit message (Collapse)AuthorAgeFilesLines
* packaging: Add python-requests to package depsMartin Braun2016-09-231-2/+2
|
* Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-08-221-0/+18
|\
| * Preparing branch for 3.9.5 ReleaseMartin Braun2016-08-222-1/+19
| | | | | | | | | | | | | | | | - Updated CHANGELOG (incl. Debian) - Updated version - Updated images package FPGA submodule pointer already up-to-date.
* | debian: Add RFNoC XML files to libuhd .deb packageMartin Braun2016-08-181-0/+1
| |
* | cmake: Updated vendor name for CPackMartin Braun2016-08-181-2/+2
| |
* | cmake: Fixed UHD_VERSION_DEVEL valueMartin Braun2016-08-121-1/+1
| |
* | cmake: Fixed some bugs related to identifying git branchMartin Braun2016-08-121-3/+4
| |
* | Updated repository for 3.10.0.0 ReleaseMartin Braun2016-08-112-1/+25
| | | | | | | | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version string - Updated ABI string
* | cmake: Conditionally set UHD_RFNOC_FOUND depending on ENABLE_RFNOCMartin Braun2016-08-101-1/+1
| |
* | Merging RFNoC support for X310Martin Braun2016-08-093-2/+8
| |
* | Merge branch 'maint'Martin Braun2016-08-011-0/+11
|\| | | | | | | | | | | Conflicts: host/lib/usrp/dboard/db_wbx_version2.cpp host/lib/usrp/dboard/db_wbx_version3.cpp
| * cmake: "make uninstall" now removes symlinks (CMake 2.8.1 and above)Nicholas Corgan2016-08-011-0/+11
| |
* | cmake: Fix compatibility with new versioning schemeNicolas Cuervo2016-08-011-2/+3
| | | | | | | | - Fixes init_usrp
* | Changing UHD's versioning systemNicholas Corgan2016-06-142-12/+15
| | | | | | | | * Version numbers now Major.API.ABI.Patch
* | cmake: added IGNORE_BUILD_DATE option for reproducibilityNicholas Corgan2016-06-141-5/+9
| |
* | Merge branch 'maint'Ashish Chaudhari2016-05-261-2/+13
|\|
| * cmake: When git describe fails, just use defaults instead of printing warnings.Martin Braun2016-05-251-2/+13
| |
* | Merge branch 'maint'Martin Braun2016-05-131-1/+1
|\|
| * debian: Updated postinst such that sysctl failures are non-fatal to installationMartin Braun2016-05-111-1/+1
| |
* | Merge branch 'maint'Martin Braun2016-05-061-0/+15
|\| | | | | | | | | | | Conflicts: host/CMakeLists.txt host/lib/usrp/b200/b200_impl.cpp
| * Final changes for 3.9.4 release:Martin Braun2016-05-051-0/+15
| | | | | | | | | | - Updated UHD images packages (zip file name change) - Updated Debian changelog
| * Preparing maint branch for 3.9.4-RC1Martin Braun2016-04-221-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.
* | Merge branch 'maint'Martin Braun2016-04-071-3/+0
|\| | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp
| * cmake: Removed setting of CPACK_SET_DESTDIRMartin Braun2016-04-061-3/+0
| |
* | cmake: Allow to override patch-part of version stringMartin Braun2016-03-221-0/+4
| |
* | Merge branch 'maint'Martin Braun2016-03-211-0/+16
|\|
| * Final preparations for 3.9.3 releaseMartin Braun2016-03-211-0/+16
| | | | | | | | | | - Updated changelog (Debian + internal) - Updated images package for final release
| * Updated branch for upcoming 3.9.3 releaseMartin Braun2016-03-141-1/+1
| | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string
* | cmake: Rename version strings for dev branchesMartin Braun2016-03-111-1/+35
| |
* | Added uhd_config_info utilityNicholas Corgan2015-12-301-0/+60
| |
* | Merge branch 'maint'Martin Braun2015-12-3018-0/+1412
|\|
| * Final updates for 3.9.2 releaseMartin Braun2015-12-301-0/+16
| | | | | | | | | | | | - Updated images package - Updated Debian changelog - Updated ppa script
| * Added scripts and Debian configuration files for Ubuntu PPANicholas Corgan2015-12-3018-0/+1396
| |
| * Updated repo for 3.9.2 releaseMartin Braun2015-12-221-1/+1
| | | | | | | | | | | | | | - Updated Changelog - Updated fpga submodule pointer - Updated version strings - Updated images package
* | Merge branch 'maint'Ashish Chaudhari2015-12-151-0/+175
|\| | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h
| * B2xx: Added B205mini support.michael-west2015-12-101-0/+175
| | | | | | | | | | | | - Add support to b200_impl - New INF file - Removed references to old 'B205' name
| * If we are cross compiling, do not test for build machine distro.Philip Balister2015-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | UHD would use the result of the REDHAT test to decide if UHD installed in lib64. So if you did a build for a 64 bit machine on a FEDORA box with OE, it decided to install uhd in /usr/lib64. This is not always the right thing to do. Eventually, we will need to deal with OE builds that use lib64, but we can figure that out when we hit the problem. Signed-off-by: Philip Balister <philip@opensdr.com>
| * Updated repo for 3.9.1 releaseMartin Braun2015-09-111-1/+1
| | | | | | | | | | - Version string - Renamed images package
| * Added INF files for USB devices to source tree.Martin Braun2015-09-036-0/+701
| |
* | If we are cross compiling, do not test for build machine distro.Philip Balister2015-11-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | UHD would use the result of the REDHAT test to decide if UHD installed in lib64. So if you did a build for a 64 bit machine on a FEDORA box with OE, it decided to install uhd in /usr/lib64. This is not always the right thing to do. Eventually, we will need to deal with OE builds that use lib64, but we can figure that out when we hit the problem. Signed-off-by: Philip Balister <philip@opensdr.com>
* | uhd: Stripped some superfluous include filesMartin Braun2015-09-232-527/+0
| |
* | Added INF files for USB devices to source tree.Martin Braun2015-09-086-0/+701
| |
* | cmake: Clearly marked master/3.10 as development branch (changed version string)Martin Braun2015-09-021-1/+1
| |
* | Updated version strings on master branch (3.10)Martin Braun2015-08-311-2/+2
|/
* Updated version strings + fpga-src for 3.9.0 releaseMartin Braun2015-08-181-2/+2
|
* cpack: set version string for MSVC 2015 packagesNicholas Corgan2015-08-171-0/+2
|
* Remove CMake 3.0+ warningsNicholas Corgan2015-08-134-93/+116
|
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵Nicholas Corgan2015-08-111-2/+15
| | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it
* UHD: libusb_strerror compatibility with older versions of libusbmichael-west2015-08-061-1/+6
|
* uhd: C API wrapperNicholas Corgan2015-08-061-0/+33
| | | | | | | * multi_usrp, multi_usrp_clock, and associated classes accessible through C * Added Doxygen documentation explaining structure and API * Simple RX and TX streaming examples * Unit tests for different parts of C interface and C++ error conversion