Carles Fernandez
6395eecf95
Make clear that only internal logging is disabled, not the output products
2020-07-05 12:02:05 +02:00
Carles Fernandez
303e95dd32
Fix the -DENABLE_LOG=OFF building option
2020-07-05 11:53:20 +02:00
Carles Fernandez
a82664d345
Avoid unnecessary pointer copy
2020-07-04 19:16:31 +02:00
Carles Fernandez
1e742afbc4
Sort constants, avoid duplication of Galileo physical constants
2020-07-04 19:13:42 +02:00
Carles Fernandez
8340eab627
Return the right input item size
2020-07-04 01:06:32 +02:00
Carles Fernandez
7d34866717
Add Rodrigo Muñoz to the list of Contributors
2020-07-03 23:55:01 +02:00
Carles Fernandez
fcf1b97c30
Fix call to overloded property in GCC
2020-07-03 21:52:40 +02:00
Carles Fernandez
cec63d3aad
Fix call to overloded property
2020-07-03 21:37:57 +02:00
Carles Fernandez
fb8e5e5c47
Fix a bug in signal sources that made the number of samples parameter ignored when too large ( Fixes : #396 )
2020-07-03 20:18:42 +02:00
Carles Fernandez
bb540c7b48
Replace const std::string by constexpr char
2020-07-03 11:36:38 +02:00
Carles Fernandez
0db83f5dea
Merge branch 'mmajoral-init_nread_elements' into next
2020-07-02 10:55:51 +02:00
Carles Fernandez
c412d0a3f5
Fix clang warning: equality comparison with extraneous parentheses
2020-07-02 10:53:51 +02:00
Carles Fernandez
829d48fff2
Merge branch 'init_nread_elements' of https://github.com/mmajoral/gnss-sdr into mmajoral-init_nread_elements
2020-07-02 10:46:54 +02:00
Marc Majoral
6ae4ddb3b8
init nread_elements to prevent compiler warning.
2020-07-02 10:33:36 +02:00
Carles Fernandez
1ae4e85dd0
Remove character
2020-07-02 07:08:53 +02:00
Carles Fernandez
ba6ca6801f
Remove character
2020-07-01 23:28:00 +02:00
Carles Fernandez
c46cd87d37
Experiment with transform_reduce
2020-07-01 23:05:33 +02:00
Carles Fernandez
1330e62da9
Merge branch 'mmajoral-fix_fpga_post_proc_mode_progr_termination' into next
2020-07-01 20:06:19 +02:00
Carles Fernandez
7634934995
Fix ccplint job
2020-07-01 20:04:40 +02:00
Carles Fernandez
d8f7214ad2
Merge branch 'fix_fpga_post_proc_mode_progr_termination' of https://github.com/mmajoral/gnss-sdr into mmajoral-fix_fpga_post_proc_mode_progr_termination
2020-07-01 20:02:48 +02:00
Carles Fernandez
11520ae3c0
Make save_matfile const
...
Some private member reordering
2020-07-01 19:52:52 +02:00
Carles Fernandez
14d1152eda
Make constants constexpr, so they can be used at compile time
2020-07-01 19:39:25 +02:00
Marc Majoral
6068006df2
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix_fpga_post_proc_mode_progr_termination
2020-07-01 17:44:42 +02:00
Marc Majoral
975f22f53d
fixed program termination when using the FPGA in post-processing mode: the DMA process was not properly checking enable_DMA.
2020-07-01 17:42:40 +02:00
Carles Fernandez
c4652c4593
Do not capture by reference in inner_product lambda
2020-06-30 15:29:30 +02:00
Carles Fernandez
e652b2335d
Add missing line
2020-06-30 13:52:20 +02:00
Carles Fernandez
b2fd68fe67
Improve std::plus void detection
2020-06-30 13:41:20 +02:00
Carles Fernandez
98bea8292c
Do not stop the receiver if SysV message queues can't be created
2020-06-30 10:41:59 +02:00
Carles Fernandez
eaf80314d7
Make use of std::make_unique
2020-06-30 10:29:39 +02:00
Carles Fernandez
5944cc6ee4
Always initialize private member item_size_
2020-06-30 10:00:41 +02:00
Carles Fernandez
830681f5dd
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2020-06-29 16:01:55 +02:00
Marc Majoral
5b2f7a0617
increased the number of bits of the PRN code resampler
2020-06-29 15:59:48 +02:00
Carles Fernandez
f8656ca9d8
Fix for compilers using C++11: the std::plus template without class T specified is only available since C++14
2020-06-29 12:32:35 +02:00
Carles Fernandez
3bc8595dfe
Add inner_product to detector benchmark
2020-06-29 10:13:07 +02:00
Carles Fernandez
2b3d4b321d
Make the adapters take the configuration pointer as const
2020-06-29 09:07:41 +02:00
piyush0411
40556f7ac1
Modified unit-test
2020-06-28 23:14:16 +05:30
Carles Fernandez
0c4bdfac48
Use INT8_MIN/MAX instead of SCHAR_MIN/MAX for consistency and portability
2020-06-28 13:25:23 +02:00
Carles Fernandez
a5aa0d2549
Allow a random name for the build type. If not recognized, it is set to None
2020-06-27 19:51:22 +02:00
Carles Fernandez
23e13a7002
Fix CMake warnings
2020-06-27 19:48:33 +02:00
Carles Fernandez
a01dfa4052
Fix clang-format and clang-tidy jobs
2020-06-27 11:52:59 +02:00
Carles Fernandez
54a4c213ec
Update changelog
2020-06-27 11:39:14 +02:00
Carles Fernandez
e820631689
Update changelog
2020-06-27 10:58:35 +02:00
Carles Fernandez
1569f238ac
Fix clang-format jbb
2020-06-27 10:56:51 +02:00
Carles Fernandez
c784dfe125
Fix a bug that could cause a crash on receiver stopping
...
If a channel event was happening after flowgraph stop and before flowgraph disconnection, it caused a crash. This was avoided by sleeping the control thread during 500 ms after disconnection and before the block destructors were called, so the event could be processed, but this was not a robust solution.
2020-06-27 09:52:59 +02:00
Carles Fernandez
9310bd8460
Sort private members in headers
2020-06-27 09:25:04 +02:00
Carles Fernandez
03d350551f
Sort private members in headers
2020-06-26 22:07:41 +02:00
Carles Fernandez
06ce79490b
Sort private members in headers
2020-06-26 18:37:31 +02:00
Carles Fernandez
660dd594dc
Return the right item_size
2020-06-25 14:54:01 +02:00
Carles Fernandez
63b7c00b16
Sort private members in headers
2020-06-25 11:58:01 +02:00
Carles Fernandez
5a3db5a53d
Add debug internal logging for destructors. Sort destructor order
2020-06-25 02:50:07 +02:00