aboutsummaryrefslogtreecommitdiffstats
path: root/host/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated master images downloader URLNicholas Corgan2013-10-231-2/+2
| | | | | Conflicts: host/CMakeLists.txt
* Merge branch 'maint'Nicholas Corgan2013-10-231-1/+1
|\ | | | | | | | | Conflicts: host/CMakeLists.txt
| * Updated images downloader URLNicholas Corgan2013-10-231-2/+2
| |
| * cmake: fixed UHD_IMAGES_DIR behavior to include directories inside specified ↵Nicholas Corgan2013-10-231-1/+1
| | | | | | | | images directory
| * Updated UHD version to 3.5.4release_003_005_004Nicholas Corgan2013-09-251-2/+2
| |
* | Updated UHD Images Downloader URL for new master imagesNicholas Corgan2013-10-071-2/+2
| |
* | Updated images downloader URL after B200 firmware updateNicholas Corgan2013-09-111-2/+2
| |
* | Updated images downloader URL after B200/B210 FPGA updateNicholas Corgan2013-09-061-2/+2
| |
* | b200: integrate support for new convertersJosh Blum2013-09-041-1/+1
| |
* | uhd: added multi-thread build flag for msvcJosh Blum2013-08-231-0/+1
| |
* | Updated UHD images download URLNicholas Corgan2013-08-141-2/+2
| |
* | Merge branch 'maint'Nicholas Corgan2013-05-101-0/+3
|\|
| * cmake: GCC strips binaries unless build type is specifiedNicholas Corgan2013-05-101-0/+3
| |
* | Merge branch 'maint'Nicholas Corgan2013-05-101-15/+36
|\| | | | | | | | | Conflicts: host/tests/CMakeLists.txt
| * Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-101-15/+36
| | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration
* | Merge branch 'maint'Nicholas Corgan2013-05-101-2/+2
|\|
| * Bumped up version to 3.5.3release_003_005_003Nicholas Corgan2013-05-101-2/+2
| |
* | Merge branch 'maint'Nicholas Corgan2013-05-031-0/+1
|\|
| * UHD has man pages nowNicholas Corgan2013-05-031-0/+1
| | | | | | | | | | * Linux installations will automatically install man pages * Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin
* | Merge branch 'maint'Nicholas Corgan2013-05-031-0/+1
|\|
| * Made uhd_images_downloader more robust to match Debian's uhd_firmware_installerNicholas Corgan2013-05-031-0/+1
| | | | | | | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value
* | Merge branch 'maint'Josh Blum2013-03-261-1/+1
|\|
| * uhd: updated UHD_IMAGES_DOWNLOAD_SRC for 3.5.2release_003_005_002Josh Blum2013-03-261-1/+1
| |
* | Merge branch 'maint'Nicholas Corgan2013-02-011-2/+2
|\|
| * Merge branch 'maint34' into maintNicholas Corgan2013-02-011-2/+2
| |\
| | * cmake: Allows Unix systems with /usr/lib64 to use Boost installations in ↵Nicholas Corgan2013-02-011-2/+2
| | | | | | | | | | | | non-standard locations
* | | Merge branch 'fhs_work'Josh Blum2013-01-231-1/+1
|\ \ \ | |/ / |/| |
| * | uhd: work on moving binaries to lib/uhdJosh Blum2012-11-081-1/+1
| | |
* | | uhd: changed version number to 3.5.1release_003_005_001Josh Blum2013-01-161-1/+1
| | |
* | | Merge branch 'maint34' into maintJosh Blum2012-11-121-1/+1
|\ \ \ | |/ / |/| / | |/
| * cmake: UHD_RELEASE_MODE is now cached and no longer resets between CMake runsNicholas Corgan2012-11-121-1/+1
| |
* | uhd: updated UHD_IMAGES_DOWNLOAD_SRC for 3.5.0release_003_005_000Josh Blum2012-10-191-1/+1
| |
* | uhd: updated UHD_IMAGES_DOWNLOAD_SRC for fpga fixesJosh Blum2012-10-101-1/+1
| |
* | uhd: moved UHD_IMAGES_DOWNLOAD_SRC to masterJosh Blum2012-08-311-1/+1
| |
* | uhd: update UHD_IMAGES_DOWNLOAD_SRC on nextJosh Blum2012-07-301-1/+1
| |
* | Merge branch 'master' into nextJosh Blum2012-07-191-1/+1
|\ \ | | | | | | | | | | | | Conflicts: host/CMakeLists.txt
| * | uhd: updated images url for maint e100 fixJosh Blum2012-07-191-1/+1
| | |
* | | e100: remove the test utils, NA anymoreJosh Blum2012-07-171-2/+0
| | |
* | | uhd: update image fetcher for next branchJosh Blum2012-07-101-1/+1
|/ /
* | Merge branch 'maint'Josh Blum2012-07-021-0/+3
|\|
| * cmake: got rid of remaining references of UHD_RELEASE_MODE being treated as ↵Nicholas Corgan2012-07-021-0/+3
| | | | | | | | a boolean
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵Nicholas Corgan2012-06-071-0/+7
|/ | | | the current host code and places them in the images directory
* cmake:Nicholas Corgan2012-02-281-1/+1
| | | | | | | More git info used for build info UHD version incorporates build info apt/yum repos use new version number New installer filename syntax
* uhd: added -fvisibility-inlines-hiddenJosh Blum2012-02-181-1/+2
|
* uhd: patch to support PKG_LIB_DIR per debian fs standardsJosh Blum2012-01-131-0/+3
| | | | | | uhd binaries will continue to install into share/uhd, however, one can specify -DPKG_LIB_DIR=lib/uhd for example to move where the binaries are installed
* uhd: dont populate requires.private in pc fileJosh Blum2012-01-121-9/+0
| | | | | | | | Benefits to having it, it may be technically correct, but isnt needed for the purposes of building. Downsides: makes pkg-config spit errors when private development packages not installed, or pc file not present for other reasons
* uhd: remove Boost_LIBRARIES from pc file libs.privateJosh Blum2011-09-031-4/+0
| | | | | To properly do this, the Boost_LIBRARIES needs to be sanitized. That will be saved for another commit...
* uhd: fill in other fields of pkg-config fileJosh Blum2011-09-011-14/+46
|
* uhd: specify all the boostsJosh Blum2011-08-041-1/+9
|
* Merge branch 'master' into nextJosh Blum2011-07-181-1/+1
|\ | | | | | | | | Conflicts: host/lib/convert/convert_fc64_with_sse2.cpp