piyush0411
|
fa9abed435
|
Added missing parameter
|
2020-07-25 02:56:14 +05:30 |
|
Carles Fernandez
|
945c86a4c4
|
Avoid code duplication
|
2020-07-21 13:56:01 +02:00 |
|
Carles Fernandez
|
8a06981c16
|
Improve const correctness
|
2020-07-20 01:20:15 +02:00 |
|
Carles Fernandez
|
6d510a62bf
|
Fix bugprone conversion warning
|
2020-07-19 14:49:12 +02:00 |
|
Carles Fernandez
|
4ab7690085
|
Fix bug in GLONASS year computation (Fixes: #347)
|
2020-07-19 14:44:18 +02:00 |
|
Carles Fernandez
|
52980978f5
|
Improve const correctness
|
2020-07-19 14:26:15 +02:00 |
|
Carles Fernandez
|
8666ff7706
|
Include what you use
|
2020-07-14 20:12:08 +02:00 |
|
Carles Fernandez
|
da9795c7a1
|
Update BeiDou satellite list
|
2020-07-12 13:56:36 +02:00 |
|
Carles Fernandez
|
c178d9a8a6
|
Remove Armadillo from Pvt_Solution API
Some API cleaning. The user does not need to call cart2geo anymore. Armadillo stuff moved to old ls_pvt solution
|
2020-07-12 12:42:06 +02:00 |
|
Carles Fernandez
|
c097300106
|
Add missing constant
|
2020-07-11 12:10:34 +02:00 |
|
Carles Fernandez
|
c04948fd02
|
Reduce number of warnings raised by bugprone-* clang-tidy checks
|
2020-07-10 00:37:55 +02:00 |
|
Carles Fernandez
|
09bcd1981c
|
Replace std::endl by \n character. There is no need to always flush the stream.
|
2020-07-07 18:53:50 +02:00 |
|
Carles Fernandez
|
aca0330325
|
Include what you use
|
2020-07-05 23:07:41 +02:00 |
|
Carles Fernandez
|
996ff3ea4d
|
Fix gcc warning: type qualifiers ignored on cast result type
|
2020-07-05 20:51:25 +02:00 |
|
Carles Fernandez
|
d3b7557dcf
|
Sort constants
no more GPS_L1_PI, GPS_L2_PI, etc. Values are written in a single point.
|
2020-07-05 20:20:02 +02:00 |
|
Carles Fernandez
|
1e742afbc4
|
Sort constants, avoid duplication of Galileo physical constants
|
2020-07-04 19:13:42 +02:00 |
|
Carles Fernandez
|
bb540c7b48
|
Replace const std::string by constexpr char
|
2020-07-03 11:36:38 +02:00 |
|
Carles Fernandez
|
14d1152eda
|
Make constants constexpr, so they can be used at compile time
|
2020-07-01 19:39:25 +02:00 |
|
Carles Fernandez
|
df7c466de0
|
Sort data members in headers
|
2020-06-24 22:27:51 +02:00 |
|
Carles Fernandez
|
037a1fcb5f
|
Improve headers, large data members first. Improve nav message interfaces
|
2020-06-23 09:47:58 +02:00 |
|
Carles Fernandez
|
0df4277d36
|
Unify criteria in target definitions, more informative names
|
2020-06-13 00:32:40 +02:00 |
|
Carles Fernandez
|
34a250246a
|
Simplify initializations in system_parameters library
|
2020-06-10 10:15:59 +02:00 |
|
Carles Fernandez
|
950006ddee
|
Fix warning in gcc 10: avoid undefined behavior in move assignment operator
|
2020-06-09 14:11:18 +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
|
4635b307d8
|
Add Galileo_E5b.h to the headers list
|
2020-05-30 08:48:54 +02:00 |
|
Carles Fernandez
|
dd725918de
|
Merge branch 'Galileo_E5b' of https://github.com/piyush0411/gnss-sdr into piyush0411-Galileo_E5b
|
2020-05-28 21:54:34 +02:00 |
|
piyush0411
|
f79a840ef7
|
Changed Copyright Information.
|
2020-05-27 20:08:04 +05:30 |
|
piyush0411
|
7fc426e20a
|
Added System Parameters File
|
2020-05-27 09:21:59 +05:30 |
|
Carles Fernandez
|
35ee34673a
|
Fix signature of copy and move operators
|
2020-05-16 14:39:34 +02:00 |
|
Carles Fernandez
|
b9c84a451e
|
Improve internal handling of Gnss_Synchro objects
Added noexcept move constructor and move assignment operator.
Small refactor of includes
|
2020-04-25 16:08:33 +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
|
538c1e6182
|
Fix shadowed variables
|
2020-02-26 18:16:04 +01:00 |
|
Carles Fernandez
|
2ded19342f
|
Improve headers
|
2020-02-12 00:04:29 +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
|
fe9c7224f6
|
Initialize parameter
|
2020-02-06 12:11:22 +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
|
6c5a5c7aee
|
Update broken links
|
2020-02-01 13:57:10 +01:00 |
|
Carles Fernandez
|
435f3641e0
|
clang-format fixes
|
2020-01-26 22:33:03 +01:00 |
|
Carles Fernandez
|
9023f19794
|
Use C++ comments for final #endif in headers
|
2020-01-26 22:23:22 +01:00 |
|
Carles Fernandez
|
664ad05bec
|
Update references and links to ICDs
|
2020-01-25 13:42:55 +01:00 |
|
Carles Fernandez
|
dc3bf0172a
|
Update references and links to ICDs
|
2020-01-25 13:07:03 +01:00 |
|
Carles Fernandez
|
510a3a15ba
|
Update BeiDou satellite names
|
2019-11-05 14:47:27 +01:00 |
|
Carles Fernandez
|
74f6c2e115
|
Fix reading of Delta_n parameter. Fixes #322
|
2019-10-23 13:20:14 +02:00 |
|
Carles Fernandez
|
9e79bb4b8f
|
Fix bug in Beidou nav message. Fixes #320
|
2019-10-23 11:16:32 +02:00 |
|
Carles Fernandez
|
e80122f4ff
|
Apply clang tidy checks and clang-format
|
2019-09-13 08:56:37 +02:00 |
|
Carles Fernandez
|
48b284d5fe
|
Fix formatting
|
2019-08-31 11:52:04 +02:00 |
|
Carles Fernandez
|
02318c0382
|
Give to global parameters more meaningful name
|
2019-08-31 11:37:29 +02:00 |
|
Carles Fernandez
|
df05c7418e
|
Fix bugprone-too-small-loop-variable clang-tidy check warnings
|
2019-08-24 17:34:12 +02:00 |
|
Carles Fernandez
|
95f688dcb0
|
Mark all constructors callable with one argument as explicit
|
2019-08-23 21:25:44 +02:00 |
|