Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated version strings + fpga-src for 3.9.0 release | Martin Braun | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | cpack: set version string for MSVC 2015 packages | Nicholas Corgan | 2015-08-17 | 1 | -0/+2 |
| | |||||
* | Remove CMake 3.0+ warnings | Nicholas Corgan | 2015-08-13 | 4 | -93/+116 |
| | |||||
* | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵ | Nicholas Corgan | 2015-08-11 | 1 | -2/+15 |
| | | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it | ||||
* | UHD: libusb_strerror compatibility with older versions of libusb | michael-west | 2015-08-06 | 1 | -1/+6 |
| | |||||
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 1 | -0/+33 |
| | | | | | | | * 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 | ||||
* | fixup! e300 + cmake merge conflict resolution | Martin Braun | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | gps: gpsd: Adding gpsd_iface to interface with gpsd. | Moritz Fischer | 2015-07-29 | 1 | -0/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | The gpsd_iface class might be useful for more than just e3x0, it therefore belongs into lib/usrp instead of lib/usrp/e300. A new UHD component is being registered, to cope with the additional dependency. If libgps is not found, UHD and E300 will be compiled without GPS support. This has several consequences: - The E310 GPSDO should now work transparently over network - Users can use the GPS through gpsd for other applications *while* running UHD applications - We now have a dependency on libgps We need currently at least version 3.11 (while running 3.14), on the device. Older versions do work if 3.10 runs on both sides e.g Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | cmake: MinGW improvements | Nicholas Corgan | 2015-07-23 | 2 | -51/+47 |
| | | | | | | * Improved toolchan file, accounts for different versions * Don't force static runtime linking (was causing test errors) * Include MinGW runtime in packaging | ||||
* | build: Python 3 compatibility for build scripts | Nicholas Corgan | 2015-07-14 | 1 | -3/+3 |
| | |||||
* | uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat) | Martin Braun | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | uhd: Removed the ORC dependency | Martin Braun | 2015-07-01 | 2 | -38/+0 |
| | |||||
* | Updated master version to 3.9.git | Martin Braun | 2015-04-15 | 1 | -3/+3 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2015-04-14 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: host/CMakeLists.txt | ||||
| * | Updated Changelog and version number for 3.8.3 | Martin Braun | 2015-04-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-05 | 3 | -1/+139 |
|\| | |||||
| * | cmake: restored compatibility with CMake 2.6 | Nicholas Corgan | 2015-03-05 | 3 | -1/+139 |
| | | |||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-02-26 | 1 | -2/+6 |
|\| | |||||
| * | cmake: Fixed trimmed version | Martin Braun | 2015-02-18 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-29 | 2 | -2/+15 |
|\| | | | | | | | | | Conflicts: fpga-src | ||||
| * | 3.8.2 Release | Martin Braun | 2015-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | - Updated fpga-src - Updated version strings - Updated images package | ||||
| * | cmake: Dev branches can get a named version | Martin Braun | 2015-01-28 | 2 | -1/+14 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-19 | 1 | -0/+25 |
|\| | | | | | | | | | Conflicts: host/include/uhd/types/CMakeLists.txt | ||||
| * | cmake: Added ENABLE_STATIC_LIBS option | Martin Braun | 2015-01-19 | 1 | -0/+25 |
| | | | | | | | | | | | | | | - 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 Braun | 2015-01-15 | 1 | -1/+5 |
|\| | |||||
| * | cmake: Check for devel version before writing version macro | Martin Braun | 2015-01-15 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-13 | 1 | -0/+30 |
|\| | |||||
| * | cmake: Added config.h back to the game | Martin Braun | 2015-01-13 | 1 | -0/+30 |
| | | |||||
* | | Added support for MinGW cross-compile | Nicholas Corgan | 2015-01-13 | 1 | -0/+69 |
|/ | | | | | | * 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 Release | Martin Braun | 2014-12-16 | 1 | -1/+1 |
| | | | | | - Updated fpga-src submodule - Updated version strings and images package | ||||
* | cmake: Fixed duplicate installation of cmake files | Martin Braun | 2014-10-31 | 1 | -0/+4 |
| | |||||
* | cmake: Less strict cpack ignores to work on build machines | Martin Braun | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | cmake: Changed name of source tarball | Martin Braun | 2014-10-27 | 1 | -2/+2 |
| | |||||
* | Changed version strings for 3.8.0 | Martin Braun | 2014-10-13 | 1 | -2/+2 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2014-10-06 | 1 | -1/+1 |
|\ | |||||
| * | Updated version string for Release 3.7.3 | Martin Braun | 2014-10-06 | 1 | -1/+1 |
| | | |||||
* | | cmake: set ENV variables to tell GR's FindUHD.cmake that these files were ↵ | Michael Dickens | 2014-09-25 | 2 | -0/+13 |
| | | | | | | | | actually used; UHDConfig*.cmake are not always allowed to use CACHE variables, thus the use of ENV. | ||||
* | | cmake: Add in UHDConfig*.cmake files and install them into CMAKE_MODULES_DIR ↵ | Michael Dickens | 2014-09-25 | 2 | -0/+246 |
| | | | | | | | | 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. | ||||
* | | Merge branch 'maint' | Martin Braun | 2014-08-18 | 3 | -18/+20 |
|\| | |||||
| * | cmake: fixed FindORC logic, was allowing usage of versions below minimum | Nicholas Corgan | 2014-08-14 | 1 | -1/+1 |
| | | |||||
| * | Restoring compatibility with CMake 2.6 | Nicholas Corgan | 2014-08-14 | 2 | -17/+19 |
| | | | | | | | | | | * 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 | ||||
* | | Merge branch 'maint' | Martin Braun | 2014-08-07 | 1 | -1/+2 |
|\| | |||||
| * | cmake: add UHD version to NSIS installer title | Nicholas Corgan | 2014-08-05 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2014-07-23 | 1 | -1/+1 |
|\| | |||||
| * | Updated UHD version and images URL+MD5sum for 3.7.2 rc1 | Nicholas Corgan | 2014-07-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2014-06-03 | 1 | -1/+1 |
|\| | |||||
| * | cmake: added "libusb-1.0" to the list of library names for libusb | Nicholas Corgan | 2014-06-03 | 1 | -1/+1 |
| | | |||||
* | | Merging maint. Includes manual changes which break B200 Doxygen page | Ben Hilburn | 2014-05-14 | 1 | -1/+15 |
|\| | |||||
| * | cmake: add option to specify MSVC version in package filename | Nicholas Corgan | 2014-05-07 | 1 | -1/+15 |
| | | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2014-04-30 | 1 | -2/+2 |
|\| |