Commit Graph

7602 Commits

Author SHA1 Message Date
Carles Fernandez df2f84dfb0
Improve CUDA handling
Set CMAKE_CUDA_STANDARD to 14, allowing decay to 11 for CUDA 8
CUDA version reported in CMake summary
Add target property CUDA_RESOLVE_DEVICE_SYMBOLS to ON
2020-08-28 12:02:01 +02:00
Carles Fernandez 7fa7c03fd0
Merge branch 'fix-cuda' of https://github.com/carlesfernandez/gnss-sdr into next 2020-08-27 15:46:18 +02:00
Carles Fernandez 15428a47cc
Fix building with -DENABLE_CUDA=ON 2020-08-27 14:57:44 +02:00
Carles Fernandez 511f24693b
Fix for CUDA compiler 2020-08-27 14:51:02 +02:00
Carles Fernandez 2e74205cb1
Fix for CUDA compiler 2020-08-27 14:48:32 +02:00
Carles Fernandez 42bbdb2a72
Fix for CMake 2020-08-27 14:44:48 +02:00
Carles Fernandez 171214c9fa
Fix for old CMake 2020-08-27 14:32:28 +02:00
Carles Fernandez 7fa61e92ff
Fix nvcc option 2020-08-27 14:14:56 +02:00
Carles Fernandez dff95c19c3
Fix CUDA building 2020-08-27 14:08:56 +02:00
Carles Fernandez a9472dea30
Remove redundant void (clang-tidy modernize-redundant-void-arg) 2020-08-27 12:48:20 +02:00
Carles Fernandez cd91722d2f
Parameter renaming to throttle_frequency_sps 2020-08-27 12:14:00 +02:00
Javier Arribas 845385861d Adding throttle support in LabSat file signal source 2020-08-22 16:46:21 +02:00
Carles Fernandez ec4c4b7ee4
Mark method as const, fix typo in doc 2020-08-21 00:31:46 +02:00
Carles Fernandez 4877ffff80
Update GPS satellite blocks 2020-08-21 00:30:03 +02:00
Carles Fernandez 029782bde1
Fix cmakelint job 2020-08-19 17:24:43 +02:00
Carles Fernandez 25da76d1a2
Fix building with CMake > 3, GCC 8 and old Boost version (e.g. CentOS 7 with cmake3 and gcc8) 2020-08-19 15:24:09 +02:00
Carles Fernandez d997f7bf56
Update Protocol Buffers version to build if not already installed to v3.13.0 2020-08-16 13:05:37 +02:00
Carles Fernandez 704a0213b2
update changelog 2020-08-14 11:35:59 +02:00
Carles Fernandez 05b4575a5c
Fix acquisition resampler for other bands than L1 2020-08-14 11:13:43 +02:00
Carles Fernandez 97b7f53f69
Replace git://github.com/gflags/gflags.git by https://github.com/gflags/gflags.git 2020-08-14 01:09:15 +02:00
Carles Fernandez a7e5132664
Fix bug in acquisition detection when the configuration parameter Acquisition_XX.threshold was set but Acquisition_XX.pfa was not 2020-08-14 01:07:03 +02:00
Carles Fernandez c6e4287ee1
Improve variable initialization 2020-08-13 22:07:34 +02:00
Carles Fernandez 11b499535e
Fix FPGA termination 2020-08-13 21:19:17 +02:00
Carles Fernandez d4ed61df4b
Improve handling of gflags library
Set minimun gflags version to 2.1.2

Replaced google:: by gflags:: namespace
2020-08-13 20:54:22 +02:00
Carles Fernandez 9490ec1b44
Fix cmakelint job 2020-08-10 00:22:18 +02:00
Carles Fernandez 0fbbdbb163
Improve CMake scripts, add workaround for CentOS 7 and remove unused include 2020-08-09 21:44:35 +02:00
Carles Fernandez adcbacafb5
Make clang-tidy happy 2020-08-09 14:14:04 +02:00
Carles Fernandez 5713d8b2ad
Make clang-tidy happy 2020-08-09 14:03:53 +02:00
Carles Fernandez 7221044db3
Remove unused includes 2020-08-09 13:01:01 +02:00
Carles Fernandez 0f0d7924f4
Add missing symbols 2020-08-09 09:33:29 +02:00
Carles Fernandez e05f6af601
Buiding fixes
Fixed  building option when gflags is installed and it is older than v2.1.2 (_e.g._, in CentOS 7)

Fixed static linking of the matio library when downloaded and built by CMake
2020-08-09 02:13:32 +02:00
Carles Fernandez fd41eef1e0
Fix receiver termination when using the Osmosdr_Signal_Source implementation for the SignalSource block 2020-08-06 11:45:27 +02:00
Carles Fernandez 6869183ac6
Update changelog 2020-08-05 13:24:34 +02:00
Carles Fernandez 9e272da007
Set a unique Pass_Through block to the SignalConditioner if its implementation is set to Pass_Through, instead of three chained Pass_Through blocks. In that case, configuration for the DataTypeAdapter, Input filter and Resampler are ignored, but the user is still warned 2020-08-05 12:58:10 +02:00
Carles Fernandez ddee908a04
Improve resolution of block diagram image 2020-08-05 10:46:41 +02:00
Carles Fernandez a144d52c74
Make declarations more readable
Remove unused parameters
2020-08-03 10:46:07 +02:00
Carles Fernandez 47f6855610
Give more intuitive naming to asynchronous message handlers 2020-08-03 08:13:21 +02:00
Carles Fernandez 5c62ff27eb
Update block diagram with asynchronous message passing 2020-08-03 01:04:22 +02:00
Carles Fernandez 0f2db615c7
Merge branch 'piyush0411-PVT' into next 2020-08-01 14:30:04 +02:00
Carles Fernandez ccaef941b0
Fix wavelength computation when enable_carrier_smoothing is activated in other bands than L1 2020-08-01 14:28:27 +02:00
piyush0411 7b8a23f628 Modified PVT Block 2020-07-31 21:28:57 +05:30
piyush0411 dc5d17c8a0 Modified Observables block 2020-07-31 02:13:09 +05:30
Carles Fernandez 191e26ee17
Do not stop volk_gnsssdr building with unknown build type, just set it to None 2020-07-29 19:03:57 +02:00
Carles Fernandez 4e0391f494
Merge branch 'master' of https://github.com/gnss-sdr/gnss-sdr into next 2020-07-29 13:48:05 +02:00
Carles Fernandez 0b1befd128
hotfix: fix Uhd_Signal_Source building with GCC 10
Fix out-of-bound access in debug mode
2020-07-29 13:47:00 +02:00
Carles Fernandez 679f5b5408
Action continues at the next branch 2020-07-29 10:49:48 +02:00
Carles Fernandez 2a7731135f
Bump version number to 0.0.13 2020-07-29 08:59:47 +02:00
Carles Fernandez 89c7598be4
Rename the Galileo_Navigation_Mesaage class to Galileo_Inav_Message for consistency 2020-07-28 21:27:46 +02:00
Carles Fernandez 1298817534
Merge branch 'piyush0411-Telemetry_Decoder' into next 2020-07-28 20:55:44 +02:00
Carles Fernandez bd49256454
Minor fixes 2020-07-28 20:53:08 +02:00