aboutsummaryrefslogtreecommitdiffstats
path: root/gr-soapy/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* soapy: clean up includesMarcus Müller2021-10-282-1/+3
* Soapy: Make sure target uses expected C++ standardMarcus Müller2021-10-271-0/+2
* IWYU: iomanip, iostream, sstreamMarcus Müller2021-09-072-0/+2
* soapy: include boost/format where usedMarcus Müller2021-09-072-0/+2
* soapy: use common precompiled headersMarcus Müller2021-07-191-0/+4
* soapy: added message support for SoapySDR 0.8 APINicholas Corgan2021-07-123-21/+509
* clang-tidy: run-clang-tidy with default checks on gr-soapyMarcus Müller2021-07-081-1/+1
* soapy: use "bandwidth" and "antenna" instead of "bw" and "ant" msgsJeff Long2021-05-211-2/+2
* soapy: full SoapySDR 0.8 support (with 0.7.2 compatibility), minus messagesNicholas Corgan2021-05-142-1/+359
* soapy: added remaining functions that need custom pybind functionsNicholas Corgan2021-05-122-0/+130
* soapy: consistency in input validation in new functionsNicholas Corgan2021-05-101-29/+96
* soapy: completed API related to block's current functionalityNicholas Corgan2021-05-072-23/+128
* soapy: added ABI check on block constructionNicholas Corgan2021-05-051-0/+21
* soapy: use portable unused attribute macroNicholas Corgan2021-05-052-5/+4
* soapy: made majority of protected functions publicNicholas Corgan2021-05-052-166/+83
* soapy: added missing MSVC resource file referenced by CMakeNicholas Corgan2021-05-041-0/+43
* soapy: interpret some PMT values as doubles to avoid precision errorsJeff Long2021-05-041-3/+3
* soapy: add module gr-soapyJeff Long2021-05-037-0/+1346