aboutsummaryrefslogtreecommitdiffstats
path: root/host/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2016-08-041-0/+4
|\
| * Fix lib64 detection for cross builds.Philip Balister2016-08-041-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 Braun2016-05-191-1/+2
|\|
| * cmake: Better verbosity for installing/packaging images.Martin Braun2016-05-191-1/+2
| |
| * Final changes for 3.9.4 release:Martin Braun2016-05-051-2/+2
| | | | | | | | | | - Updated UHD images packages (zip file name change) - Updated Debian changelog
| * Updated images package for UHD 3.9.4 RC1Ashish Chaudhari2016-04-261-2/+2
| |
| * Final preparations for 3.9.3 releaseMartin Braun2016-03-211-2/+2
| | | | | | | | | | - Updated changelog (Debian + internal) - Updated images package for final release
| * Updated branch for upcoming 3.9.3 releaseMartin Braun2016-03-141-2/+2
| | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string
* | Updated images package and fpga-src to latest masterAshish Chaudhari2016-04-181-2/+2
| | | | | | | | | | - Added dual-10GigE (XG) images for X3xx - Multiple fixes for B2xx, B2xxmini, E3xx, X3xx, N230
* | E310: Radio reset fixmichael-west2016-03-291-2/+2
| | | | | | | | | | | | - Updated images - E310: Bumped compat number to 16 for radio reset fix - Update fpga-src submodule pointer
* | Bumping minimum version requirements for our dependencies.Martin Braun2016-03-211-4/+4
| | | | | | | | | | | | | | | | | | New minimum versions: - Boost: 1.53 - gcc: 4.8 - Clang: 3.3 - Python: 2.7 - CMake: 2.8
* | cmake: Rename version strings for dev branchesMartin Braun2016-03-111-2/+2
| |
* | cmake: add compiler minimum version check for GNU and Clang.Michael Dickens2016-03-041-1/+50
| |
* | cmake: add compiler support for Clang.Michael Dickens2016-03-021-2/+3
| |
* | Merge branch 'maint'Martin Braun2016-02-081-2/+7
|\|
| * Disable Winsock deprecation warningsNicholas Corgan2016-02-081-0/+1
| |
| * cmake: fixed Boost.Thread check for MinGWNicholas Corgan2016-02-081-2/+6
| | | | | | | | | | * MinGW builds check for libboost_thread_win32 instead of libboost_thread * Checks for other platforms unaffected
* | Merge branch 'maint'Martin Braun2016-01-211-3/+3
|\|
| * uhd: add CMake flag for the Windows registry key to specify UHD images directoryBrooks Prumo2016-01-211-3/+3
| |
| * Final updates for 3.9.2 releaseMartin Braun2015-12-301-2/+2
| | | | | | | | | | | | - Updated images package - Updated Debian changelog - Updated ppa script
| * Updated repo for 3.9.2 releaseMartin Braun2015-12-221-2/+2
| | | | | | | | | | | | | | - Updated Changelog - Updated fpga submodule pointer - Updated version strings - Updated images package
* | Updated images packageAshish Chaudhari2016-01-131-2/+2
| |
* | Updated fpga-src and images packageAshish Chaudhari2016-01-061-2/+2
| | | | | | | | - FPGA commit: 86e2195f52ec6b39d4f529ab693fa18de398f650
* | Updated images package for masterAshish Chaudhari2015-12-231-2/+2
| |
* | Updating images package for GPIO redux and X3xx DRAM supportAshish Chaudhari2015-10-161-2/+2
|/
* Updated repo for 3.9.1 releaseMartin Braun2015-09-111-2/+2
| | | | | - Version string - Renamed images package
* Updating images package for unofficial 3.9.1 release candidateAshish Chaudhari2015-09-091-2/+2
|
* Updated images package for 3.9.0 releaseAshish Chaudhari2015-08-311-2/+2
|
* Updated images package for 3.9.0rc1Ashish Chaudhari2015-08-181-2/+2
|
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵Nicholas Corgan2015-08-111-5/+5
| | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it
* uhd: C API wrapperNicholas Corgan2015-08-061-0/+1
| | | | | | | * 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
* fpga: Updated fpga image package for e3xx.Moritz Fischer2015-07-301-2/+2
|
* Updated images package (X300 compat 13)Ashish Chaudhari2015-07-241-2/+2
|
* cmake: MinGW improvementsNicholas Corgan2015-07-231-16/+0
| | | | | | * Improved toolchan file, accounts for different versions * Don't force static runtime linking (was causing test errors) * Include MinGW runtime in packaging
* adding "/bigobj" compiler flag to allow msvc to handle really large objPatrick Sisterhen2015-07-231-0/+1
|
* Updated images package for master (X300 updates)Ashish Chaudhari2015-07-221-2/+2
|
* cmake: Bumped minimum version for CMake to 2.8Martin Braun2015-07-151-1/+1
|
* Updated images packageMartin Braun2015-07-141-2/+2
| | | | | | | - X300 Rev7 images - B200 updated firmware (V8) - OctoClock - E300 (idle image)
* build: Python 3 compatibility for build scriptsNicholas Corgan2015-07-141-1/+1
|
* uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat)Martin Braun2015-07-141-4/+4
|
* Merge branch 'maint'Martin Braun2015-07-141-2/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h
| * 3.8.5 Release CandidateMartin Braun2015-07-141-2/+2
| | | | | | | | | | | | - Updated fpga-src - Updated version strings - Updated images package
* | uhd: Removed the ORC dependencyMartin Braun2015-07-011-3/+0
| |
* | Merge branch 'maint'Martin Braun2015-06-231-2/+2
|\|
| * docs: Fixed FPGA manual auto-buildingMartin Braun2015-06-231-2/+2
| |
* | Merge branch 'maint'Martin Braun2015-06-221-3/+4
|\|
| * cmake: removed unnecessary printsNicholas Corgan2015-06-221-3/+4
| |
| * Renamed images package for release tagMartin Braun2015-05-111-2/+2
| |
| * 3.8.4 Release CandidateMartin Braun2015-05-061-2/+2
| | | | | | | | | | | | - Updated fpga-src - Updated version strings - Updated images package
| * Updated Images Package for B200Martin Braun2015-04-301-2/+2
| |