1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Update changelog

This commit is contained in:
Carles Fernandez 2020-02-20 08:31:41 +01:00
parent b6c2911f39
commit e83841f2cb
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -41,7 +41,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
### Improvements in Maintainability:
- Rewriting of acquisition adapters avoiding a lot of code duplication.
- Rewriting of acquisition and tracking adapters, thus avoiding a lot of code duplication.
- New CMake option ENABLE_ARMA_NO_DEBUG defines the macro ARMA_NO_DEBUG, which disables all run-time checks, such as bounds checking, in the Armadillo library. This will result in faster code. This option is disabled by default during development, but automatically set to ON if the option ENABLE_PACKAGING is set to ON.
- Apply more clang-tidy checks related to readability: readability-avoid-const-params-in-decls, readability-braces-around-statements, readability-isolate-declaration, readability-redundant-control-flow, readability-uppercase-literal-suffix. Fixed raised warnings.
- Fixed cpplint.py build/include_what_you_use, whitespace/tab, whitespace/blank_line errors.