Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging back modern stuff into the new sinks branch #1252

Merged
merged 37 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
220dcbc
added debian bookworm nightly
AlexandreRouma Jul 23, 2023
6fa4299
fixed bookworm build
AlexandreRouma Jul 23, 2023
b436fd0
Update usa.json
themeadery Aug 3, 2023
88baa8a
Update name in bandplan and contributors list
Manawyrm Aug 4, 2023
f06eccd
Merge pull request #1161 from Manawyrm/manawyrm-bandplan
AlexandreRouma Aug 4, 2023
7b9c01e
fixed buffer overflow in file source
theverygaming Aug 5, 2023
de5816f
Merge pull request #1160 from themeadery/usa-bandplan
AlexandreRouma Aug 7, 2023
320f445
Update france.json
Aug 26, 2023
99d2786
Merge pull request #1169 from nmaster2042/master
AlexandreRouma Aug 26, 2023
6b31134
do not play file when samplerate == 0
theverygaming Aug 27, 2023
2081384
Update belgium.json
Bastiti Sep 4, 2023
ea33135
Merge pull request #1174 from Bastiti/master
AlexandreRouma Sep 4, 2023
c1d9ab6
fixed CI
AlexandreRouma Sep 4, 2023
4da7e68
Merge branch 'master' of https://github.com/AlexandreRouma/SDRPlusPlus
AlexandreRouma Sep 4, 2023
365ab23
MacOS CI fix
AlexandreRouma Sep 6, 2023
4d0d148
added support for RTL-SDR v4 on MacOS
AlexandreRouma Sep 6, 2023
9c1361a
Added radio mode info in the recorder and fixed horrible code in the …
AlexandreRouma Sep 6, 2023
97187b7
Fix typo in fastAmplitude()
isorochan Sep 7, 2023
a55d1d9
Merge pull request #1179 from isorochan/master
AlexandreRouma Sep 7, 2023
0e50ee0
Update main.cpp
AlexandreRouma Sep 13, 2023
a824c83
Update main.cpp
AlexandreRouma Sep 13, 2023
27b07ed
Merge pull request #1163 from theverygaming/master
AlexandreRouma Sep 13, 2023
0632342
fixed MacOS packaging
AlexandreRouma Sep 13, 2023
766b3db
added clarification and correction
daviderud Sep 14, 2023
e41f24a
first version
daviderud Sep 14, 2023
d270e1c
Merge branch 'master' of https://github.com/daviderud/SDRPlusPlus
daviderud Sep 14, 2023
a043ab2
Merge pull request #1185 from daviderud/master
AlexandreRouma Sep 14, 2023
55ddd38
Fix #1199
AlexandreRouma Sep 29, 2023
4b3b697
removed rpi install script since it is not to be used
AlexandreRouma Sep 29, 2023
5bf989f
fixed android build
AlexandreRouma Sep 29, 2023
d10d420
added MacOS M1 CI
AlexandreRouma Oct 2, 2023
ec086eb
attempt at fixing M1 ci
AlexandreRouma Oct 9, 2023
7c5d422
removed MacOS CI since it required payment (ew...)
AlexandreRouma Oct 9, 2023
5f297b1
undid the oopsie
AlexandreRouma Oct 10, 2023
78daed7
Implemented #1205
AlexandreRouma Oct 11, 2023
4803271
fix #1212
AlexandreRouma Oct 29, 2023
794d6ff
clean up
AlexandreRouma Oct 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
attempt at fixing M1 ci
AlexandreRouma committed Oct 9, 2023
commit ec086ebbdf035e3ebcb111acaf51f4a8c4f90d23
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@ jobs:
path: ${{runner.workspace}}/sdrpp_macos_intel.zip

build_macos_arm:
runs-on: macos-latest-xlarge
runs-on: macos-13-xlarge

steps:
- uses: actions/checkout@v3