Commit Graph

7306 Commits

Author SHA1 Message Date
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
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 a73e08c017
Improve README files 2020-05-16 16:11:50 +02:00
Carles Fernandez 35ee34673a
Fix signature of copy and move operators 2020-05-16 14:39:34 +02:00
Carles Fernandez f9acf19fa7
Update Protocol Buffers to 3.12.0 2020-05-16 11:08:01 +02:00
Carles Fernandez 32e6a50b05
Re-enable concepts for Boost Asio in version 1.73 2020-05-15 22:04:32 +02:00
Carles Fernandez dfd596fca7
Print C and C++ selected standards in the summary report 2020-05-15 11:31:10 +02:00
Carles Fernandez c8a084e711
CI: Fix mako install 2020-05-15 09:09:46 +02:00
Carles Fernandez 4dfb93c57b
Fix CMake warnings 2020-05-14 23:17:09 +02:00
Carles Fernandez 5943485a38
Fix building with gcc 10 and Boost 1.72 2020-05-14 22:33:54 +02:00
Carles Fernandez 13ca2b08b8
Fix multi-line comment (fixes -Wcomment) 2020-05-14 22:15:29 +02:00
Carles Fernandez 1745b71f13
Update gsl-lite version to 0.37.0 2020-05-14 19:36:04 +02:00
Carles Fernandez cda1be81e5
Merge branch 'no-six' into next
Remove python3-six dependency
2020-05-10 19:04:45 +02:00
Carles Fernandez 1ede48044b
Update changelog 2020-05-10 18:46:03 +02:00
Carles Fernandez 052dd1fc85
Fix Python version detection 2020-05-10 18:31:54 +02:00
Carles Fernandez 33696780bf
Do no require six module if python is 3.x 2020-05-10 18:20:20 +02:00
Carles Fernandez a7928bf14c
Import python six module only if python is 2.7 2020-05-10 18:15:09 +02:00
Carles Fernandez 0637365d6c
Remove python-six as a dependency if Python version is 3.x 2020-05-10 17:31:39 +02:00
Carles Fernandez b43daff65f
Fix warning in CMake 3.17 2020-05-09 12:15:54 +02:00
Carles Fernandez 2b11bd6ba9
Uniformize interface of Galileo E5a functions 2020-05-08 09:50:05 +02:00
Carles Fernandez 9b071575c0
Merge branch 'span' into next
Use std::span when available, and gsl::span as a fallback
2020-05-08 08:29:02 +02:00
Carles Fernandez 057d534354
Fix clause 2020-05-08 00:52:42 +02:00
Carles Fernandez fa9d29426c
Fix markdown 2020-05-07 23:26:24 +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