mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
Use https instead of http in links when available
This commit is contained in:
parent
0d60d97c24
commit
66fba9d22a
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
# BasedOnStyle: Google
|
# BasedOnStyle: Google
|
||||||
# More info: http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
# More info: https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
AlignAfterOpenBracket: DontAlign
|
AlignAfterOpenBracket: DontAlign
|
||||||
AlignConsecutiveAssignments: false
|
AlignConsecutiveAssignments: false
|
||||||
@ -21,7 +21,7 @@ AlwaysBreakBeforeMultilineStrings: true
|
|||||||
AlwaysBreakTemplateDeclarations: false
|
AlwaysBreakTemplateDeclarations: false
|
||||||
BinPackArguments: true
|
BinPackArguments: true
|
||||||
BinPackParameters: true
|
BinPackParameters: true
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
AfterClass: false
|
AfterClass: false
|
||||||
AfterControlStatement: false
|
AfterControlStatement: false
|
||||||
AfterEnum: false
|
AfterEnum: false
|
||||||
@ -47,7 +47,7 @@ DerivePointerAlignment: true
|
|||||||
DisableFormat: false
|
DisableFormat: false
|
||||||
ExperimentalAutoDetectBinPacking: false
|
ExperimentalAutoDetectBinPacking: false
|
||||||
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^<.*\.h>'
|
- Regex: '^<.*\.h>'
|
||||||
Priority: 1
|
Priority: 1
|
||||||
- Regex: '^<.*'
|
- Regex: '^<.*'
|
||||||
@ -88,4 +88,3 @@ Standard: Auto
|
|||||||
TabWidth: 8
|
TabWidth: 8
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
...
|
...
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ dependencies: gnuradio (>= 3.7.3), armadillo, gflags, glog, gnutls
|
|||||||
license: GPLv3+
|
license: GPLv3+
|
||||||
repo: https://github.com/gnss-sdr/gnss-sdr
|
repo: https://github.com/gnss-sdr/gnss-sdr
|
||||||
website: https://gnss-sdr.org
|
website: https://gnss-sdr.org
|
||||||
icon: http://a.fsdn.com/con/app/proj/gnss-sdr/screenshots/logo400x400.jpg
|
icon: https://a.fsdn.com/con/app/proj/gnss-sdr/screenshots/logo400x400.jpg
|
||||||
---
|
---
|
||||||
Global Navigation Satellite Systems receiver defined by software. It performs all the signal
|
Global Navigation Satellite Systems receiver defined by software. It performs all the signal
|
||||||
processing from raw signal samples up to the computation of the Position-Velocity-Time solution,
|
processing from raw signal samples up to the computation of the Position-Velocity-Time solution,
|
||||||
|
Loading…
Reference in New Issue
Block a user