Wykres commitów

66 Commity (d140fd524fa71a9cff848dfe3f2d03202dc0389c)

Autor SHA1 Wiadomość Data
Guenael d140fd524f feat(reformat): using Google c++ style everywhere 2021-12-04 15:24:12 -05:00
Guenael, VA2GKA 2524ddb6f6
Merge pull request #46 from Guenael/guenael
feat(CI): SAST with cppcheck
2021-12-04 14:46:40 -05:00
Guenael 2dc4dadd73 feat(CI): SAST with cppcheck 2021-12-04 14:45:40 -05:00
Guenael, VA2GKA f0896f7c95
Merge pull request #45 from Guenael/guenael
fix(issue #42): Possible resource leaks
2021-12-04 14:37:58 -05:00
Guenael 346309e6e9 fix(issue #42): Possible resource leaks 2021-12-04 14:35:04 -05:00
Guenael, VA2GKA 34ecf5d879
Merge pull request #44 from Guenael/guenael
chore: using clang (test) & minor license update
2021-12-04 13:17:59 -05:00
Guenael de213f1bfe chore(compiler): trying clang, why not... 2021-12-04 13:07:23 -05:00
Guenael c8576a067e chore(license): licence update, no major change (remain 2-clause license, aka. FreeBSD License) 2021-12-04 12:44:19 -05:00
Guenael, VA2GKA 7cb8ec794d
Merge pull request #43 from Guenael/freqfix
fix(rtlsdr_wsprd): freq fix, uint32 not double
2021-12-04 12:34:14 -05:00
Guenael 8844c110ca fix(rtlsdr_wsprd): freq fix, uint32 not double 2021-12-04 12:27:50 -05:00
Guenael, VA2GKA af301aa717
fix(CI): sudo for apt-get 2021-12-04 00:23:54 -05:00
Guenael, VA2GKA f5fd39368f
Merge pull request #38 from Guenael/security
chore(CI): build update for SAST
2021-12-04 00:22:33 -05:00
Guenael 3d593fe47a chore(CI): build update for SAST 2021-12-04 00:22:05 -05:00
Guenael, VA2GKA 014b1742f7
Merge pull request #37 from Guenael/sast
chore(ci): testeng static code analysis
2021-12-03 23:50:43 -05:00
Guenael, VA2GKA 6748789099
chore(ci): testeng static code analysis 2021-12-03 23:50:36 -05:00
Guenael c29724aee2 chore(gcc): remove some warning from the compiler 2021-12-03 23:47:09 -05:00
Guenael, VA2GKA f1d1556d36
Merge pull request #36 from Guenael/dirreorg
chore(files): moving wsprd files in a single directory
2021-12-03 23:09:35 -05:00
Guenael 6f73090338 chore(files): moving wsprd files in a single directory 2021-12-03 23:08:36 -05:00
Guenael, VA2GKA dba15d4cc1
Merge pull request #35 from Guenael/reformat
chore(reformat): wsprd_utils.(c|h) & fano.(c|h)
2021-12-03 22:47:49 -05:00
Guenael c81240486f chore(wsprd_utils): reformat wsprd_utils.(c|h) 2021-12-03 22:45:49 -05:00
Guenael 97f48ac7df chore(fano): reformat fano.c & fano.h 2021-12-03 22:20:42 -05:00
Guenael, VA2GKA 0ae02f151a
Merge pull request #34 from Guenael/gnu2017
chore(makefile): using gnu17 standard
2021-12-03 22:06:07 -05:00
Guenael 7a0461584f chore(makefile): using gnu17 standard 2021-12-03 22:05:29 -05:00
Guenael, VA2GKA 264f01c27e
Merge pull request #33 from Guenael/reformat
chore(rtlsdr_wsprd.*): code reformat, google style
2021-12-03 21:00:53 -05:00
Guenael 175e846ee6 chore(rtlsdr_wsprd.*): code reformat, google style 2021-12-03 20:44:40 -05:00
Guenael, VA2GKA 843629c294
Merge pull request #28 from IZ7BOJ/master
Console reports improved and and automatic band/dial freq. selection
2021-12-03 18:09:40 -05:00
Guenael, VA2GKA e8e98e1bd0
Merge branch 'master' into master 2021-12-03 18:08:20 -05:00
Guenael, VA2GKA d02eb127e5
Merge pull request #24 from sharjeelaziz/master
Readme formatting
2021-11-30 18:47:54 -05:00
Guenael, VA2GKA 2cacc42659
Merge branch 'master' into master 2021-11-30 18:46:40 -05:00
Guenael, VA2GKA cc6612cf29
Merge pull request #22 from donmr/master
Expand channelbits to avoid array overrun and possible stack corruption.
2021-11-30 18:37:28 -05:00
Guenael, VA2GKA 27f599655f
Merge pull request #18 from dforsi/fix-typos
Fix some typos
2021-11-30 18:28:18 -05:00
Guenael, VA2GKA b87c9e4f8c
Merge pull request #17 from dforsi/master
Fix default value for gain (need to be multiplied by 10 according the rtl front-end)
2021-11-30 18:25:54 -05:00
Alfredo Vania - IZ7BOJ 0861e51718
Update rtlsdr_wsprd.c
Added timestamp to spot and automatic band selection
2021-11-22 10:33:56 +01:00
sharjeelaziz d131aa24b1 Reformatted the Readme.md.
Update README.md
2020-01-19 13:12:21 -05:00
Don Reid b5d0500cfc The encode function in fano.c writes to (2*8*nbytes) chars of symbols.
1) Correct the comment in fano.c to show correct number
2) Make the size of channelbits large enough by using the formula
instead of a constant.  With the smaller value the array was being
overwritten which caused stack corruption on my system.
2018-11-27 14:49:31 -08:00
Daniele Forsi 79368be7ae Fix some typos 2018-01-15 22:10:55 +01:00
Daniele Forsi 173bc501f2 Fix default value for gain 2018-01-15 21:58:38 +01:00
Guenael 7e422a1c72 format 2017-06-23 16:42:20 -04:00
Guenael 26d4d297b9 files process & rewrite 2017-06-23 16:37:20 -04:00
Guenael 697031155b format 2017-06-23 12:34:23 -04:00
Guenael ac23d2dcfe build options 2017-06-23 10:45:14 -04:00
Guenael 99d2bd2ffe check decim 2017-06-23 02:33:48 -04:00
Guenael 6a49a3fd04 style 2017-06-23 00:59:33 -04:00
Guenael f76dd404ec device index selector 2017-06-23 00:32:08 -04:00
Guenael 6634451e4a Adding max iteration 2017-06-20 20:42:53 -04:00
Guenael ee3f19809f direct sampling option fix 2016-10-05 22:54:14 -04:00
Guenael, VA2GKA 54056077f3 Merge pull request #8 from adecarolis/master
Add direct sampling option
2016-09-29 01:37:42 -04:00
Alain De Carolis b014ede831 Add direct sampling option 2016-09-25 21:42:44 -04:00
Guenael 7aeedf3e1e modified: README.md 2016-07-13 23:12:26 -04:00
Guenael 6488f27946 note & version update 2016-07-13 21:49:42 -04:00