kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Added new patrons to the credits + fixed patreon order list to be alphabetical
rodzic
82cacf14bb
commit
4b2f3e4f60
|
@ -36,19 +36,22 @@ namespace sdrpp_credits {
|
||||||
|
|
||||||
const char* patrons[] = {
|
const char* patrons[] = {
|
||||||
"Bob Logan",
|
"Bob Logan",
|
||||||
|
"Christian Häusler",
|
||||||
"Croccydile",
|
"Croccydile",
|
||||||
"Dale L Puckett (K0HYD)",
|
"Dale L Puckett (K0HYD)",
|
||||||
"Daniele D'Agnelli",
|
"Daniele D'Agnelli",
|
||||||
"EB3FRN",
|
"EB3FRN",
|
||||||
"Eric Johnson",
|
"Eric Johnson",
|
||||||
"Flinger Films",
|
"Flinger Films",
|
||||||
"W4IPA",
|
"Kezza",
|
||||||
"Lee Donaghy",
|
"Lee Donaghy",
|
||||||
|
".lozenge. (Hank Hill)",
|
||||||
"ON4MU",
|
"ON4MU",
|
||||||
"Passion-Radio.com",
|
"Passion-Radio.com",
|
||||||
"Scanner School",
|
"Scanner School",
|
||||||
"SignalsEverywhere",
|
"SignalsEverywhere",
|
||||||
"Syne Ardwin (WI9SYN)"
|
"Syne Ardwin (WI9SYN)",
|
||||||
|
"W4IPA"
|
||||||
};
|
};
|
||||||
|
|
||||||
const int contributorCount = sizeof(contributors) / sizeof(char*);
|
const int contributorCount = sizeof(contributors) / sizeof(char*);
|
||||||
|
|
|
@ -297,7 +297,7 @@ Modules in beta are still included in releases for the most part but not enabled
|
||||||
| Name | Stage | Dependencies | Option | Built by default| Built in Release | Enabled in SDR++ by default |
|
| Name | Stage | Dependencies | Option | Built by default| Built in Release | Enabled in SDR++ by default |
|
||||||
|---------------------|------------|--------------|-------------------------------|:---------------:|:----------------:|:---------------------------:|
|
|---------------------|------------|--------------|-------------------------------|:---------------:|:----------------:|:---------------------------:|
|
||||||
| falcon9_decoder | Unfinished | ffplay | OPT_BUILD_FALCON9_DECODER | ⛔ | ⛔ | ⛔ |
|
| falcon9_decoder | Unfinished | ffplay | OPT_BUILD_FALCON9_DECODER | ⛔ | ⛔ | ⛔ |
|
||||||
| m17_decoder | Unfinished | - | OPT_BUILD_M17_DECODER | ⛔ | ⛔ | ⛔ |
|
| m17_decoder | Beta | - | OPT_BUILD_M17_DECODER | ⛔ | ✅ | ⛔ |
|
||||||
| meteor_demodulator | Working | - | OPT_BUILD_METEOR_DEMODULATOR | ✅ | ✅ | ⛔ |
|
| meteor_demodulator | Working | - | OPT_BUILD_METEOR_DEMODULATOR | ✅ | ✅ | ⛔ |
|
||||||
| radio | Working | - | OPT_BUILD_RADIO | ✅ | ✅ | ✅ |
|
| radio | Working | - | OPT_BUILD_RADIO | ✅ | ✅ | ✅ |
|
||||||
| weather_sat_decoder | Unfinished | - | OPT_BUILD_WEATHER_SAT_DECODER | ⛔ | ⛔ | ⛔ |
|
| weather_sat_decoder | Unfinished | - | OPT_BUILD_WEATHER_SAT_DECODER | ⛔ | ⛔ | ⛔ |
|
||||||
|
@ -357,19 +357,22 @@ I will soon publish a contributing.md listing the code style to use.
|
||||||
## Patrons
|
## Patrons
|
||||||
|
|
||||||
* Bob Logan
|
* Bob Logan
|
||||||
|
* [Christian Häusler](https://github.com/corvus-ch)
|
||||||
* Croccydile
|
* Croccydile
|
||||||
* Dale L Puckett (K0HYD)
|
* Dale L Puckett (K0HYD)
|
||||||
* [Daniele D'Agnelli](https://linkedin.com/in/dagnelli)
|
* [Daniele D'Agnelli](https://linkedin.com/in/dagnelli)
|
||||||
* [EB3FRN](https://www.eb3frn.net/)
|
* [EB3FRN](https://www.eb3frn.net/)
|
||||||
* Eric Johnson
|
* Eric Johnson
|
||||||
* Flinger Films
|
* Flinger Films
|
||||||
* [W4IPA](https://twitter.com/W4IPAstroke5)
|
* Kezza
|
||||||
* Lee Donaghy
|
* Lee Donaghy
|
||||||
|
* .lozenge. (Hank Hill)
|
||||||
* ON4MU
|
* ON4MU
|
||||||
* [Passion-Radio.com](https://passion-radio.com/)
|
* [Passion-Radio.com](https://passion-radio.com/)
|
||||||
* [Scanner School](https://scannerschool.com/)
|
* [Scanner School](https://scannerschool.com/)
|
||||||
* [SignalsEverywhere](https://signalseverywhere.com/)
|
* [SignalsEverywhere](https://signalseverywhere.com/)
|
||||||
* Syne Ardwin (WI9SYN)
|
* Syne Ardwin (WI9SYN)
|
||||||
|
* [W4IPA](https://twitter.com/W4IPAstroke5)
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue