Carles Fernandez
|
d847d3fdcf
|
Add test about preamble correlation implementations
|
2020-06-11 12:09:55 +02:00 |
|
Carles Fernandez
|
85286f8a7e
|
Initialize members to a valid state
|
2020-06-10 11:54:23 +02:00 |
|
Carles Fernandez
|
34a250246a
|
Simplify initializations in system_parameters library
|
2020-06-10 10:15:59 +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
|
447d8a5625
|
Fix warning in GCC 10
|
2020-05-28 23:05:09 +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
|
35ee34673a
|
Fix signature of copy and move operators
|
2020-05-16 14:39:34 +02:00 |
|
Carles Fernandez
|
1d703b4b48
|
Fix for using std::span when available, and gsl::span as a fallback
|
2020-05-07 23:11:11 +02:00 |
|
Carles Fernandez
|
eaee82280a
|
Make use of std::span when available
|
2020-05-07 21:47:45 +02:00 |
|
Carles Fernandez
|
552b438245
|
Fixes for old GCC
|
2020-04-26 12:38:01 +02:00 |
|
Carles Fernandez
|
0164d8b37c
|
Fixes for old GCC
|
2020-04-26 12:35:08 +02:00 |
|
Carles Fernandez
|
c27622a738
|
Fixes for old GCC
|
2020-04-26 12:28:24 +02:00 |
|
Carles Fernandez
|
f5fc4d4119
|
Use lambda instead of boost::bind
|
2020-04-26 09:10:53 +02:00 |
|
Carles Fernandez
|
4e5149a69e
|
Use lambda instead of boost::build in tests
|
2020-04-26 08:41:49 +02:00 |
|
Carles Fernandez
|
a75526d780
|
Use lambda instead of boost::build when genenic lambdas are available in the compiler
|
2020-04-25 23:03:44 +02:00 |
|
Carles Fernandez
|
ec3c868625
|
Fixes a bug in GLONASS GNAV CRC computation (Fixes: #349)
|
2020-04-10 13:44:45 +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
|
c470d43432
|
Fix shadowed variables
See MISRA C++:2008, 2-10-2 - Identifiers declared in an inner scope shall not hide an identifier declared in an outer scope
and https://rules.sonarsource.com/cpp/RSPEC-1117\?search\=shadow
|
2020-02-26 22:40:00 +01:00 |
|
Carles Fernandez
|
538c1e6182
|
Fix shadowed variables
|
2020-02-26 18:16:04 +01:00 |
|
Carles Fernandez
|
2a3786b0a5
|
cpplint: fix whitespace/blank_line
|
2020-02-23 02:43:17 +01:00 |
|
Carles Fernandez
|
b8f2182a01
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into normalize-discriminator
|
2020-02-13 11:09:16 +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
|
bdc8c71e31
|
Add SPDX license id in header
|
2020-02-08 18:39:21 +01:00 |
|
Carles Fernandez
|
d1cb49b127
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into normalize-discriminator
|
2020-02-08 18:18:15 +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 |
|
Carles Fernandez
|
bb8416402c
|
Fix normalization in dll_nc_e_minus_l_normalized discriminator (see #333)
|
2020-02-07 10:58:33 +01:00 |
|
Carles Fernandez
|
a8fb2a6fb5
|
Update configurations (remove use_CFAR_algorithm parameter)
|
2020-02-05 22:15:50 +01:00 |
|
Carles Fernandez
|
d6ec2a7b2c
|
Update links (mainly from http to https, fix broken links)
|
2020-02-05 21:24:46 +01:00 |
|
Carles Fernandez
|
c57350cbc7
|
Fix build for macOS, fix warning about non-virtual destructor
|
2020-01-12 23:13:44 +01:00 |
|
Marc Majoral
|
1d5ff14619
|
used clang-format
|
2019-12-30 18:43:46 +01:00 |
|
Marc Majoral
|
9bfe37877e
|
added scaling_factor. Removed unnecessary code.
|
2019-12-30 17:50:41 +01:00 |
|
Marc Majoral
|
c05fbe293b
|
removd unused variables
fixed file headers
|
2019-12-21 17:49:01 +01:00 |
|
Marc Majoral
|
7bc0ce35c4
|
cleaned source code
|
2019-12-21 13:25:17 +01:00 |
|
Marc Majoral
|
431739a767
|
added Galileo E1 FPGA acuisition unit test
|
2019-12-18 16:23:17 +01:00 |
|
Marc Majoral
|
cf8e327414
|
removed unused variables
|
2019-12-18 16:22:17 +01:00 |
|
Marc Majoral
|
b41973065b
|
fixed gps l1 FPGA acquisition test variable names
|
2019-12-18 13:02:29 +01:00 |
|
Marc Majoral
|
71a0f4fcdc
|
The FPGA acquisition test source file uses floating point format.
|
2019-12-18 12:46:17 +01:00 |
|
Marc Majoral
|
eb0df94336
|
updated fpga-related unit tests + fixed fpga acquisition log of sample stamp + stop tracking message unlocks channel (the fpga multicorrelator stops blocking the flow of samples)
|
2019-12-16 18:44:22 +01:00 |
|
Carles Fernandez
|
df6d8eacb5
|
Do not have two files with the same name
|
2019-11-24 22:24:46 +01:00 |
|
Carles Fernandez
|
c7866ef385
|
Remove unused private members, replace std::bind by lambdas, apply clang-tidy and clang-format
Fix position_test with default parameters
|
2019-11-16 18:00:04 +01:00 |
|
Carles Fernandez
|
a7d19789f3
|
Merge branch 'fix_pcps_threshold' of https://github.com/odrisci/gnss-sdr into odrisci-fix_pcps_threshold
|
2019-11-16 12:40:22 +01:00 |
|
Cillian O'Driscoll
|
03ee350dd2
|
Added unit tests for item_type_helpers
|
2019-11-15 11:39:32 +00:00 |
|
Carles Fernandez
|
b8ae6434cc
|
Add more parameters to Observables test
|
2019-11-14 12:15:41 +01:00 |
|