1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-15 01:29:58 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
Carles Fernandez
46b9402990
Update changelog 2020-02-06 21:52:23 +01:00
Carles Fernandez
93b210c142 Disable clock steering by default 2020-02-06 17:24:30 +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
6905cfcf0a
Update changelog 2020-02-04 08:09:43 +01:00
Carles Fernandez
2b3958dccb
Replace MacOS by macOS 2020-02-01 11:18:08 +01:00
Carles Fernandez
99368616ec
Update docs 2020-01-22 00:40:42 +01:00
Carles Fernandez
ea79155ebd
Update changelog 2019-11-30 20:59:55 +01:00
Carles Fernandez
990feb7482
Update changelog 2019-11-26 08:11:12 +01:00
Carles Fernandez
035f2af458
Update changelog 2019-11-24 21:46:58 +01:00
Carles Fernandez
f5168380c5
Update changelog 2019-11-07 18:54:03 +01:00
Carles Fernandez
afb2eb16c6
Update changelog 2019-11-04 23:46:32 +01:00
Carles Fernandez
f9b11f8681
Update changelog 2019-11-02 12:22:32 +01:00
Carles Fernandez
cde66a0d03
Update changelog 2019-10-27 22:30:49 +01:00
Carles Fernandez
3c49792aef
Update changelog 2019-10-12 13:25:00 +02:00
Carles Fernandez
f16bcf36ba
Update changelog 2019-09-19 18:27:49 +02:00
Carles Fernandez
9f39a7b1d0
Update changelog 2019-09-18 22:08:36 +02:00
Carles Fernandez
51cf91425b
Update changelog 2019-09-13 18:58:17 +02:00
Carles Fernandez
6e44d77e3d
Update changelog 2019-09-07 11:17:29 +02:00
Carles Fernandez
c87a7589e2
Update changelog 2019-08-23 23:09:42 +02:00
Carles Fernandez
eea6dc29f8
Update changelog 2019-08-17 16:16:29 +02:00
Carles Fernandez
7fed3b8d58
Update changelog 2019-08-16 12:36:59 +02:00
Carles Fernandez
47ded00812
Update changelog 2019-08-13 14:46:19 +02:00
Carles Fernandez
34481bf963
Update changelog 2019-08-13 01:13:36 +02:00
Carles Fernandez
808d8d89c7
Update list of clang-tidy checks, tag with release number 2019-08-02 12:03:48 +02:00
Carles Fernandez
834ad56ffc
Update changelog 2019-08-02 11:50:58 +02:00
Carles Fernandez
08c57e2c72
Update changelog 2019-07-26 16:09:02 +02:00
Carles Fernandez
71d8be3192
Update changelog 2019-07-20 13:14:20 +02:00
Carles Fernandez
9b5a69e9ce
Document addition of the Guidelines Support Library in the changelog 2019-06-30 19:20:34 +02:00
Carles Fernandez
d49959d264
Update changelog 2019-06-16 23:32:11 +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
30ee3dcb89
Build volk-gnssdr without Boost if std::filesystem is available 2019-06-09 02:33:17 +02:00
Carles Fernandez
a5f9c3ac36
Merge remote-tracking branch 'cf/io-service' into next
Replace boost::asio::io_service (deprecated since Boost 1.66) by boost::asio::io_context when Boost is 1.66 or above.

boost::asio::io_service is now deprecated and eventually will be removed from future Boost versions. This fix avoids a future compilation break.
2019-05-08 20:42:08 +02:00
Carles Fernandez
f6db250b1e
Update changelog 2019-05-08 20:41:19 +02:00
Carles Fernandez
e467992044 Update changelog 2019-05-08 17:20:30 +02:00
Carles Fernandez
aedbd8c47a
Update changelog 2019-04-22 15:01:18 +02:00
Carles Fernandez
7587d5fd4b
Update changelog 2019-03-23 13:59:31 +01:00
Carles Fernandez
2abf9164fd
Update changelog 2019-03-16 13:42:59 +01:00
Carles Fernandez
f66a2fa3d1
Update changelog 2019-03-10 05:24:08 +01:00
Carles Fernandez
5b87bbbeb6
Update changelog 2019-02-28 22:11:26 +01:00
Carles Fernandez
7ffec280af
Update changelog 2019-02-28 22:04:24 +01:00
Carles Fernandez
63c1409b8f
Update changelog 2019-02-22 16:56:10 +01:00
Carles Fernandez
8ae72fe458
Update to modern CMake usage 2019-02-03 19:24:44 +01:00
Carles Fernandez
f13b841db5
Update changelog with Beidou B1I addition 2019-01-28 02:38:25 +01:00
Carles Fernandez
7f6a798a96
Update changelog 2018-12-13 10:39:25 +01:00
Carles Fernandez
046742855a
Add some features to the changelog 2018-12-12 11:12:03 +01:00
Carles Fernandez
09fb07d470
Remove sentence 2018-12-12 02:17:38 +01:00
Carles Fernandez
4f8bda4d39
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into release_0010 2018-12-09 01:09:52 +01:00
Carles Fernandez
add5ba8112
Add .clang-tidy file and generate a compile_commands.json file containing the exact compiler calls for all translation units of the project in machine-readable form if clang-tidy is detected 2018-12-08 23:16:10 +01:00
Carles Fernandez
d518b19ef1
Update changelog 2018-11-26 22:18:27 +01:00