aboutsummaryrefslogtreecommitdiffstats
path: root/host/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Improve usage of C modulesMartin Braun2015-04-211-1/+1
|
* Merge branch 'maint'Martin Braun2015-04-201-2/+2
|\ | | | | | | | | Conflicts: host/CMakeLists.txt
| * Updated Images Package for 3.8.3Martin Braun2015-04-201-2/+2
| |
| * Updated images package for 3.8.3Ashish Chaudhari2015-04-141-2/+2
| |
| * Updated images package for N210Martin Braun2015-04-101-2/+2
| |
* | cmake: Add warning when building non-stable branchMartin Braun2015-04-151-0/+14
| |
* | Updated images packageMartin Braun2015-04-141-2/+2
| |
* | images: Updated B2x0 + E310 FPGA imagesMartin Braun2015-04-071-2/+2
| |
* | Merge branch 'maint'Martin Braun2015-03-271-1/+1
|\|
| * Warning fixesNicholas Corgan2015-03-271-1/+1
| | | | | | | | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables
* | Merge branch 'maint'Martin Braun2015-03-091-2/+2
|\|
| * cmake: for APPLE only, fix default values for CMAKE_INSTALL_NAME_DIR and ↵Michael Dickens2015-03-091-2/+2
| | | | | | | | CMAKE_INSTALL_RPATH.
* | Merge branch 'maint'Martin Braun2015-02-121-4/+4
|\| | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp
| * uhd: Fixed cmake variable for images source for packagingAshish Chaudhari2015-02-041-4/+4
| | | | | | | | - UHD_IMAGES_SRC_DIR is now used to pull in images for packaging
* | Merge branch 'maint'Martin Braun2015-01-291-2/+2
|\| | | | | | | | | Conflicts: fpga-src
| * 3.8.2 ReleaseMartin Braun2015-01-281-2/+2
| | | | | | | | | | | | - Updated fpga-src - Updated version strings - Updated images package
* | Merge branch 'maint' into masterBen Hilburn2015-01-281-1/+21
|\| | | | | | | | | | | | | | | | | Resolved Conflicts: host/docs/usrp_e3x0.dox host/include/uhd/utils/paths.hpp host/lib/transport/nirio/nifpga_lvbitx.cpp host/lib/usrp/b200/b200_impl.cpp host/lib/utils/paths.cpp
| * Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-271-1/+21
| | | | | | | | Also includes NI-USRP Windows Registry Key fixes.
* | Merge branch 'maint'Martin Braun2015-01-191-1/+30
|\| | | | | | | | | Conflicts: host/include/uhd/types/CMakeLists.txt
| * cmake: Added ENABLE_STATIC_LIBS optionMartin Braun2015-01-191-1/+30
| | | | | | | | | | | | | | - Allows building static libraries - For users calling find_package(UHD), provides extra options for building apps statically linking UHD. - Updated the init_usrp example to link UHD statically.
* | Merge branch 'maint'Martin Braun2015-01-131-0/+6
|\|
| * cmake: Added config.h back to the gameMartin Braun2015-01-131-0/+6
| |
* | Added support for MinGW cross-compileNicholas Corgan2015-01-131-0/+16
|/ | | | | | * Added CMake toolchain file, compatible with different versions * No dependency on MinGW runtime, all statically linked * Misc coding tweaks to allow MinGW to compile
* 3.8.1 ReleaseMartin Braun2014-12-161-2/+2
| | | | | - Updated fpga-src submodule - Updated version strings and images package
* cmake: Fixed duplicate installation of cmake filesMartin Braun2014-10-311-22/+21
|
* Updating Images Package for UHD-3.8.0Martin Braun2014-10-271-2/+2
|
* Deprecating some Boost- and Windows versions.Martin Braun2014-10-161-2/+2
|
* Updated images URL for 3.8.0Martin Braun2014-10-131-2/+2
|
* cmake: On Apple only, set install name and use rpath correctly, if not ↵Michael Dickens2014-10-091-0/+20
| | | | already set.
* cmake: make sure our local CMake Modules path comes first.Michael Dickens2014-10-091-1/+3
|
* uhd: Changed format of host/CMakeLists.txt wrt binaries infoMartin Braun2014-10-061-2/+2
|
* uhd: Added infrastructure for maintaining images directoryMartin Braun2014-10-061-3/+6
|
* Merge branch 'maint'Martin Braun2014-10-061-2/+2
|\
| * Updated images archive for Release 3.7.3release_003_007_003Martin Braun2014-10-061-2/+2
| |
| * Updated images URL for 3.7.3RC1003_007_003_rc1Martin Braun2014-09-251-3/+2
| |
* | cmake: Add in UHDConfig*.cmake files and install them into CMAKE_MODULES_DIR ↵Michael Dickens2014-09-251-0/+23
| | | | | | | | if provided (default value is "lib${LIB_SUFFIX}/cmake/"). Tested to work with GR's new FindUHD.cmake (as a daisy-chained "find_package(UHD ...)") as well as directly.
* | uhd: Updated images URL and MD5Martin Braun2014-08-211-3/+2
| |
* | Merge branch 'maint'Martin Braun2014-08-211-2/+2
|\| | | | | | | | | Conflicts: host/CMakeLists.txt
| * fixup! uhd: updated images url for UHD 3.7.2 releaserelease_003_007_002Ashish Chaudhari2014-08-201-1/+1
| |
| * uhd: updated images url for UHD 3.7.2 releaseAshish Chaudhari2014-08-201-2/+2
| |
* | Merge branch 'maint'Martin Braun2014-08-181-3/+3
|\|
| * Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-141-3/+3
| | | | | | | | | | * The UNSET command didn't exist back then, but using SET with no value does the same thing * CMake 2.6 doesn't like nested parantheses in IF statements, so tweak IF/ELSE statements
| * Updated images package info for UHD 3.7.2 rc1003_007_002_rc1Nicholas Corgan2014-07-231-1/+1
| | | | | | | | * MD5sum from commit 6ca920485a30034cc4673d382fd37ff7a719c3e4 is invalid
* | Updated images infoNicholas Corgan2014-07-231-2/+2
| | | | | | | | * URL from commit a2f47725f5e6a182c3b30b10c2ce08778fd98123 is invalid
* | Updated images URL+MD5sum with new OctoClock firmware+bootloaderNicholas Corgan2014-07-231-2/+2
| |
* | OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-4/+4
|/ | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API
* Updated UHD version and images URL+MD5sum for 3.7.2 rc1Nicholas Corgan2014-07-231-2/+2
|
* cmake: updated uhd_images_downloader URL/md5sumNicholas Corgan2014-05-141-2/+2
|
* Updated UHD version to 3.7.1, changed images information accordinglyNicholas Corgan2014-04-211-2/+2
|
* readme fixNicholas Corgan2014-04-211-1/+1
|