Carles Fernandez
|
47e718167f
|
Merge branch 'fix-osx-thread_t' of https://github.com/rventura/gnss-sdr into rventura-fix-osx-thread_t
|
2018-08-23 19:53:48 +02:00 |
|
Carles Fernandez
|
41527fb921
|
Rename volk_gnsssdr_32f_xn_fast_resampler_32f_xn to volk_gnsssdr_32f_xn_high_dynamics_resampler_32f_xnn
|
2018-08-23 19:39:41 +02:00 |
|
Rodrigo Ventura
|
ad6bbee930
|
Fix build issue in OS X
Define of thread_t to pthread_t in rtklib.h was colliding with system
include in OS X. Not used elsewhere, so find&replaced with pthread_t.
|
2018-08-23 09:08:31 +01:00 |
|
Carles Fernandez
|
a2de137864
|
Imporve const correctness
|
2018-08-16 14:49:32 +02:00 |
|
Carles Fernandez
|
a249cd7242
|
Avoid variable length arrays and other minor fixes
|
2018-08-16 14:16:43 +02:00 |
|
Marc Majoral
|
ddb7c1fc29
|
added control of the FPGA PL counter interrupt (using a level interrupt).
|
2018-08-14 14:04:00 +02:00 |
|
Carles Fernandez
|
65a0804084
|
Add more extensive use of cstdint typenames
|
2018-08-13 10:18:05 +02:00 |
|
Carles Fernandez
|
d29befa7e3
|
Fix int vs unsigned int comparisons
|
2018-08-12 11:37:21 +02:00 |
|
Carles Fernandez
|
1087b764cf
|
Add address sanitized build target
Update the Volk build types to include a target that compiles with
-fsanitize=address when using clang or gcc.
Activated with -DCMAKE_BUILD_TYPE=ASAN
|
2018-08-12 10:59:12 +02:00 |
|
Carles Fernandez
|
6b1611b3a9
|
Replace unsigned long int by uint64_t and long int by int64_t. Fixes #199
|
2018-08-10 20:34:03 +02:00 |
|
Javier Arribas
|
2517e7bb31
|
Replacing software sample counter with hardware sample counter if FPGA is enabled. Fix a compilation bug when ENABLE_FPGA is selected
|
2018-08-10 11:53:40 +02:00 |
|
Carles Fernandez
|
66bfbffe89
|
Add AVX implementation
|
2018-08-09 22:00:22 +02:00 |
|
Carles Fernandez
|
c5f10cd56c
|
Add sse4_1 implementation
|
2018-08-09 21:08:58 +02:00 |
|
Carles Fernandez
|
727cc115c4
|
Fix kernel
|
2018-08-08 18:20:09 +02:00 |
|
Carles Fernandez
|
0b5c827eda
|
Add Doppler rate in fast_resampler kernel. Still not used
|
2018-08-08 12:03:58 +02:00 |
|
Javier Arribas
|
b47d7826eb
|
Adding an option to SDR sample counter to modulate the observable generation rate. It defaults to 20 ms interval (50 Hz)
|
2018-08-07 20:04:44 +02:00 |
|
Javier Arribas
|
a23231479f
|
Adding new gnss-sdr volk kernel for a faster local signal replica generation
|
2018-08-03 11:02:01 +02:00 |
|
Carles Fernandez
|
477967ed32
|
Python Development component is not needed
|
2018-07-29 22:45:45 +02:00 |
|
Carles Fernandez
|
17d4a010e1
|
Improve Python detection
|
2018-07-29 20:49:09 +02:00 |
|
Carles Fernandez
|
5c80be5b9e
|
Set maximum Galileo PRN to 36
|
2018-07-28 18:32:40 +02:00 |
|
Carles Fernandez
|
9b0be03256
|
Add puppets to ctest
|
2018-07-28 12:34:23 +02:00 |
|
Carles Fernandez
|
2dfaea3dfd
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-07-26 22:37:04 +02:00 |
|
Javier Arribas
|
f162182ffe
|
Improved sample counter block
|
2018-07-26 19:19:23 +02:00 |
|
Carles Fernandez
|
fd7b91d544
|
Fix python version
|
2018-07-24 13:57:11 +02:00 |
|
Carles Fernandez
|
e3cb3d6eb5
|
Fix building when python3 is present but python3-six and python3-mako are not
|
2018-07-24 13:48:33 +02:00 |
|
Carles Fernandez
|
5ba0759cdd
|
Use python3 when available
|
2018-07-24 11:24:37 +02:00 |
|
Carles Fernandez
|
3404ea1662
|
Python 3 compatibility fixes
|
2018-07-21 11:57:30 +02:00 |
|
Carles Fernandez
|
a25557c868
|
Add detection of AVX2551CD and AVX512F
|
2018-07-21 09:18:37 +02:00 |
|
Carles Fernandez
|
927f4d6b21
|
Add AVX2 implementation
|
2018-07-20 09:39:37 +02:00 |
|
Javier Arribas
|
f9e4bdfa59
|
Fix stream_to_vector incoherence in pcps acquisition and add support for GPS L2C, L5I, Galileo E1 and E5a in tracking pull-in test
|
2018-07-19 16:26:51 +02:00 |
|
Carles Fernandez
|
5fc1e018fd
|
Clean source code, update to new gnss_synchro parameter name
|
2018-06-05 22:53:34 +02:00 |
|
Carles Fernandez
|
fd2e5d9a00
|
Improve initialization (fix clang warning)
|
2018-06-03 19:14:56 +02:00 |
|
Carles Fernandez
|
424f812790
|
Fix clang warnings about unused private member
|
2018-06-03 19:11:16 +02:00 |
|
Carles Fernandez
|
61e9e60477
|
Improve initializations (fix clang warning)
|
2018-06-03 14:48:31 +02:00 |
|
Carles Fernandez
|
9dc85f19b1
|
Update links
|
2018-05-25 13:44:57 +02:00 |
|
Carles Fernandez
|
f2ff936fd0
|
Improve handling of tainted data
|
2018-05-22 21:21:18 +02:00 |
|
Carles Fernandez
|
8a7f145d47
|
Catch missing exception
|
2018-05-21 04:19:42 +02:00 |
|
Carles Fernandez
|
559cc00bd7
|
Avoid dereference after null check
|
2018-05-21 04:05:13 +02:00 |
|
Carles Fernandez
|
f44508b53f
|
Make Coverity Scan happy
|
2018-05-19 23:13:50 +02:00 |
|
Carles Fernandez
|
7d4fe83fb6
|
Make Coverity Scan happy
|
2018-05-19 22:33:03 +02:00 |
|
Carles Fernandez
|
bf23bc1e3e
|
Make Coverity Scan happy
|
2018-05-19 20:56:27 +02:00 |
|
Carles Fernandez
|
2b7ccc11b9
|
Make Coverity Scan happy
|
2018-05-19 20:42:50 +02:00 |
|
Carles Fernandez
|
0f4306d0d9
|
Avoid uninitialized variable
|
2018-05-19 17:08:13 +02:00 |
|
Carles Fernandez
|
046a24e0ca
|
Fix typo
|
2018-05-16 21:51:20 +02:00 |
|
Carles Fernandez
|
835cf3b11e
|
Rename CMake module for gr-iio to a more consistent name. Minor fixes
|
2018-05-16 21:33:52 +02:00 |
|
Carles Fernandez
|
1195234df1
|
Fix warnings raised by GCC 8.1.1
|
2018-05-16 18:32:27 +02:00 |
|
Carles Fernandez
|
0d70b08288
|
Fix pedantic warning emitted by GCC 8.1.1 (fedora-rawhide)
The warning was: type qualifiers ignored on cast result type [-Wignored-qualifiers]
|
2018-05-15 18:38:26 +02:00 |
|
Carles Fernandez
|
0d60d97c24
|
Use https instead of http in links when available
Update copyright year in headers
|
2018-05-13 22:49:11 +02:00 |
|
Carles Fernandez
|
d93a3b6c3f
|
Switch to https://gnss-sdr.org
|
2018-05-09 20:20:57 +02:00 |
|
Carles Fernandez
|
faf27fff22
|
Apply code formatting
|
2018-04-30 20:15:00 +02:00 |
|