Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Martin Braun | 2015-08-05 | 3 | -6/+8 |
|\ | |||||
| * | Fixed .ipp include behavior | Nicholas Corgan | 2015-08-05 | 3 | -6/+8 |
| | | | | | | | | | | * Use full include path in public headers, not quotes * Install .ipp files alongside corresponding .hpp | ||||
| * | nirio: fixed defines for OS X vs. other unsupported platforms | Nicholas Corgan | 2015-07-20 | 1 | -3/+5 |
| | | |||||
* | | uhd: Added usb_error exception type | Balint Seeber | 2015-08-03 | 1 | -0/+8 |
| | | |||||
* | | x300: nirio: Fix compiler warnings | Moritz Fischer | 2015-07-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | The old code used a non standard (though very common) way to determine the size of an array. In order to avoid warnings, pass another parameter to indicate the size. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | MSVC 2015 compatibility | Nicholas Corgan | 2015-07-30 | 2 | -3/+3 |
| | | |||||
* | | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -1/+1 |
| | | |||||
* | | nirio: fixed defines for OS X vs. other unsupported platforms (master) | Nicholas Corgan | 2015-07-20 | 1 | -2/+4 |
| | | |||||
* | | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 1 | -0/+89 |
| | | | | | | | | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities | ||||
* | | octoclock: fixed install directory for relevant headers | Nicholas Corgan | 2015-07-14 | 1 | -2/+2 |
| | | |||||
* | | uhd: Added soft_register header-only util library | Ashish Chaudhari | 2015-06-29 | 1 | -0/+312 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-23 | 2 | -3/+4 |
|\| | |||||
| * | docs: added missing parameter descriptions | Nicholas Corgan | 2015-06-22 | 2 | -3/+4 |
| | | |||||
* | | multi_usrp: doxygen fixes | Nicholas Corgan | 2015-06-22 | 1 | -4/+2 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-11 | 1 | -0/+1 |
|\| | | | | | | | | | Conflicts: host/include/uhd/usrp/multi_usrp.hpp | ||||
| * | multi_usrp: Add define for GPIO capabilities | Martin Braun | 2015-06-11 | 1 | -0/+2 |
| | | |||||
* | | uhd: Added args arg to print_utility_warning | Martin Braun | 2015-04-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-04-06 | 2 | -1/+32 |
|\| | |||||
| * | uhd: Add ability to get and set command time through dboard_iface. | michael-west | 2015-04-03 | 2 | -1/+32 |
| | | | | | | | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands. | ||||
* | | Consolidated byte_vector common code into single file | Nicholas Corgan | 2015-03-27 | 2 | -0/+49 |
| | | |||||
* | | Fixed master-specific warnings | Nicholas Corgan | 2015-03-27 | 2 | -5/+9 |
| | | | | | | | | | | * MinGW: unused parameter warning, MSVC-specific pragma * MSVC: bool narrowing | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 3 | -5/+8 |
|\| | |||||
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 3 | -9/+14 |
| | | | | | | | | | | | | | | * 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 | ||||
* | | filters: fixed GCC unsigned vs. signed comparison warning | Nicholas Corgan | 2015-03-26 | 1 | -1/+1 |
| | | |||||
* | | uhd: added define for iq auto api compatibility | Julian Arnold | 2015-03-24 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-11 | 5 | -21/+21 |
|\| | | | | | | | | | Conflicts: host/include/uhd/transport/vrt_if_packet.hpp | ||||
| * | uhd: Fixed several type-cast related warnings for naggy compilers | Martin Braun | 2015-03-11 | 2 | -11/+11 |
| | | |||||
| * | uhd: Fixed multiple compiler warnings (unused variables, missing literal f) | Martin Braun | 2015-03-11 | 1 | -1/+1 |
| | | |||||
| * | uhd: Fixed some punctuation-related compiler warnings | Martin Braun | 2015-03-11 | 3 | -9/+9 |
| | | |||||
* | | nirio: hopefully fix #pragma declarations; "push" and "pop" introduced in ↵ | Michael Dickens | 2015-03-11 | 1 | -4/+6 |
| | | | | | | | | GCC 4.6; works with all clang. | ||||
* | | nirio: have get_direction() and get_scalar_type() return their actual types. | Michael Dickens | 2015-03-11 | 1 | -2/+2 |
| | | |||||
* | | uhd: Introduced filter API. | Julian Arnold | 2015-03-09 | 3 | -0/+320 |
| | | | | | | | | | | This is a unified API to access filters on USRP devices. Filters can be accessed through the property tree, or multi_usrp. | ||||
* | | uhd: AGC support | Julian Arnold | 2015-03-05 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-05 | 1 | -1/+3 |
|\| | |||||
| * | uhd: Fixed: Exception during detection kills device::make | Marcus Müller | 2015-03-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | On systems with libusb but not USB, device detection for USB devices fails (lsusb itself dies with "error -99"). This crashes the device detection process itself. Also made the documentation for ::make match what it actually does. | ||||
* | | uhd: iq imbalance correction api | Julian Arnold | 2015-02-20 | 1 | -0/+8 |
| | | |||||
* | | multi_usrp: Added a normalized gain setting | Martin Braun | 2015-02-12 | 1 | -0/+57 |
| | | | | | | | | | | Adds more methods: {set,get}_normalized_{tx,rx}_gain() which allow changing and reading back the gain within [0, 1]. | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-30 | 1 | -3/+4 |
|\| | |||||
| * | uhd: Fixed build failure for metadata.hpp on Windows | Martin Braun | 2015-01-30 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-29 | 2 | -4/+5 |
|\| | | | | | | | | | Conflicts: fpga-src | ||||
| * | 3.8.2 Release | Martin Braun | 2015-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | - Updated fpga-src - Updated version strings - Updated images package | ||||
| * | nirio/status: added UHD_API to status functions | Nicholas Corgan | 2015-01-28 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'maint' into master | Ben Hilburn | 2015-01-28 | 3 | -10/+53 |
|\| | | | | | | | | | | | | | | | | | 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 Hilburn | 2015-01-27 | 5 | -56/+70 |
| | | | | | | | | Also includes NI-USRP Windows Registry Key fixes. | ||||
* | | convert: Modifications to id_type | Martin Braun | 2015-01-27 | 1 | -1/+2 |
| | | | | | | | | | | - Converter ID symbols are exported - to_string() function for lighter feedback | ||||
* | | uhd: Added an update() method for dicts | Martin Braun | 2015-01-27 | 2 | -1/+32 |
| | | | | | | | | Very similar to Python's dict.update(). | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-20 | 2 | -2/+2 |
|\| | | | | | | | | | Conflicts: host/include/uhd/types/direction.hpp | ||||
| * | uhd: Added direction type | Martin Braun | 2015-01-20 | 2 | -1/+36 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-19 | 2 | -0/+33 |
|\| | | | | | | | | | Conflicts: host/include/uhd/types/CMakeLists.txt | ||||
| * | uhd: Added endianness type | Martin Braun | 2015-01-19 | 2 | -0/+33 |
| | |