1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00
Commit Graph

393 Commits

Author SHA1 Message Date
Carles Fernandez
4916c6c8e8
Fix member initializations, potential data race conditions, and minor performance issues detected by Coverity Scan
Never throw from main
2023-12-21 13:57:41 +01:00
Carles Fernandez
4b60f8a7f2
Fix performance inefficiencies detected by Coverity Scan 2023-12-01 10:19:39 +01:00
Carles Fernandez
3c24b564c9
Better variable names 2023-11-28 11:05:18 +01:00
Carles Fernandez
2b708c2e4a
Fix wrong API usage 2023-11-28 09:50:11 +01:00
Carles Fernandez
322b498d8a
Fix urls due to changes in Zenodo 2023-10-18 21:43:22 +02:00
Perrielornitorrinco
a1a683fc7b Update branch python 2023-10-17 09:42:40 +02:00
Carles Fernandez
a8e7392f4a
Make clang-format happy 2022-11-24 09:12:33 +01:00
Carles Fernandez
1a4e9dc274
Add missing include (fix building in fedora-rawhide) 2022-08-23 15:13:15 +02:00
Carles Fernandez
02260a7337
Fix building of obsdiff in systems that use lib64 2022-08-12 12:11:54 +02:00
Carles Fernandez
09ed4de638
Fix errors and warnings raised by ShellCheck 2022-08-03 10:43:03 +02:00
Carles Fernandez
6ec452a7c0
Allow the CMake project to be a sub-project 2022-07-28 10:37:36 +02:00
Carles Fernandez
15ff88ffbe
Update Galileo Almanac's downloading page URL 2022-07-16 11:23:07 +02:00
Carles Fernandez
1b277347ec
Building fixes for gnsstk 2022-07-10 20:05:26 +02:00
Carles Fernandez
fa821a52a4
Update to gnsstk 13.4.0 2022-07-10 19:19:37 +02:00
Carles Fernandez
06ed558fb1
Report GNSSTk in CMake summary 2022-07-06 13:49:45 +02:00
Carles Fernandez
9db6f55b3c
Fix when building for GNSSTk 12.1.0 or older 2022-07-05 17:37:21 +02:00
Carles Fernandez
109112be63
Allow backward compatibility with GPSTK 2022-07-05 13:46:58 +02:00
Carles Fernandez
b48ef135a7
Fix for gnsstk > 9.0.0 2022-07-04 13:47:05 +02:00
Carles Fernandez
d9c4eba5fe
Add work on gnsstk transition 2022-07-04 10:05:54 +02:00
Carles Fernandez
f2ae0ddb33 Transition from GPSTk to gnsstk: update to 11.2.3 2022-07-01 16:24:48 +02:00
Carles Fernandez
7b78d2e058
Fix linking of GPSTk 2022-04-06 00:14:43 +02:00
Carles Fernandez
0f7f163f89
Fix linking of GPSTk 2022-04-05 22:35:45 +02:00
Carles Fernandez
5f7e1e21f6
Fix linking of GPSTk 2022-04-05 21:50:43 +02:00
Carles Fernandez
54b2d718fc
Fix linking of GPSTk 2022-04-05 20:56:57 +02:00
Carles Fernandez
9e9eaa872c
Improve linking of GPSTk 2022-04-05 20:55:10 +02:00
Carles Fernandez
dce81d2ff3
Improve detection of GPSTk 2022-04-05 14:41:30 +02:00
Carles Fernandez
8ab82f9817 Fix building with newest GNU Radio 2022-03-23 13:15:14 +01:00
Carles Fernandez
bcd725e2b7
Add script to download latest Galileo almanac from EUSPA website 2022-03-21 08:55:57 +01:00
Carles Fernandez
f01508923d
CI: make clang-tidy happy. Was: modernize-use-default-member-init 2021-12-17 22:04:34 +01:00
Carles Fernandez
12ed230cd7
Prefer initialization to assignment in constructors 2021-12-17 17:40:17 +01:00
Javier Arribas
6f7668dcbf code cleaning 2021-12-02 10:29:25 +01:00
Javier Arribas
c262d74e03 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime 2021-11-29 20:54:56 +01:00
Carles Fernandez
cc38d6bc08
Fixes for building against GNU Radio master
Log4cpp has been replaced by spdlog
2021-11-23 13:30:48 +01:00
Javier Arribas
777012a15a Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime 2021-11-15 15:20:46 +01:00
Javier Arribas
fd57325bd4 Merge with next 2021-11-11 15:42:41 +01:00
Lenhart
2270958343
changed error message to reflect error cause, renamed function
Signed-off-by: Lenhart <malte.lenhart@mailbox.org>
2021-11-01 21:34:39 +01:00
Lenhart
419fb3925c
Changed example code for navigation message listener:
- old print_content() function hid blocking udp call (unintuitive, less modular)
- member variable nav_msg unnecessary (and confusing. Was previously assigned to itself in read_nav_msg fct after being passed in as fct argument)
- udp_listener class now can be used as library to integrate into custom projects

Signed-off-by: Lenhart <malte.lenhart@mailbox.org>
2021-10-31 16:47:33 +01:00
Carles Fernandez
a7a140862b
Fix building against latest GNU Radio
Replace boost::any by std::any
2021-10-30 05:43:22 +02:00
Javier Arribas
c9d6688f1b Merge with next 2021-10-20 09:47:33 +02:00
Carles Fernandez
26555222d6
Add include (make cpplint's build/include_what_you_use filter happy) 2021-10-08 11:24:34 +02:00
iucgnaw
e2013278c0 Added missing header
Signed-off-by: iucgnaw <iucgnaw@msn.com>
2021-10-08 11:15:20 +08:00
Carles Fernandez
4817ec058a
Be more explicit on how to retrieve data 2021-09-08 15:34:32 +02:00
Carles Fernandez
0aeb1c28c7
Fix CI jobs 2021-09-07 16:16:25 +02:00
Carles Fernandez
b1cfc427aa
Fix CI jobs 2021-09-07 16:02:34 +02:00
Carles Fernandez
0319dd5ae1
Add decoded HAS mmesages to the navigation message monitor 2021-09-07 14:58:16 +02:00
Carles Fernandez
26f72075fc
Add example application to receive decoded navigation messages 2021-09-07 12:13:54 +02:00
Javier Arribas
a694033755 LimeSDR source is now operative 2021-06-22 16:15:03 +02:00
Carles Fernandez
27d0419f79
Remove abandoned Gn3s_Signal_Source and ENABLE_GN3S building option 2021-06-15 14:19:40 +02:00
Jim Melton
4edc5cff51
remove spaces from directory/file names 2021-03-08 13:39:28 -07:00
Carles Fernandez
2e53289653
Add more consistency in parameters name 2021-02-21 10:56:56 +01:00