Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -59/+63 |
| | | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against. | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | Unroll the loops in the NEON float to/from integer converters. | Philip Balister | 2016-03-23 | 1 | -2/+46 |
| | | | | | | | | Unrolling the RX loop showed marked improvement with perf. The TX path was only slightly better. Checked signal correctness with shinysdr to verify received signal and tx_waveforms into a spectrum analyzer for TX. Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 1 | -1/+35 |
| | |||||
* | convert: some platform specific fixes | Josh Blum | 2012-05-09 | 1 | -0/+1 |
| | | | | | | | neon: missing header windows: shuffle needs to be deemed "constant expression", fixed with a template parameter. | ||||
* | convert: squashed converter and sse2 work | Josh Blum | 2012-05-09 | 1 | -5/+3 |
| | |||||
* | uhd: renamed convert markup to format | Josh Blum | 2011-11-03 | 1 | -4/+4 |
| | | | | | | | | removed convert args added simd level got orc and neon updated | ||||
* | uhd: added scaling factor to conversion routines | Josh Blum | 2011-06-14 | 1 | -4/+4 |
| | |||||
* | usrp2: restart read before mode switch, added comments | Josh Blum | 2011-01-11 | 1 | -1/+0 |
| | | | | | use cmake compiler force macro (to simplify things), added copyright updates dates to some files | ||||
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | uhd: added new convert directory with type conversion registry (needs testing) | Josh Blum | 2011-01-04 | 1 | -0/+62 |