| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove remaining Python 2 references | Martin Braun | 2020-05-07 | 5 | -5/+0 |
* | test: Add output for gpio_test | Michael West | 2020-04-30 | 1 | -0/+3 |
* | devtest: Add support for TwinRX to x3x0 | Michael West | 2020-04-30 | 1 | -52/+92 |
* | devtest: Add method to get number of channels | Michael West | 2020-04-30 | 1 | -0/+36 |
* | devtest: Fix benchmark_rate_test success criteria | Michael West | 2020-04-30 | 1 | -2/+2 |
* | tests: Print images dir instead of simply reading it | Martin Braun | 2020-04-17 | 1 | -1/+1 |
* | cal: Add pwr_cal container | Martin Braun | 2020-04-17 | 2 | -0/+135 |
* | lib: utils: interpolation: Add bilinear interpolation | Martin Braun | 2020-04-17 | 1 | -1/+69 |
* | tests: Add Fosphor block controller unit test | Wade Fife | 2020-04-14 | 2 | -0/+358 |
* | tests: migrated rfnoc block tests to dedicated subdirectory | mattprost | 2020-04-13 | 6 | -381/+455 |
* | fixup! uhd: Add fuzzy serial number checking | mattprost | 2020-04-09 | 1 | -8/+8 |
* | tests: Fix client_zero_test flush bit test | Martin Braun | 2020-04-08 | 1 | -6/+12 |
* | uhd: Add fuzzy serial number checking | Lane Kolbly | 2020-04-08 | 2 | -0/+28 |
* | tests: Add FIR filter block controller unit test | Aaron Rossetto | 2020-04-07 | 2 | -0/+247 |
* | uhd: math: Add interpolation.hpp | Martin Braun | 2020-04-07 | 4 | -10/+37 |
* | devtest: add missing devtest to n3xx | Ciro Nishiguchi | 2020-04-03 | 1 | -0/+1 |
* | uhd: paths: Harmonize around XDG Base Directory specification | Martin Braun | 2020-04-02 | 1 | -9/+8 |
* | rfnoc: Add multichannel register interface | mattprost | 2020-04-02 | 2 | -0/+181 |
* | uhd: cal: Add iq_cal calibration data container class | Martin Braun | 2020-04-02 | 2 | -0/+82 |
* | uhd: cal: Add database class | Martin Braun | 2020-03-26 | 2 | -0/+89 |
* | uhd: paths: Add get_cal_data_path() API call | Martin Braun | 2020-03-26 | 1 | -1/+3 |
* | uhd: math: Add linear_interp() | Martin Braun | 2020-03-18 | 1 | -1/+10 |
* | utils: Add bool specialization to cast::from_str() | Aaron Rossetto | 2020-03-18 | 1 | -0/+20 |
* | tests: Allow custom name for mock terminator | Aaron Rossetto | 2020-03-13 | 1 | -4/+6 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 22 | -193/+212 |
* | rfnoc: Provide make_args_t dtor in rfnoc_blocks_test | Aaron Rossetto | 2020-02-04 | 1 | -0/+3 |
* | rfnoc: Create mock factory | Martin Braun | 2020-01-29 | 4 | -197/+15 |
* | cmake: Find DPDK via pkg-config, if available | Alex Williams | 2020-01-22 | 1 | -2/+2 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 1 | -1/+2 |
* | tests: fixup compiler warning | Brent Stapleton | 2019-12-30 | 1 | -1/+1 |
* | tests: Port polling-mode dpdk_test to new DPDK framework | Alex Williams | 2019-12-20 | 3 | -83/+121 |
* | dpdk: Add new DPDK stack to integrate with I/O services | Alex Williams | 2019-12-20 | 2 | -0/+47 |
* | tests: Add more tests for max rate streaming | Ciro Nishiguchi | 2019-12-18 | 4 | -89/+469 |
* | tests: Install all stream performance scripts | Brent Stapleton | 2019-12-06 | 1 | -1/+3 |
* | tests: Add tests to exercise max streaming rates and report results | Ciro Nishiguchi | 2019-12-06 | 3 | -0/+1008 |
* | tests: Add script to execute batch of benchmark_rate runs | Ciro Nishiguchi | 2019-12-06 | 5 | -0/+424 |
* | lib: Add DPDK service queue | Alex Williams | 2019-11-26 | 1 | -0/+65 |
* | devtest: Add test_messages_test to X310 | Martin Braun | 2019-11-26 | 3 | -12/+14 |
* | devtest: Use with() statement to open files | Martin Braun | 2019-11-26 | 1 | -5/+9 |
* | tests: Add check for life on DPDK port | Alex Williams | 2019-11-26 | 2 | -0/+62 |
* | lib,tests: Remove old DPDK files from build | Alex Williams | 2019-11-26 | 1 | -19/+0 |
* | rfnoc: Make polling I/O service not block on flow control | Ciro Nishiguchi | 2019-11-26 | 2 | -18/+31 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 4 | -20/+21 |
* | uhd: Introduce I/O service manager | Aaron Rossetto | 2019-11-26 | 1 | -7/+77 |
* | transport: Implement eov indications for Rx and Tx streams | Aaron Rossetto | 2019-11-26 | 3 | -0/+384 |
* | tests: Change Python YAML module | Brent Stapleton | 2019-11-26 | 1 | -1/+6 |
* | uhd: Replace boost::regex with std::regex | Martin Braun | 2019-11-26 | 1 | -3/+0 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 8 | -38/+38 |
* | transport: Implement an I/O service that uses an offload thread | Ciro Nishiguchi | 2019-11-26 | 2 | -0/+284 |
* | uhd: Check property type at access; error if mismatch | Aaron Rossetto | 2019-11-26 | 1 | -1/+19 |