aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-23README.md: Improve/fix mark-down formattingHarald Welte1-3/+4
2023-12-03Merge pull request 'Fix compilation of retpitaya and rtl_tcp with MinGW' (#5)...v0.2.5Dimitri Stolnikov6-454/+14
2023-12-02Fix compiler warningClayton Smith1-0/+2
2023-12-02Use CMake to link ws2_32 on WindowsClayton Smith4-2/+12
2023-12-02Remove unused filesClayton Smith2-452/+0
2023-11-23Fix pointer-to-integer casting precision loss in gr-osmosdrRuslan Migirov2-4/+4
2023-11-07convert README to markdow; expand/update it slightlyHarald Welte3-52/+85
2023-11-07The old git:// protocol is long deprecated, use https:// insteadHarald Welte5-6/+6
2023-11-07Add debian packaging informationHarald Welte14-0/+1373
2023-10-29rtlsdr: detect RTL-SDR Blog V4, set lower tuning limit to 0MhzCarl Laufer1-0/+6
2023-10-29fix gain mode cachingEric Wild2-2/+2
2023-10-29hackf: remove deprecated register keyword, make c++17 happyEric Wild1-1/+1
2023-10-29Merge pull request 'Avoid namespace conflicts' (#4) from argilo/gr-osmosdr:fr...Eric Wild3-151/+143
2023-10-01Avoid namespace conflictsClayton Smith3-151/+143
2022-12-28Add support for RFSpace CloudSDR to gr-osmosdrv0.2.4Mike McCarrick4-9/+40
2022-12-28Re-add mirisdr supportEric Wild11-0/+677
2022-11-01Merge pull request 'bladeRF: allow setting reference frequency' (#2) from jan...Eric Wild1-0/+9
2022-07-07bladeRF: allow setting reference frequencyJan Hrach1-0/+9
2022-06-10bladeRF: convert to using std instead of boost for shared_ptrRobert Ghilduta1-1/+1
2022-06-10bladeRF: minor fixups to keep clang happyRobert Ghilduta2-5/+5
2022-06-10bladeRF: calculate number of samples based on stream countRobert Ghilduta1-1/+1
2022-06-10bladeRF: enable and disable each channelRobert Ghilduta2-15/+9
2022-06-10bladeRF: set default gain mode to manualRobert Ghilduta1-1/+1
2022-06-10source/sink_impl: query hardware for gains on initRyan Tucker2-0/+14
2022-06-10bladeRF: check libbladeRF version before compilingRobert Ghilduta1-0/+4
2022-06-10switch to gr-funcubeEric Wild8-42/+41
2022-06-10fix missing sink/source iface destructorEric Wild2-0/+4
2022-06-10osmocom_fft: make it work with gr >= 3.9 qwidget/pyqwidgetEric Wild1-5/+8
2022-06-10default to c++11Eric Wild1-9/+1
2022-06-10add a reasonable .gitignoreEric Wild1-0/+4
2022-05-14apps/osmocom_siggen: fix missing parentheses in call to printVadim Yanitskiy1-1/+1
2021-01-28Remove Doxygen warnings.Ron Economos5-7/+11
2021-01-28Remove CMake warnings.Ron Economos5-8/+15
2021-01-27apps: fix up guiles siggen for 3.9Eric Wild1-1/+1
2021-01-27disable spectrum sense for nowEric Wild1-1/+1
2021-01-18Use the new namespace for FFT windowsClayton Smith1-4/+4
2021-01-18Add Python bindingsClayton Smith5-0/+106
2021-01-18Fix docstrings in python bindings for gr namespaceMatt Mills2-2/+2
2021-01-18Replace swig with pybind11 for gr3.9 master compatMatt Mills17-287/+1356
2021-01-18Replace boost::shared_ptr with std::shared_ptrClayton Smith28-52/+52
2021-01-17lib/xtrx: add missing librariesgr3.8Gwenhael Goavec-Merou1-0/+4
2021-01-10xtrx: remove BOOST_FOREACH and obsolete API callClayton Smith4-5/+6
2021-01-04hackrf: fix bandwidth settingClayton Smith2-1/+5
2020-12-18Fix hackrf receive hangs by checking before each lock waitv0.2.3Adrian Chadd1-2/+10
2020-11-19add xtrx supportCsaba Sipos15-2/+1660
2020-11-01Remove disabled OsmoSDR and MiriSDR codeClayton Smith15-1463/+0
2020-11-01rfspace: Remove broken asio codeClayton Smith2-162/+0
2020-11-01Replace BOOST_FOREACH with range-based for loopsClayton Smith14-170/+163
2020-10-31fix windows buildEric Wild1-0/+5
2020-08-09HackRF: fix hackrf_source signednessv0.2.2Mike Walters2-2/+2