1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-08-25 11:06:49 +00:00
Commit Graph

6763 Commits

Author SHA1 Message Date
Carles Fernandez
87d47b2a75
Merge branch 'symplify-cmake' of https://github.com/carlesfernandez/gnss-sdr into next 2019-06-21 02:51:36 +02:00
Carles Fernandez
7f85596396
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-06-21 02:51:03 +02:00
Carles Fernandez
65cd5d4217
Merge branch 'next' of https://gitlab.com/gnss-sdr/gnss-sdr into next 2019-06-21 02:50:46 +02:00
Carles Fernandez
12e26fe318
Move package DESCRIPTION and URL data to CMake modules 2019-06-21 02:49:41 +02:00
Marc Majoral
0bb38ce38b removed some not used variables + code optimization 2019-06-20 14:28:47 +02:00
Carles Fernandez
11ed0d3703 Small fixes in CMake modules 2019-06-20 11:58:50 +02:00
Carles Fernandez
7fbddca374 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-20 10:07:54 +02:00
Carles Fernandez
58f8db6080
Fix typo 2019-06-20 08:26:32 +02:00
Carles Fernandez
b93e181ca6
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-06-19 23:48:25 +02:00
Carles Fernandez
25154ec066
Add more package version identifications 2019-06-19 23:42:46 +02:00
Carles Fernandez
34a949eb28
Enable RAW_UDP if PCAP is found
Try to get PCAP version
2019-06-19 21:34:23 +02:00
Carles Fernandez
434f7d7830
Tell pkg-config to add more paths to its search
Setting PKG_CONFIG_USE_CMAKE_PREFIX_PATH to TRUE. If this variable is not set, this behavior is enabled by default if CMAKE_MINIMUM_REQUIRED_VERSION is 3.1 or later, disabled otherwise. Since our minimum requirement is 2.8.12, we activate it manually.
See https://cmake.org/cmake/help/latest/module/FindPkgConfig.html
2019-06-19 21:01:36 +02:00
Carles Fernandez
c30975064e
Get GPSTK version if found
This can be important in the future since current version is a c++17 blocker
2019-06-19 20:54:45 +02:00
Carles Fernandez
86fd31c2d0
Store conf files in artifacts 2019-06-19 17:23:32 +02:00
Carles Fernandez
c8fe1b08e2
Fix position-dual-static job 2019-06-19 17:14:16 +02:00
Carles Fernandez
cd3c48526b Fix jobs 2019-06-19 14:47:28 +02:00
Carles Fernandez
b1d355fa22 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-06-19 12:58:41 +02:00
Carles Fernandez
de91c31ca8 Fix job 2019-06-19 12:58:33 +02:00
Carles Fernandez
d5ecb0f861 Improve messages 2019-06-19 12:46:15 +02:00
Carles Fernandez
2986423f72 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-06-19 11:59:55 +02:00
Carles Fernandez
fed2035f1e Fixes in version reporting 2019-06-19 11:59:41 +02:00
Carles Fernandez
ea36525782 Use docker image for tests 2019-06-19 11:58:16 +02:00
Carles Fernandez
402a9c442d Fix jobs 2019-06-19 10:16:50 +02:00
Carles Fernandez
db704e9f2c
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-19 09:16:33 +02:00
Carles Fernandez
e6e1fee80a
Print Gflags and Glog version in summary report 2019-06-19 08:42:44 +02:00
Carles Fernandez
b4cb8732b9
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-06-19 07:35:21 +02:00
Carles Fernandez
57d4459ec1
Fix job 2019-06-19 07:35:14 +02:00
Carles Fernandez
11b94a04b4
Fix job 2019-06-18 23:05:35 +02:00
Carles Fernandez
cee7adec06
Add more saveguards for C++17 2019-06-18 22:41:38 +02:00
Carles Fernandez
940759d12b
Fix docker job 2019-06-18 22:27:58 +02:00
Carles Fernandez
58cfa744ad
Print more friendly message if optional Pcap library is not found 2019-06-18 22:09:24 +02:00
Carles Fernandez
7a443bf57a
Faster tests 2019-06-18 21:48:45 +02:00
Carles Fernandez
2b8f219f52
Split tests 2019-06-18 19:51:15 +02:00
Marc Majoral
b48a70b9dd enabled FPGA extended coherent integration by default 2019-06-18 19:36:02 +02:00
Marc Majoral
05d006d1f9 Merge branch 'next' of https://github.com/mmajoral/gnss-sdr into fpga_extended_coherent_integration 2019-06-18 18:25:24 +02:00
Marc Majoral
33d1115246 added support for extended coherent integration in the FPGA. The code still needs to be optimized and cleaned. 2019-06-18 18:22:01 +02:00
Carles Fernandez
57c0fbe919 Add full test to leo_position job 2019-06-18 15:21:28 +02:00
Carles Fernandez
77bb6556e7 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-18 14:42:41 +02:00
Carles Fernandez
31c8b7afff Fix building (add missing include) 2019-06-18 14:41:50 +02:00
Carles Fernandez
a1227f4ee4 Merge branch 'next' of https://gitlab.com/gnss-sdr/gnss-sdr into next 2019-06-18 12:52:36 +02:00
Carles Fernandez
dd2a685d80 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-18 12:52:10 +02:00
Javier Arribas
d74c86b645 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-18 12:16:39 +02:00
Carles Fernandez
f0726ecc4c Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-06-18 12:16:22 +02:00
Carles Fernandez
7d4c3d4899 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into report-version 2019-06-18 11:27:57 +02:00
Carles Fernandez
8da60d99ad Fix typo 2019-06-18 11:27:35 +02:00
Javier
2981e7f831 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into tracking_debug 2019-06-18 10:21:51 +02:00
Javier Arribas
ee530f0ed1 Fix wrong length in valve 2019-06-18 10:21:22 +02:00
Javier
b41369c397 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into tracking_debug 2019-06-18 10:13:59 +02:00
Carles Fernandez
710a38175b
Merge branch 'report-version' of https://github.com/carlesfernandez/gnss-sdr into next 2019-06-18 09:58:23 +02:00
Carles Fernandez
68869d2fec
Add version info of UHD and LIBIIO in summary report 2019-06-18 09:58:00 +02:00