1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-27 01:14:51 +00:00

Update changelog

This commit is contained in:
Carles Fernandez 2020-07-28 12:30:11 +02:00
parent 6cc96b039f
commit 434a556a39
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -24,9 +24,6 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
without debugging symbols), smaller in size and potentially providing better without debugging symbols), smaller in size and potentially providing better
performance than non-stripped counterparts. Only for GCC in Release build performance than non-stripped counterparts. Only for GCC in Release build
mode. Set to `OFF` by default. mode. Set to `OFF` by default.
- Add building option `ENABLE_BENCHMARKS`, which activates the building of
benchmarks for some code snippets, making it easier to developers to benchmark
different implementations for the same purpose. Set to `OFF` by default.
### Improvements in Maintainability: ### Improvements in Maintainability:
@ -62,10 +59,11 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
fallback. The latter has been updated to version fallback. The latter has been updated to version
[0.37.0](https://github.com/gsl-lite/gsl-lite/releases/tag/0.37.0). [0.37.0](https://github.com/gsl-lite/gsl-lite/releases/tag/0.37.0).
- Improved finding of libgfortran in openSUSE and Fedora distributions. - Improved finding of libgfortran in openSUSE and Fedora distributions.
- Improved interface for FPGA off-loading.
- Allow a random name for the build type. If not recognized, it is set to - Allow a random name for the build type. If not recognized, it is set to
`None`. This allows packaging in some distributions that pass an arbitrary `None`. This allows packaging in some distributions that pass an arbitrary
name as the build type (e.g., Gentoo) to avoid unexpected compiler flags. The name as the build type (e.g., Gentoo) to avoid unexpected compiler flags. The
building option `ENABLE_PACKAGING` must set to `ON` when packaging. building option `ENABLE_PACKAGING` must be set to `ON` when packaging.
- Do not stop the receiver if SysV message queues cannot be created. - Do not stop the receiver if SysV message queues cannot be created.
### Improvements in Reliability: ### Improvements in Reliability:
@ -80,6 +78,12 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
- Improved reproducibility of the volk_gnsssdr library: Drop compile-time CPU - Improved reproducibility of the volk_gnsssdr library: Drop compile-time CPU
detection. detection.
### Improvements in Testability:
- Add building option `ENABLE_BENCHMARKS`, which activates the building of
benchmarks for some code snippets, making it easier to developers to benchmark
different implementations for the same purpose. Set to `OFF` by default.
### Improvements in Usability: ### Improvements in Usability:
- Do not pollute the source directory if the software is built from an - Do not pollute the source directory if the software is built from an
@ -112,6 +116,9 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
- Updated version of the Contributor Covenant to version 2.0. Added badge in the - Updated version of the Contributor Covenant to version 2.0. Added badge in the
README.md file. README.md file.
See the definitions of concepts and metrics at
https://gnss-sdr.org/design-forces/
&nbsp; &nbsp;
## [GNSS-SDR v0.0.12](https://github.com/gnss-sdr/gnss-sdr/releases/tag/v0.0.12) ## [GNSS-SDR v0.0.12](https://github.com/gnss-sdr/gnss-sdr/releases/tag/v0.0.12)