aboutsummaryrefslogtreecommitdiffstats
path: root/host/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| * uhd: pulled misc changes from other branches into masterJosh Blum2011-07-141-1/+1
| |
* | uhd: moved modules and some other files into cmake subdirJosh Blum2011-07-081-3/+3
|/
* uhd: some build system tweaksJosh Blum2011-05-171-1/+4
|
* uhd: add gcc warning for sign comparison mismatchJosh Blum2011-05-141-0/+2
|
* uhd: python messages more verbose + print boost configuration infoJosh Blum2011-04-131-0/+6
|
* uhd: tweaks for cygwin/mingw, always link winsock2, findusb1, __USE_W32_SOCKETSJosh Blum2011-04-051-0/+4
|
* uhd: specify msvc for implementations known only to work on msvcJosh Blum2011-04-041-2/+7
|
* uhd: added images and readme installer componentJosh Blum2011-04-011-2/+2
|
* Merge branch 'images_install'Josh Blum2011-04-011-0/+9
|\
| * uhd: added UHD_IMAGES_DIR option to include images in the packageJosh Blum2011-03-311-0/+9
| |
* | uhd: disable visibility=hidden on non-dll platforms (cygwin)Josh Blum2011-04-011-2/+4
|/
* uhd: remove build information in the version string (just major.minor.patch)Josh Blum2011-03-291-1/+1
| | | | Add the build info as an additional string to the get_version function().
* uhd: set LIB_SUFFIX automatically (all 64-bit redhats)Josh Blum2011-03-281-0/+4
| | | | | | | Check for and define DEBIAN and REDHAT detection vars. Added LIB_SUFFIX check in top level cmakelists. Use CMAKE_SYSTEM_PROCESSOR rather than exec uname -m. Cleans up release mode logic.
* uhd: work on mac osx packagingJosh Blum2011-03-251-3/+3
| | | | | | | Renamed README type files to have .txt extension (needed for CPACK_RESOURCE_FILE_*). Tweaks to the cpack setup on CPACK_RESOURCE_FILE_* and handling for when UHD_PACKAGE_MODE==AUTO. As of this commit, the mac packages do not contain the .dylib files (do not know why yet).
* uhd: work on debian package requirements in cpack setupJosh Blum2011-03-221-2/+2
|
* uhd: setup cpack components for component based installersJosh Blum2011-03-211-0/+2
|
* uhd: make CMAKE_BUILD_TYPE a visible variable in the guiJosh Blum2011-03-131-0/+1
|
* uhd: only specify BOOST_SP_USE_QUICK_ALLOCATOR for the lib, apps can be ↵Josh Blum2011-03-111-4/+0
| | | | built without it
* uhd: boost linking + msvc configurable, defaults to staticJosh Blum2011-02-161-7/+17
|
* uhd: tweaks for windows msvc compiler warnings and errorsJosh Blum2011-02-161-1/+6
|
* uhd: set BOOST_SP_USE_QUICK_ALLOCATOR for managed buffer overhead, hope this ↵Josh Blum2011-02-101-0/+4
| | | | doesnt cause trouble later
* usrp-e100: created component for stand-alone usrp-e utils and added wb test utilJosh Blum2011-01-231-0/+2
|
* uhd: added docs on usrp2/n, removed empty n2xx doc page, miscJosh Blum2011-01-241-3/+0
|
* uhd: renamed test directory to tests to be consitentJosh Blum2011-01-141-1/+1
|
* uhd: more useful prints for component macroJosh Blum2011-01-141-2/+19
| | | | | | made libuhd a component so we can just build the docs do the python tests in the top level cmakelists misc other tweaks
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: add msvc stdint.h so we can use stdints typedefs normally like, fix in ↵Josh Blum2011-01-111-0/+1
| | | | fw_common.h
* cmake: disable the in-tree build preventionJosh Blum2010-12-271-3/+3
|
* cmake: moved module files into modules directory, set modules pathJosh Blum2010-12-271-9/+14
|
* uhd: implemented top-level component registryJosh Blum2010-12-201-5/+32
| | | | now docs, examples, utils, usb, are configurable components with dependencies
* uhd: only enable C when we are building the USRP-E100 utilty appsJosh Blum2010-12-041-1/+1
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mmap_b2Philip Balister2010-10-201-1/+1
|\
| * uhd: fix docs on boost version, also add additional version string for 1.44Josh Blum2010-10-141-1/+1
| |
* | Add define so uusrp_e support is enabled.Philip Balister2010-09-261-1/+1
| |
* | Merge branch 'master' into usrp_eJosh Blum2010-09-241-1/+5
|\| | | | | | | | | Conflicts: host/CMakeLists.txt
| * uhd: honor the LIB_SUFFIX option, added docs for LIB_SUFFIX and tweaked ↵Josh Blum2010-09-221-2/+4
| | | | | | | | | | | | other docs disabled -pedantic for now as well