Skip to content

Tags: realytcracker/RTLSDR-Airband

Tags

v5.0.12

Toggle v5.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add code formatting (charlie-foxtrot#465)

* add script to use clang-format to reformat all c/cpp source
* add clang formatting workflow to fail if code isn't formatted
* add clang format to development container and vscode config
* remove ubuntu-20..04 version of dev container leaving only ubuntu-latest
* add pre-commit hook
* add basic .clang-format config file
* run pre-commit checks on all files and update them
* add code formatting badge to readme

v5.0.11

Toggle v5.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docker updates for wiki (charlie-foxtrot#464)

tweaks to docker and add sample NOAA config file

v5.0.10

Toggle v5.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
change creation of release to be only if not patch release and cleanu…

…p readme (charlie-foxtrot#463)

v5.0.9

Toggle v5.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix mirisdr and add to docker builds (charlie-foxtrot#462)

* add installing libmirisdr-4 to both docker and CI builds
* fix warnings in input-mirisdr.cpp

v5.0.8

Toggle v5.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ci workflow names (charlie-foxtrot#461)

* fix GitHub workflow names

v5.0.7

Toggle v5.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix broadcom GPU build error (charlie-foxtrot#459)

* change the CI build on rpi3b build to use broadcom GPU
* disable -Wcast-qual for hello_fft

v5.0.6

Toggle v5.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Detect `RTL_AIRBAND_VERION` when building from a release archive (cha…

…rlie-foxtrot#456)

* add script to get version string either from git or parent dir name

v5.0.5

Toggle v5.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docker container not getting version string (charlie-foxtrot#454)

* Fix workflow that builds docker containers so the version string compiled into the binary is accurate

v5.0.4

Toggle v5.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Get version from git (charlie-foxtrot#450)

* get version from git tag rather than hard coded in cmake

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create a release on each tag (charlie-foxtrot#453)

create a release on each tag, rename workflows