1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-28 07:53:15 +00:00
Commit Graph

5887 Commits

Author SHA1 Message Date
Carles Fernandez
d6887488f3
Avoid usage of std::rand() 2019-06-16 11:40:58 +02:00
Carles Fernandez
75d51ab837
Fix typos, improve comments 2019-06-16 09:37:04 +02:00
Carles Fernandez
e574ecdccf
Print Armadillo version if found in the summary report 2019-06-16 00:16:52 +02:00
Carles Fernandez
e2d583a442
Move definition og GNU Radio imported targets to the custom CMake module 2019-06-15 23:49:24 +02:00
Carles Fernandez
c31236096d
Build volk_gnsssdr with C++20 with clang++ if available 2019-06-15 22:25:22 +02:00
Carles Fernandez
597806ed17
Add Catalina to the list of macOS versions 2019-06-15 22:14:38 +02:00
Carles Fernandez
62280567a6
Allow building glog with clang 2019-06-15 22:01:05 +02:00
Carles Fernandez
6df59ab6b7
Allow building glog with clang and stdc++ 2019-06-15 20:39:06 +02:00
Carles Fernandez
b11e85aa61
Find libgfortran in more environments (including gcc 9.0) 2019-06-15 19:33:00 +02:00
Carles Fernandez
6911ad8fce
Remove performance-unnecessary-copy-initialization clang-tidy check
Applying its fixes breaks building when using clnag 8.0 :-(
2019-06-15 13:07:09 +02:00
Carles Fernandez
aae32a1033
Udpate changelog 2019-06-15 11:02:06 +02:00
Carles Fernandez
ec8f398e59
Set CMAKE_CXX_STANDARD to 20 when available 2019-06-15 10:55:49 +02:00
Carles Fernandez
7467f94164
Relax Armadillo version for nonlinear filters 2019-06-15 10:54:49 +02:00
Carles Fernandez
61f7ea2922
Fix for Armadillo < 8.400 2019-06-14 21:16:40 +02:00
Carles Fernandez
a22f79891b
Fix building if Armadillo < 8.400 2019-06-14 19:16:37 +02:00
Carles Fernandez
1d80f1ba9b
Fix building if Armadillo < 9.400 2019-06-14 18:22:07 +02:00
Carles Fernandez
d389525af4
Merge branch 'glamountain-kf19-next' into next 2019-06-14 10:21:47 +02:00
Carles Fernandez
7c23fb35b6
Apply clang-format 2019-06-14 10:21:26 +02:00
Gerald LaMountain
c1f4c2aef3 Merge branch 'next' into kf19-next 2019-06-13 15:47:54 -04:00
Gerald LaMountain
0e68befe7c Add unscented filter to nonlinear_filtering library and add associated unit test 2019-06-13 15:42:52 -04:00
Gerald LaMountain
49a8f9a22a Rename cubature_filter library to nonlinear_filtering 2019-06-13 15:41:56 -04:00
Carles Fernandez
791577702d Merge branch 'glamountain-kf19-next' into next 2019-06-13 17:38:00 +02:00
Carles Fernandez
dd2198fd00 Apply code formatting 2019-06-13 17:37:32 +02:00
Carles Fernandez
ce3d018f67 Merge branch 'kf19-next' of https://github.com/glamountain/gnss-sdr into glamountain-kf19-next 2019-06-13 17:14:03 +02:00
Gerald LaMountain
83d77fabb0 Update cubature filter library to align with coding conventions 2019-06-13 11:07:10 -04:00
Carles Fernandez
db87367fe0 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-13 15:37:14 +02:00
Carles Fernandez
e285da5899 Replace boost::filesystem by std::experimental::filesystem when the later is available 2019-06-13 15:33:01 +02:00
Gerald LaMountain
c567be407c Merge branch 'next' into kf19-next 2019-06-12 14:52:44 -04:00
Carles Fernandez
46979c2197
Fix test when std::filesystem is available 2019-06-12 20:52:40 +02:00
Gerald LaMountain
b3e8d4b85a Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-12 14:51:37 -04:00
Gerald LaMountain
6f5bca8188 Add cubature filter library to tracking and associated unit test to tests 2019-06-12 14:51:19 -04:00
Carles Fernandez
8d424a13b6
Replace boost::filesystem by std::experimental::filesystem when the later is available 2019-06-12 20:39:29 +02:00
Javier Arribas
e3be903b3c Fix RX time correction in Galileo-only or in mix GPS and Galileo configurations 2019-06-12 16:29:12 +02:00
Carles Fernandez
c9822a435c
Allow volk-gnsssdr to be built with std::experimental::filesystem if found 2019-06-11 22:56:24 +02:00
Carles Fernandez
d89710e375 Reset existing mask (fix warning) 2019-06-11 10:42:58 +02:00
Javier Arribas
e7517dc86d Removing superseded GPS tracking block. Carrier Aiding is now included in unified tracking 2019-06-11 10:11:20 +02:00
Carles Fernandez
f1971f0c80
Improve indentation 2019-06-10 22:09:40 +02:00
Carles Fernandez
9b98815ff8
Fix wrong expression 2019-06-10 21:53:21 +02:00
Carles Fernandez
2d81495508
Add CMake module to detect std::filesystem availability 2019-06-10 21:45:59 +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
Carles Fernandez
23adf9a241
Merge branch 'volk-noboost' into next 2019-06-09 20:02:38 +02:00
Carles Fernandez
94d9897cb5
Add CMake module for better detection and usage of std::filesystem in volk_gnsssdr 2019-06-09 19:25:04 +02:00
Carles Fernandez
72a640cab8
Build volk-gnssdr without Boost if std::filesystem is available 2019-06-09 03:00:38 +02:00
Carles Fernandez
30ee3dcb89
Build volk-gnssdr without Boost if std::filesystem is available 2019-06-09 02:33:17 +02:00
Carles Fernandez
ada51b3150
Fix data race detected by Coverity Scan 2019-06-07 12:00:47 +02:00
Carles Fernandez
95159ebb0f
Fix wrong comparison 2019-06-07 11:38:50 +02:00
Javier Arribas
8a94bca88b Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-06 18:16:47 +02:00
Javier Arribas
54487295a7 Fix bug in Galileo E1/E5 telemetry decoder 2019-06-06 18:16:27 +02:00
Carles Fernandez
e0d5c12b0b Remove unused includes 2019-06-05 15:43:54 +02:00
Carles Fernandez
fce4ce523a Fix typos in comments 2019-06-05 15:39:20 +02:00