diff --git a/AUTHORS b/AUTHORS index 4d7536e6c..3c484720c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -60,6 +60,7 @@ Marc Molina marc.molina.pena@gmail.com Contributor Marc Sales marcsales92@gmail.com Contributor Piyush Gupta piyush04111999@gmail.com Contributor Rodrigo Muñoz rodrigo.munoz@proteinlab.cl Contributor +Stefan van der Linden spvdlinden@gmail.com Contributor Carlos Paniego carpanie@hotmail.com Artwork # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/CITATION.cff b/CITATION.cff index ec17ba99f..95d746ff3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -97,6 +97,10 @@ authors: - email: tonetto.dev@gmail.com family-names: Tonetto given-names: Leonardo + - alias: stefanlinden + email: spvdlinden@gmail.com + family-name: "van der Linden" + given-names: Stefan cff-version: "1.2.0" date-released: "2021-08-23" identifiers: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index da2140d93..2a25cd444 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later ) [comment]: # ( -SPDX-FileCopyrightText: 2011-2021 Carles Fernandez-Prades +SPDX-FileCopyrightText: 2011-2022 Carles Fernandez-Prades ) @@ -40,14 +40,14 @@ All notable changes to GNSS-SDR will be documented in this file. memory management and source code readability. - Prefer initialization to assignment in constructors. This improves the readability of the code, could potentially increase performance, and allows - for easier detection of unused data members (see - https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md/#Rc-initialize). + for easier detection of unused data members (see the + [CppCoreGuidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md/#Rc-initialize)). Added the `cppcoreguidelines-prefer-member-initializer` clang-tidy check to enforce this policy. - Non-functional change: Fixed formatting defects detected by clang-format 13.0. - Non-functional change: Simplified flow graph disconnection. -- Updated GSL implementation to v0.40.0. See - https://github.com/gsl-lite/gsl-lite/releases/tag/v0.40.0 +- Updated GSL implementation to v0.40.0. See the + [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 for early detection of missing includes. - 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 standard. - 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 [fmt](https://github.com/fmtlib/fmt) libraries. - 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. - Fixed program termination when using `File_Signal_Source` and extended 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. See the definitions of concepts and metrics at