mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
Add Stefan to list of authors
Update changelog
This commit is contained in:
parent
8bc379718f
commit
0539fc36ed
1
AUTHORS
1
AUTHORS
@ -60,6 +60,7 @@ Marc Molina marc.molina.pena@gmail.com Contributor
|
|||||||
Marc Sales marcsales92@gmail.com Contributor
|
Marc Sales marcsales92@gmail.com Contributor
|
||||||
Piyush Gupta piyush04111999@gmail.com Contributor
|
Piyush Gupta piyush04111999@gmail.com Contributor
|
||||||
Rodrigo Muñoz rodrigo.munoz@proteinlab.cl Contributor
|
Rodrigo Muñoz rodrigo.munoz@proteinlab.cl Contributor
|
||||||
|
Stefan van der Linden spvdlinden@gmail.com Contributor
|
||||||
Carlos Paniego carpanie@hotmail.com Artwork
|
Carlos Paniego carpanie@hotmail.com Artwork
|
||||||
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
@ -97,6 +97,10 @@ authors:
|
|||||||
- email: tonetto.dev@gmail.com
|
- email: tonetto.dev@gmail.com
|
||||||
family-names: Tonetto
|
family-names: Tonetto
|
||||||
given-names: Leonardo
|
given-names: Leonardo
|
||||||
|
- alias: stefanlinden
|
||||||
|
email: spvdlinden@gmail.com
|
||||||
|
family-name: "van der Linden"
|
||||||
|
given-names: Stefan
|
||||||
cff-version: "1.2.0"
|
cff-version: "1.2.0"
|
||||||
date-released: "2021-08-23"
|
date-released: "2021-08-23"
|
||||||
identifiers:
|
identifiers:
|
||||||
|
@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
)
|
)
|
||||||
|
|
||||||
[comment]: # (
|
[comment]: # (
|
||||||
SPDX-FileCopyrightText: 2011-2021 Carles Fernandez-Prades <carles.fernandez@cttc.es>
|
SPDX-FileCopyrightText: 2011-2022 Carles Fernandez-Prades <carles.fernandez@cttc.es>
|
||||||
)
|
)
|
||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
@ -40,14 +40,14 @@ All notable changes to GNSS-SDR will be documented in this file.
|
|||||||
memory management and source code readability.
|
memory management and source code readability.
|
||||||
- Prefer initialization to assignment in constructors. This improves the
|
- Prefer initialization to assignment in constructors. This improves the
|
||||||
readability of the code, could potentially increase performance, and allows
|
readability of the code, could potentially increase performance, and allows
|
||||||
for easier detection of unused data members (see
|
for easier detection of unused data members (see the
|
||||||
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md/#Rc-initialize).
|
[CppCoreGuidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md/#Rc-initialize)).
|
||||||
Added the `cppcoreguidelines-prefer-member-initializer` clang-tidy check to
|
Added the `cppcoreguidelines-prefer-member-initializer` clang-tidy check to
|
||||||
enforce this policy.
|
enforce this policy.
|
||||||
- Non-functional change: Fixed formatting defects detected by clang-format 13.0.
|
- Non-functional change: Fixed formatting defects detected by clang-format 13.0.
|
||||||
- Non-functional change: Simplified flow graph disconnection.
|
- Non-functional change: Simplified flow graph disconnection.
|
||||||
- Updated GSL implementation to v0.40.0. See
|
- Updated GSL implementation to v0.40.0. See the
|
||||||
https://github.com/gsl-lite/gsl-lite/releases/tag/v0.40.0
|
[gsl-lite release](https://github.com/gsl-lite/gsl-lite/releases/tag/v0.40.0).
|
||||||
- CI - `cpplint` job on GitHub: Added the `build/include_what_you_use` filter
|
- CI - `cpplint` job on GitHub: Added the `build/include_what_you_use` filter
|
||||||
for early detection of missing includes.
|
for early detection of missing includes.
|
||||||
- CI - `clang-tidy` job on GitHub: More robust detection of LLVM paths installed
|
- CI - `clang-tidy` job on GitHub: More robust detection of LLVM paths installed
|
||||||
@ -60,7 +60,7 @@ All notable changes to GNSS-SDR will be documented in this file.
|
|||||||
- Fixed building against GNU Radio v3.10.X.Y, which does not support the C++20
|
- Fixed building against GNU Radio v3.10.X.Y, which does not support the C++20
|
||||||
standard.
|
standard.
|
||||||
- Fixed building against GNU Radio v3.10.X.Y, which replaced
|
- Fixed building against GNU Radio v3.10.X.Y, which replaced
|
||||||
[log4cpp](http://log4cpp.sourceforge.net/) by
|
[log4cpp](http://log4cpp.sourceforge.net/) by the
|
||||||
[spdlog](https://github.com/gabime/spdlog) and
|
[spdlog](https://github.com/gabime/spdlog) and
|
||||||
[fmt](https://github.com/fmtlib/fmt) libraries.
|
[fmt](https://github.com/fmtlib/fmt) libraries.
|
||||||
- Updated `cpu_features` library for improved processor detection.
|
- Updated `cpu_features` library for improved processor detection.
|
||||||
@ -106,6 +106,9 @@ All notable changes to GNSS-SDR will be documented in this file.
|
|||||||
those requirements are not met in the configuration file.
|
those requirements are not met in the configuration file.
|
||||||
- Fixed program termination when using `File_Signal_Source` and extended
|
- Fixed program termination when using `File_Signal_Source` and extended
|
||||||
integration times.
|
integration times.
|
||||||
|
- The `Fifo_Signal_Source` Signal Source implementation learned to handle the
|
||||||
|
`ibyte` type.
|
||||||
|
- Added a `CITATION.cff` file.
|
||||||
- Updated version of the Contributor Covenant to version 2.1.
|
- Updated version of the Contributor Covenant to version 2.1.
|
||||||
|
|
||||||
See the definitions of concepts and metrics at
|
See the definitions of concepts and metrics at
|
||||||
|
Loading…
Reference in New Issue
Block a user