Carles Fernandez
|
552b438245
|
Fixes for old GCC
|
2020-04-26 12:38:01 +02:00 |
|
Carles Fernandez
|
0164d8b37c
|
Fixes for old GCC
|
2020-04-26 12:35:08 +02:00 |
|
Carles Fernandez
|
c27622a738
|
Fixes for old GCC
|
2020-04-26 12:28:24 +02:00 |
|
Carles Fernandez
|
6de4d28ab1
|
Ignore modernize-avoid-bind clang-tidy fix
|
2020-04-26 11:07:19 +02:00 |
|
Carles Fernandez
|
a19c3ffc2f
|
Fix issues with boost::condition
|
2020-04-26 10:20:49 +02:00 |
|
Carles Fernandez
|
5bde93f08c
|
Fix issues with boost::condition
|
2020-04-26 10:20:03 +02:00 |
|
Carles Fernandez
|
873b1feb68
|
Use lambda instead of boost::bind
|
2020-04-26 09:12:04 +02:00 |
|
Carles Fernandez
|
420db2dfd6
|
Use lambda instead of boost::build in tests
|
2020-04-26 09:11:48 +02:00 |
|
Carles Fernandez
|
f5fc4d4119
|
Use lambda instead of boost::bind
|
2020-04-26 09:10:53 +02:00 |
|
Carles Fernandez
|
4e5149a69e
|
Use lambda instead of boost::build in tests
|
2020-04-26 08:41:49 +02:00 |
|
Carles Fernandez
|
1cbba82e7e
|
Add modernize-avoid-bind
|
2020-04-26 07:53:46 +02:00 |
|
Carles Fernandez
|
a75526d780
|
Use lambda instead of boost::build when genenic lambdas are available in the compiler
|
2020-04-25 23:03:44 +02:00 |
|
Carles Fernandez
|
9c9a7b5bc6
|
Use lambda instead of boost::build when genenic lambdas are available in the compiler
|
2020-04-25 22:17:15 +02:00 |
|
Carles Fernandez
|
fdb0f35116
|
Use lambda instead of boost::build when genenic lambdas are available in the compiler
|
2020-04-25 21:41:04 +02:00 |
|
Carles Fernandez
|
a49e4d48f6
|
Remove modernize-avoid-bind clang-tidy filter
|
2020-04-25 20:30:53 +02:00 |
|
Carles Fernandez
|
496b205eec
|
ci: Fix REUSE job
|
2020-04-25 19:00:50 +02:00 |
|
Carles Fernandez
|
cc51107a9d
|
ci: update jobs to llvm 10
|
2020-04-25 18:33:00 +02:00 |
|
Carles Fernandez
|
b9c84a451e
|
Improve internal handling of Gnss_Synchro objects
Added noexcept move constructor and move assignment operator.
Small refactor of includes
|
2020-04-25 16:08:33 +02:00 |
|
Carles Fernandez
|
fbd3485aed
|
Fix Armadillo flags
|
2020-04-22 14:44:53 +02:00 |
|
Carles Fernandez
|
867949d132
|
Fix prettier-markdown job
|
2020-04-22 13:06:14 +02:00 |
|
Carles Fernandez
|
2b257f87d7
|
Set C++ standard to 14 if linking against GPSTk with gcc
|
2020-04-22 11:09:06 +02:00 |
|
Carles Fernandez
|
b78bbdf555
|
Update local Armadillo branch to 9.860.x
|
2020-04-22 04:08:35 +02:00 |
|
Carles Fernandez
|
d711f7be5f
|
Fix Armadillo version (v9.860.1 was removed from repository, updating to v9.860.2)
|
2020-04-22 04:05:00 +02:00 |
|
Carles Fernandez
|
ec3c868625
|
Fixes a bug in GLONASS GNAV CRC computation (Fixes: #349)
|
2020-04-10 13:44:45 +02:00 |
|
Carles Fernandez
|
a49df87704
|
Robustify cross-compilation
|
2020-04-08 10:51:46 +02:00 |
|
Carles Fernandez
|
0bec24e593
|
Fix Boost detection for volk_gnsssdr in some cross-compilation environments
|
2020-04-06 20:30:59 +02:00 |
|
Carles Fernandez
|
16f45254a3
|
Fix building of OpenCL and CUDA blocks
|
2020-04-04 12:52:39 +02:00 |
|
Carles Fernandez
|
3b29f63702
|
Merge branch 'std-pointers' into next
|
2020-04-03 12:21:02 +02:00 |
|
Carles Fernandez
|
09b6ea293d
|
Remove build/include_what_you_use filter since it reports false positives when includes are in a macro
|
2020-04-03 12:09:25 +02:00 |
|
Carles Fernandez
|
27f6b0c290
|
Fixes for GNU Radio 3.9
|
2020-04-03 00:41:51 +02:00 |
|
Carles Fernandez
|
865a54ddff
|
Apply clang-format
|
2020-04-03 00:17:22 +02:00 |
|
Carles Fernandez
|
3519107131
|
Add compatibility with the new GNU Radio 3.9 API that uses C++11 standard smart pointers instead of Boost smart pointers
|
2020-04-02 23:59:35 +02:00 |
|
Carles Fernandez
|
5f974a8f17
|
Replace boost::shared_ptr by std::shared_ptr
|
2020-04-02 13:23:20 +02:00 |
|
Carles Fernandez
|
1f62756fdf
|
Update changelog
|
2020-04-02 11:13:49 +02:00 |
|
Carles Fernandez
|
7a5907eaf7
|
Drop compile-time CPU detection
|
2020-04-02 11:10:20 +02:00 |
|
Marc Majoral
|
c0796eb983
|
added a script that reads a signal stored using the ibyte format, quantizes the signal using the specified number of bits, and writes the signal to an output file.
|
2020-04-02 11:04:49 +02:00 |
|
Carles Fernandez
|
21cdbc613f
|
Update Armadillo version
|
2020-03-31 00:50:07 +02:00 |
|
Carles Fernandez
|
84fb6cca40
|
Merge branch 'mmajoral-fix_dma_input_file_options' into next
|
2020-03-31 00:40:29 +02:00 |
|
Carles Fernandez
|
2df45a2d06
|
Remove tabs
|
2020-03-31 00:34:26 +02:00 |
|
Marc Majoral
|
0a14a1aa42
|
fixed DMA input file configuration options
|
2020-03-30 17:43:09 +02:00 |
|
Carles Fernandez
|
5b3e0f4b94
|
Add transparency to block diagram
Improves visualization of webpage in dark mode
|
2020-03-29 00:30:06 +01:00 |
|
Carles Fernandez
|
3805408c1a
|
Fix Code of Conduct license
|
2020-03-21 16:08:12 +01:00 |
|
Carles Fernandez
|
883ab60744
|
Update Code of Conduct to version 2.0
|
2020-03-21 15:02:08 +01:00 |
|
Carles Fernandez
|
b8f5da341b
|
Fix redundant comparison
Use std::llabs instead of abs
|
2020-03-16 11:51:50 +01:00 |
|
Carles Fernandez
|
6da98e3381
|
Set THIS_IS_A_RELEASE variable to OFF
|
2020-03-13 12:24:15 +01:00 |
|
Carles Fernandez
|
66a908fc42
|
Fix prettier-markdown job
|
2020-03-12 21:14:21 +01:00 |
|
Carles Fernandez
|
38c2f38738
|
Rearrange comments
|
2020-03-12 20:57:46 +01:00 |
|
Carles Fernandez
|
1a2f7c7d9d
|
Bump version to 0.0.12
Add REUSE badge to README file
|
2020-03-12 20:13:49 +01:00 |
|
Carles Fernandez
|
52b2b8b9d8
|
Use variable instead of function in constructor
|
2020-03-12 19:15:11 +01:00 |
|
Carles Fernandez
|
f752e790eb
|
Fix typos, get better names for .ps files (no blank spaces, no parentheses)
|
2020-03-11 12:01:02 +01:00 |
|