1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-30 17:38:00 +00:00
Commit Graph

7332 Commits

Author SHA1 Message Date
Carles Fernandez
e8f8097b04 Avoid using different C++ standard depending on building options 2020-06-11 14:24:12 +02:00
Carles Fernandez
65a25a47c5 Speed optimization by reserving memory for a std::vector 2020-06-11 13:39:38 +02:00
Carles Fernandez
44eba473a4 Replace a macro by a lambda 2020-06-11 13:32:18 +02:00
Carles Fernandez
d847d3fdcf Add test about preamble correlation implementations 2020-06-11 12:09:55 +02:00
Carles Fernandez
90086f21c5 Allow stripping also with Clang 2020-06-10 23:01:26 +02:00
Carles Fernandez
836e074f98 Add building option ENABLE_STRIP to enable the generation of stripped binaries (without debgging information). Set to OFF by default 2020-06-10 17:22:03 +02:00
Carles Fernandez
029651cbe3 Do not strip volk_gnsssdr binaries if cross-compiling 2020-06-10 13:17:03 +02:00
Carles Fernandez
fe8f186380 Merge branch 'sysheaders' into next 2020-06-10 11:59:31 +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
5755e6ae8b Fix FPGA test 2020-06-10 05:30:23 +02:00
Carles Fernandez
ffcd5b55da Make CMake GFORTRAN module more scalable 2020-06-10 01:50:29 +02:00
Carles Fernandez
a994367f61 Revert "Make CMake module more scalable"
This reverts commit 3f4ecbcc88.
2020-06-10 01:31:06 +02:00
Carles Fernandez
8aae3af4bb Revert "Make CMake module more scalable"
This reverts commit eba5010baa.
2020-06-10 01:30:50 +02:00
Carles Fernandez
eba5010baa Make CMake module more scalable 2020-06-10 00:42:33 +02:00
Carles Fernandez
3f4ecbcc88 Make CMake module more scalable 2020-06-09 17:03:15 +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
72c820f9ee Fix cmakelint job 2020-06-09 01:17:48 +02:00
Carles Fernandez
904bef433f Fix cmakelint job 2020-06-09 01:10:31 +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
7e0502362a Update Protocol Buffers to 3.12.3 2020-06-07 01:04:02 +02:00
Carles Fernandez
4913756a05 Replace <boost/bind.hpp> by <boost/bind/bind.hpp> 2020-06-06 23:41:38 +02:00
Carles Fernandez
e712465742 Update changelog 2020-06-06 23:35:10 +02:00
Carles Fernandez
065706cd32 Find libgfortran in OpenSUSE 2020-06-06 21:51:26 +02:00
Carles Fernandez
8ba33a357d Find libgfortran in OpenSUSE and Fedora 2020-06-06 21:27:25 +02:00
Carles Fernandez
d2e9b0aece Fix for Boost 1.73 2020-06-06 20:07:00 +02:00
Carles Fernandez
cd2dfe0bc2 Fix for Boost 1.73 2020-06-06 14:11:19 +02:00
Carles Fernandez
8c965bb4f3 Merge branch 'piyush0411-Processing_Files' into next 2020-06-04 14:12:49 +02:00
Carles Fernandez
017445040b Merge branch 'Processing_Files' of https://github.com/piyush0411/gnss-sdr into piyush0411-Processing_Files 2020-06-04 14:11:35 +02:00
piyush0411
2b66cd1da2 Changed two files. 2020-06-04 07:51:37 +05:30
piyush0411
261d841deb Further Modifications done 2020-06-03 18:06:31 +05:30
piyush0411
bc0b32bc64 Made the changes. 2020-06-03 01:33:53 +05:30
piyush0411
2700c1c262 Fixed a typo 2020-06-01 21:23:41 +05:30
piyush0411
3f17a207fd Modified Signal Processing Files 2020-06-01 19:59:42 +05:30
Carles Fernandez
8bfeb96f3e Udate changelog 2020-05-30 12:51:29 +02:00
Carles Fernandez
487971fd83 Merge branch 'fix-enum' into next
Fix deprecated enum usage (in Clang 10, arithmetic between different enumeration types is deprecated [-Wdeprecated-anon-enum-enum-conversion])

Fix defect detected by Coverity Scan in Rtcm_Message class (Destination buffer too small: Buffer this->data_ contains 0 characters and is not null-terminated. Copying 6 characters from it overruns this->data_)
2020-05-30 12:31:08 +02:00
Carles Fernandez
2f3f63309b Fix for GCC 4.9 using std::array instead of char array 2020-05-30 09:40:20 +02:00
Carles Fernandez
4635b307d8 Add Galileo_E5b.h to the headers list 2020-05-30 08:48:54 +02:00
Carles Fernandez
2dd7343ca3 Merge branch 'piyush0411-Galileo_E5b' into next 2020-05-30 00:48:09 +02:00
Carles Fernandez
3ca193fd9b Fix warning in Clang 10 2020-05-30 00:44:37 +02:00
Carles Fernandez
0897811d16 Fix for GCC 4.9 2020-05-29 09:46:30 +02:00
Carles Fernandez
8c2d1d6ad1 Initialize buffer 2020-05-29 01:23:24 +02:00
Carles Fernandez
eef5cadab0 Fix deprecated enum usage 2020-05-28 23:27:36 +02:00
Carles Fernandez
447d8a5625 Fix warning in GCC 10 2020-05-28 23:05:09 +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
Carles Fernandez
9b15992556 Update local version of Protocol Buffers to 3.12.2 2020-05-27 14:07:40 +02:00
piyush0411
7fc426e20a Added System Parameters File 2020-05-27 09:21:59 +05:30
Carles Fernandez
0e5202632f Merge branch 'fix-boost173' into next 2020-05-18 23:51:54 +02:00
Carles Fernandez
76c8239045 Update changelog 2020-05-18 23:50:19 +02:00