1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-12 02:10:34 +00:00

Add Contributor Covenant badge, update changelog

This commit is contained in:
Carles Fernandez 2020-07-16 14:00:41 +02:00
parent 71a0b07e09
commit d2eeeba25a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 8 additions and 2 deletions

View File

@ -12,6 +12,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![REUSE status](https://api.reuse.software/badge/github.com/gnss-sdr/gnss-sdr)](https://api.reuse.software/info/github.com/gnss-sdr/gnss-sdr) [![REUSE status](https://api.reuse.software/badge/github.com/gnss-sdr/gnss-sdr)](https://api.reuse.software/info/github.com/gnss-sdr/gnss-sdr)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
**Welcome to GNSS-SDR!** **Welcome to GNSS-SDR!**

View File

@ -35,6 +35,10 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
it along the source code. it along the source code.
- Private members in headers have been sorted by type and size, minimizing - Private members in headers have been sorted by type and size, minimizing
padding space in the stack and making the files more readable for humans. padding space in the stack and making the files more readable for humans.
- Simpler, less error-prone design of the `GNSSBlockFactory` class public API
and internal implementation.
- Improved system constant definition headers, numerical values are only written
once.
- The software can now be built against the GNU Radio 3.9 API that uses standard - The software can now be built against the GNU Radio 3.9 API that uses standard
library's smart pointers instead of Boost's. Minimum GNU Radio required library's smart pointers instead of Boost's. Minimum GNU Radio required
version still remains at 3.7.3. version still remains at 3.7.3.
@ -66,7 +70,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
- Fixed a bug in GLONASS GNAV CRC computation. - Fixed a bug in GLONASS GNAV CRC computation.
- Fixed a possible buffer overflow in the generation of RTCM messages. - Fixed a possible buffer overflow in the generation of RTCM messages.
- Fixed a bug that could cause a random crash on receiver stopping. - Fixed bugs which could cause a random crash on receiver stopping.
### Improvements in Reproducibility: ### Improvements in Reproducibility:
@ -100,7 +104,8 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
samples parameter ignored when too large (that is, when set larger than samples parameter ignored when too large (that is, when set larger than
2^31-1). Now the `samples` parameter accepts values up to 2^64-1, that is, 2^31-1). Now the `samples` parameter accepts values up to 2^64-1, that is,
18,446,744,073,709,551,615 samples. 18,446,744,073,709,551,615 samples.
- Updated version of the Contributor Covenant to version 2.0. - Updated version of the Contributor Covenant to version 2.0. Added badge in the
README.md file.
&nbsp; &nbsp;