aboutsummaryrefslogtreecommitdiffstats
path: root/gr-soapy (follow)
Commit message (Expand)AuthorAgeFilesLines
* soapy: use common precompiled headersMarcus Müller2021-07-191-0/+4
* soapy: added message support for SoapySDR 0.8 APINicholas Corgan2021-07-125-97/+519
* clang-tidy: run-clang-tidy with default checks on gr-soapyMarcus Müller2021-07-081-1/+1
* Doxygen: Remove warnings from gr-soapy and gr-iio.Ron Economos2021-06-166-8/+5
* soapy: less surprising bool castMarcus Müller2021-06-101-12/+12
* soapy: yaml - use always-valid defaults for second channelJeff Long2021-05-2513-33/+33
* soapy: custom source/sink freq defaults must be quotedJeff Long2021-05-252-4/+4
* 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-145-3/+934
* soapy: added remaining functions that need custom pybind functionsNicholas Corgan2021-05-129-113/+555
* soapy: consistency in input validation in new functionsNicholas Corgan2021-05-102-30/+97
* soapy: completed API related to block's current functionalityNicholas Corgan2021-05-079-72/+438
* soapy: added Python support for Soapy types needed for full API supportNicholas Corgan2021-05-064-0/+277
* 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-055-173/+293
* soapy: Add Custom Source/Sink yml for GRCJeff Long2021-05-045-1/+569
* 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-0348-0/+6735