Carles Fernandez
|
037a1fcb5f
|
Improve headers, large data members first. Improve nav message interfaces
|
2020-06-23 09:47:58 +02:00 |
|
Carles Fernandez
|
0d5b5894b4
|
Sort header files
|
2020-06-19 12:39:28 +02:00 |
|
Carles Fernandez
|
45c20f08ac
|
Use unique_ptr instead of shared_ptr for d_gnss_synchro_history, and code cleaning
|
2020-06-19 00:32:19 +02:00 |
|
Carles Fernandez
|
0df4277d36
|
Unify criteria in target definitions, more informative names
|
2020-06-13 00:32:40 +02:00 |
|
Carles Fernandez
|
65a25a47c5
|
Speed optimization by reserving memory for a std::vector
|
2020-06-11 13:39:38 +02:00 |
|
Carles Fernandez
|
2a3d682f1f
|
Make use of target_sources(), make use of target propagation to reduce redundancy in dependencies, some fixes for Clang and CMake < 3.11. Use generic lambdas with auto
|
2020-06-08 20:04:01 +02:00 |
|
Carles Fernandez
|
4913756a05
|
Replace <boost/bind.hpp> by <boost/bind/bind.hpp>
|
2020-06-06 23:41:38 +02:00 |
|
Carles Fernandez
|
f731a7c0f1
|
Fix for Boost >= 1.73 in old compilers
|
2020-05-18 22:50:34 +02:00 |
|
Carles Fernandez
|
1077970962
|
Revert "Fix for Boost < 1.60"
This reverts commit 832c2558c6 .
|
2020-05-18 21:36:22 +02:00 |
|
Carles Fernandez
|
832c2558c6
|
Fix for Boost < 1.60
|
2020-05-18 19:55:44 +02:00 |
|
Carles Fernandez
|
b408a2ef29
|
Fix for Boost 1.73: qualify placeholders with their full namespace
|
2020-05-18 18:58:39 +02:00 |
|
Carles Fernandez
|
c27622a738
|
Fixes for old GCC
|
2020-04-26 12:28:24 +02:00 |
|
Carles Fernandez
|
9c9a7b5bc6
|
Use lambda instead of boost::build when genenic lambdas are available in the compiler
|
2020-04-25 22:17:15 +02:00 |
|
Carles Fernandez
|
865a54ddff
|
Apply clang-format
|
2020-04-03 00:17:22 +02:00 |
|
Carles Fernandez
|
3519107131
|
Add compatibility with the new GNU Radio 3.9 API that uses C++11 standard smart pointers instead of Boost smart pointers
|
2020-04-02 23:59:35 +02:00 |
|
Carles Fernandez
|
5f974a8f17
|
Replace boost::shared_ptr by std::shared_ptr
|
2020-04-02 13:23:20 +02:00 |
|
Carles Fernandez
|
299cb1a2ee
|
Remove usage of uninitialized variables in CMake scripts
Remove all warnings emitted by cmake --warn-uninitialized ..
|
2020-02-29 14:33:09 +01:00 |
|
Carles Fernandez
|
a77142b8ca
|
cpplint: fix build/include_what_you_use, runtime/explicit filters
|
2020-02-22 16:36:31 +01:00 |
|
Carles Fernandez
|
2ded19342f
|
Improve headers
|
2020-02-12 00:04:29 +01:00 |
|
Carles Fernandez
|
d65daac971
|
Code formatting (cpplint.py --filter=-,+whitespace/tab,+whitespace/comments)
|
2020-02-11 21:47:13 +01:00 |
|
Carles Fernandez
|
207b01a6c0
|
Make the carrier smoothing parameter an integer
|
2020-02-11 19:34:21 +01:00 |
|
Carles Fernandez
|
d88cd25f03
|
Add new carrier_smoothing_factor flag
Fix some public/private dependency issues
Add enable_carrier_smoothing flag to position_test
|
2020-02-10 19:51:33 +01:00 |
|
Carles Fernandez
|
ce9d4b48e9
|
Fix CMakeLists files, clean dependencies relationships
|
2020-02-10 12:17:10 +01:00 |
|
Carles Fernandez
|
edc6444e5b
|
Add SPDX license identifier in header
|
2020-02-10 11:13:15 +01:00 |
|
Javier
|
b1c0e86751
|
New receiver feature: optional carrier smoothing of code range observables
|
2020-02-10 10:59:10 +01:00 |
|
Carles Fernandez
|
955348b080
|
Remove trailing underscore in header guards
|
2020-02-08 10:10:46 +01:00 |
|
Carles Fernandez
|
4d0d263280
|
Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/)
Update license headers to SPDX format (see https://spdx.org/)
Add license to all files
Add CI job in GitHub Actions to ensure compliance
|
2020-02-08 01:20:02 +01:00 |
|
Javier
|
650d637ee2
|
Better fix for bug fix that prevented PVT when disabled rx_clock_correction, issue #343
|
2020-01-22 12:16:48 +01:00 |
|
Javier
|
d387e1bf1a
|
Bug fix that prevented PVT when disabled rx_clock_correction, issue #343
|
2020-01-22 11:24:07 +01:00 |
|
Carles Fernandez
|
e80122f4ff
|
Apply clang tidy checks and clang-format
|
2019-09-13 08:56:37 +02:00 |
|
Carles Fernandez
|
0520d400b3
|
Apply clang-tidy
|
2019-09-11 22:31:34 +00:00 |
|
Carles Fernandez
|
5f7f6366b6
|
Get elements of the circular deque without expensive bound checking
|
2019-09-09 12:10:40 +02:00 |
|
Carles Fernandez
|
38a987607e
|
Make use of the new Boost::headers target introduced in CMake 3.15
|
2019-09-07 12:36:19 +02:00 |
|
Carles Fernandez
|
c31d9dea40
|
Fix errors risen by include_what_you_use
|
2019-08-17 13:56:54 +02:00 |
|
Carles Fernandez
|
070996cdb4
|
Apply clang-tidy check readability-else-after-return
|
2019-08-04 13:15:03 +02:00 |
|
Carles Fernandez
|
e686c38353
|
Code formatting, adapt overflow fix to new variable name
|
2019-08-01 20:09:35 +02:00 |
|
Javier Arribas
|
f2becaa7b9
|
Final bug fix for the observables clock correction jumps
|
2019-08-01 18:11:36 +02:00 |
|
Carles Fernandez
|
9f8f9e8af9
|
Apply code cleaning before release
|
2019-07-28 12:01:11 +02:00 |
|
Carles Fernandez
|
a4d6800e22
|
Update copyright year
Applied on files changed since last release
clang-format applied
|
2019-07-26 12:38:20 +02:00 |
|
Carles Fernandez
|
be86771ede
|
Move default destructor to header file, so compiler can make a better job
|
2019-07-21 19:32:52 +02:00 |
|
Javier Arribas
|
bf40ed2be1
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into newsatdispatcher
|
2019-07-14 18:51:41 +02:00 |
|
Carles Fernandez
|
d7460022ed
|
Avoid C arrays
See https://clang.llvm.org/extra/clang-tidy/checks/modernize-avoid-c-arrays.html
|
2019-07-14 14:09:12 +02:00 |
|
Carles Fernandez
|
fa549b09a2
|
Do not produce empty files
|
2019-07-13 23:05:57 +02:00 |
|
Javier Arribas
|
71d93dc4b9
|
New asynchronous channel and PVT status reporting from observables and PVT to flowgraph. Partial implementation of assistance from L1 to L2 and L5
|
2019-07-11 18:39:28 +02:00 |
|
Carles Fernandez
|
9ba6f4d670
|
Make header file more readable. Remove unused private method interpolate_data()
|
2019-07-04 00:00:29 +02:00 |
|
Carles Fernandez
|
ce1e160f10
|
Remove deletes when using Matio
|
2019-06-30 14:32:40 +02:00 |
|
Carles Fernandez
|
f821caea4a
|
Code cleaning
|
2019-06-29 22:47:21 +02:00 |
|
Carles Fernandez
|
8d424a13b6
|
Replace boost::filesystem by std::experimental::filesystem when the later is available
|
2019-06-12 20:39:29 +02:00 |
|
Carles Fernandez
|
ca6b4b545b
|
Replace Boost::filesystem by std::filesystem if C++17 support is available
|
2019-06-10 21:41:13 +02:00 |
|
Javier Arribas
|
7ed88c26b6
|
Fix the TOW weel crossover situation in observables and PVT
|
2019-05-08 14:55:14 +02:00 |
|