Commit Graph

6299 Commits

Author SHA1 Message Date
Carles Fernandez dfa8307e81
Add warning flags also for clang 2019-08-23 23:18:40 +02:00
Carles Fernandez c87a7589e2
Update changelog 2019-08-23 23:09:42 +02:00
Carles Fernandez dac73c730a
Import exceptions module 2019-08-23 22:44:01 +02:00
Carles Fernandez f5cf32a142
Add additional argument to volk_get_config_path 2019-08-23 22:43:01 +02:00
Carles Fernandez 79b7233da0
Install constants.h alongside other headers 2019-08-23 22:41:13 +02:00
Carles Fernandez e676346b65
Add -mavx2 and -mfma to clang compiler 2019-08-23 22:32:06 +02:00
Carles Fernandez 91ccc8589e
Add NEON intrinsics 2019-08-23 22:29:30 +02:00
Carles Fernandez 11afe63ef3
Add toolchain for Raspberry Pi 2019-08-23 22:28:10 +02:00
Carles Fernandez 6dc32f6c72
Add tool to plot best kernel performance vs generic kernel 2019-08-23 22:26:45 +02:00
Carles Fernandez fd8787c7a4
Modernize memory management 2019-08-23 21:59:44 +02:00
Carles Fernandez 95f688dcb0
Mark all constructors callable with one argument as explicit 2019-08-23 21:25:44 +02:00
Carles Fernandez 7e16077526
Remove all sprintf usages
Replaced by std::snprintf
2019-08-23 20:48:52 +02:00
Carles Fernandez 05ec821998
Update GPSTK version to 2.12
Fix ENABLE_OWN_GPSTK option if GPSTK was already found
2019-08-20 23:02:48 +02:00
Carles Fernandez 6c3af29485
Fix API usage errors 2019-08-19 21:58:50 +02:00
Carles Fernandez a754a070a1
Fix API usage errors 2019-08-19 16:13:23 +02:00
Carles Fernandez 730769d5f3 Fix API usage errors 2019-08-19 13:11:13 +02:00
Carles Fernandez c579aed27c Fix portability warnings 2019-08-19 12:21:43 +02:00
Carles Fernandez c4db5476fb Always have a space between // and comment 2019-08-19 10:49:37 +02:00
Carles Fernandez 9d0c00132d
Always have a space between // and comment 2019-08-19 01:29:04 +02:00
Carles Fernandez d4bb6e5731
Always have a space between // and comment 2019-08-18 22:16:13 +02:00
Carles Fernandez 4dd8aa12b4
Replace C style casts by C++ casts 2019-08-18 12:54:16 +02:00
Carles Fernandez eea6dc29f8
Update changelog 2019-08-17 16:16:29 +02:00
Carles Fernandez 591dd6cbb9
Fixes for 32-bit archs 2019-08-17 16:06:39 +02:00
Carles Fernandez a0eaa67d7d
code cleaning 2019-08-17 15:47:20 +02:00
Carles Fernandez e4c3ee7527
Remove redundant blank lines at the end of a code block 2019-08-17 15:29:31 +02:00
Carles Fernandez 03541bd88b
Fix wrong comment marks 2019-08-17 15:00:31 +02:00
Carles Fernandez be912aeccf
Remove blank lines 2019-08-17 14:59:20 +02:00
Carles Fernandez c5b3e7597a
Remove tabs 2019-08-17 14:41:32 +02:00
Carles Fernandez b2045076bd
Fix typo 2019-08-17 14:26:11 +02:00
Carles Fernandez afc7f1031c
Remove tabs 2019-08-17 14:23:35 +02:00
Carles Fernandez c31d9dea40
Fix errors risen by include_what_you_use 2019-08-17 13:56:54 +02:00
Carles Fernandez eef3eabbd3
Fix defects 2019-08-17 11:33:38 +02:00
Carles Fernandez 874c92351c
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-08-17 03:14:13 +02:00
Carles Fernandez 56adcd0e8e
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-08-16 23:41:50 +02:00
Carles Fernandez 84f944d7fa
Remove logically dead code 2019-08-16 20:18:49 +02:00
Javier Arribas e6af1a7e44 Simplifiying the RTKLIB error log and avoid msg repetitions 2019-08-16 18:24:01 +02:00
Javier Arribas 5659616dc0 Unifiying and improving DLL PLL binary dump MATLAB plot script 2019-08-16 17:49:16 +02:00
Carles Fernandez b956a28a0f
Add clang-analyzer-optin.performance.* and clang-analyzer-optin.portability.UnixAPI checks 2019-08-16 16:04:04 +02:00
Carles Fernandez 24570f8a08
Fix performance-inefficient-string-concatenation clang-tidy warning 2019-08-16 16:03:10 +02:00
Carles Fernandez 0066d581a1
Fix warning raised by clang-tidy check cert-flp30-c
Loop induction expression should not have floating-point type
2019-08-16 15:37:39 +02:00
Carles Fernandez e89a92469b
Remove all c-style casts 2019-08-16 15:19:31 +02:00
Carles Fernandez db2638ad46
Fix clang-analyzer-optin.portability.UnixAPI clang-tidy check warnings 2019-08-16 15:12:45 +02:00
Carles Fernandez 3abf82ca2c
Fix possible memory leak 2019-08-16 13:02:11 +02:00
Carles Fernandez 7fed3b8d58
Update changelog 2019-08-16 12:36:59 +02:00
Carles Fernandez c5f4a54aac
Avoid implementation-defined behavior of shifting left a signed variable 2019-08-16 11:55:52 +02:00
Carles Fernandez d298bdf0a9
Remove unused functions with defects in memory management 2019-08-14 20:06:48 +02:00
Carles Fernandez c52a3dd4b5
Remove unused variables 2019-08-14 12:48:09 +02:00
Carles Fernandez 8a34fa8041
Fix typo 2019-08-14 11:58:35 +02:00
Carles Fernandez 80c4cdd1cb
Avoid usage of variable length arrays, which is a C99 feature 2019-08-14 11:58:00 +02:00
Carles Fernandez 3c92d6a7c6
Improve initialization of random engines 2019-08-14 11:56:55 +02:00