Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | uhd: updated images url for maint e100 fix | Josh Blum | 2012-07-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | e100: remove the test utils, NA anymore | Josh Blum | 2012-07-17 | 1 | -2/+0 | |
| | | | ||||||
* | | | uhd: update image fetcher for next branch | Josh Blum | 2012-07-10 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'maint' | Josh Blum | 2012-07-02 | 1 | -0/+3 | |
|\| | ||||||
| * | cmake: got rid of remaining references of UHD_RELEASE_MODE being treated as ↵ | Nicholas Corgan | 2012-07-02 | 1 | -0/+3 | |
| | | | | | | | | a boolean | |||||
* | | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 1 | -0/+7 | |
|/ | | | | the current host code and places them in the images directory | |||||
* | cmake: | Nicholas Corgan | 2012-02-28 | 1 | -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-hidden | Josh Blum | 2012-02-18 | 1 | -1/+2 | |
| | ||||||
* | uhd: patch to support PKG_LIB_DIR per debian fs standards | Josh Blum | 2012-01-13 | 1 | -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 file | Josh Blum | 2012-01-12 | 1 | -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.private | Josh Blum | 2011-09-03 | 1 | -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 file | Josh Blum | 2011-09-01 | 1 | -14/+46 | |
| | ||||||
* | uhd: specify all the boosts | Josh Blum | 2011-08-04 | 1 | -1/+9 | |
| | ||||||
* | Merge branch 'master' into next | Josh Blum | 2011-07-18 | 1 | -1/+1 | |
|\ | | | | | | | | | Conflicts: host/lib/convert/convert_fc64_with_sse2.cpp | |||||
| * | uhd: pulled misc changes from other branches into master | Josh Blum | 2011-07-14 | 1 | -1/+1 | |
| | | ||||||
* | | uhd: moved modules and some other files into cmake subdir | Josh Blum | 2011-07-08 | 1 | -3/+3 | |
|/ | ||||||
* | uhd: some build system tweaks | Josh Blum | 2011-05-17 | 1 | -1/+4 | |
| | ||||||
* | uhd: add gcc warning for sign comparison mismatch | Josh Blum | 2011-05-14 | 1 | -0/+2 | |
| | ||||||
* | uhd: python messages more verbose + print boost configuration info | Josh Blum | 2011-04-13 | 1 | -0/+6 | |
| | ||||||
* | uhd: tweaks for cygwin/mingw, always link winsock2, findusb1, __USE_W32_SOCKETS | Josh Blum | 2011-04-05 | 1 | -0/+4 | |
| | ||||||
* | uhd: specify msvc for implementations known only to work on msvc | Josh Blum | 2011-04-04 | 1 | -2/+7 | |
| | ||||||
* | uhd: added images and readme installer component | Josh Blum | 2011-04-01 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'images_install' | Josh Blum | 2011-04-01 | 1 | -0/+9 | |
|\ | ||||||
| * | uhd: added UHD_IMAGES_DIR option to include images in the package | Josh Blum | 2011-03-31 | 1 | -0/+9 | |
| | | ||||||
* | | uhd: disable visibility=hidden on non-dll platforms (cygwin) | Josh Blum | 2011-04-01 | 1 | -2/+4 | |
|/ | ||||||
* | uhd: remove build information in the version string (just major.minor.patch) | Josh Blum | 2011-03-29 | 1 | -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 Blum | 2011-03-28 | 1 | -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 packaging | Josh Blum | 2011-03-25 | 1 | -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 setup | Josh Blum | 2011-03-22 | 1 | -2/+2 | |
| | ||||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 1 | -0/+2 | |
| | ||||||
* | uhd: make CMAKE_BUILD_TYPE a visible variable in the gui | Josh Blum | 2011-03-13 | 1 | -0/+1 | |
| | ||||||
* | uhd: only specify BOOST_SP_USE_QUICK_ALLOCATOR for the lib, apps can be ↵ | Josh Blum | 2011-03-11 | 1 | -4/+0 | |
| | | | | built without it | |||||
* | uhd: boost linking + msvc configurable, defaults to static | Josh Blum | 2011-02-16 | 1 | -7/+17 | |
| | ||||||
* | uhd: tweaks for windows msvc compiler warnings and errors | Josh Blum | 2011-02-16 | 1 | -1/+6 | |
| | ||||||
* | uhd: set BOOST_SP_USE_QUICK_ALLOCATOR for managed buffer overhead, hope this ↵ | Josh Blum | 2011-02-10 | 1 | -0/+4 | |
| | | | | doesnt cause trouble later | |||||
* | usrp-e100: created component for stand-alone usrp-e utils and added wb test util | Josh Blum | 2011-01-23 | 1 | -0/+2 | |
| | ||||||
* | uhd: added docs on usrp2/n, removed empty n2xx doc page, misc | Josh Blum | 2011-01-24 | 1 | -3/+0 | |
| | ||||||
* | uhd: renamed test directory to tests to be consitent | Josh Blum | 2011-01-14 | 1 | -1/+1 | |
| | ||||||
* | uhd: more useful prints for component macro | Josh Blum | 2011-01-14 | 1 | -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 code | Josh Blum | 2011-01-13 | 1 | -1/+1 | |
| | ||||||
* | uhd: add msvc stdint.h so we can use stdints typedefs normally like, fix in ↵ | Josh Blum | 2011-01-11 | 1 | -0/+1 | |
| | | | | fw_common.h | |||||
* | cmake: disable the in-tree build prevention | Josh Blum | 2010-12-27 | 1 | -3/+3 | |
| | ||||||
* | cmake: moved module files into modules directory, set modules path | Josh Blum | 2010-12-27 | 1 | -9/+14 | |
| | ||||||
* | uhd: implemented top-level component registry | Josh Blum | 2010-12-20 | 1 | -5/+32 | |
| | | | | now docs, examples, utils, usb, are configurable components with dependencies | |||||
* | uhd: only enable C when we are building the USRP-E100 utilty apps | Josh Blum | 2010-12-04 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mmap_b2 | Philip Balister | 2010-10-20 | 1 | -1/+1 | |
|\ | ||||||
| * | uhd: fix docs on boost version, also add additional version string for 1.44 | Josh Blum | 2010-10-14 | 1 | -1/+1 | |
| | | ||||||
* | | Add define so uusrp_e support is enabled. | Philip Balister | 2010-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into usrp_e | Josh Blum | 2010-09-24 | 1 | -1/+5 | |
|\| | | | | | | | | | Conflicts: host/CMakeLists.txt | |||||
| * | uhd: honor the LIB_SUFFIX option, added docs for LIB_SUFFIX and tweaked ↵ | Josh Blum | 2010-09-22 | 1 | -2/+4 | |
| | | | | | | | | | | | | other docs disabled -pedantic for now as well |