Carles Fernandez
|
dcf9bc52c4
|
Clarify source definition
|
2020-06-13 14:32:08 +02:00 |
|
Carles Fernandez
|
d40c225ade
|
Add BLAS::BLAS AND LAPACK::LAPACK imported targets
|
2020-06-13 13:43:00 +02:00 |
|
Carles Fernandez
|
0df4277d36
|
Unify criteria in target definitions, more informative names
|
2020-06-13 00:32:40 +02:00 |
|
Carles Fernandez
|
836e074f98
|
Add building option ENABLE_STRIP to enable the generation of stripped binaries (without debgging information). Set to OFF by default
|
2020-06-10 17:22:03 +02:00 |
|
Carles Fernandez
|
904bef433f
|
Fix cmakelint job
|
2020-06-09 01:10:31 +02:00 |
|
Carles Fernandez
|
2a3d682f1f
|
Make use of target_sources(), make use of target propagation to reduce redundancy in dependencies, some fixes for Clang and CMake < 3.11. Use generic lambdas with auto
|
2020-06-08 20:04:01 +02:00 |
|
piyush0411
|
2b66cd1da2
|
Changed two files.
|
2020-06-04 07:51:37 +05:30 |
|
piyush0411
|
261d841deb
|
Further Modifications done
|
2020-06-03 18:06:31 +05:30 |
|
piyush0411
|
bc0b32bc64
|
Made the changes.
|
2020-06-03 01:33:53 +05:30 |
|
piyush0411
|
2700c1c262
|
Fixed a typo
|
2020-06-01 21:23:41 +05:30 |
|
piyush0411
|
3f17a207fd
|
Modified Signal Processing Files
|
2020-06-01 19:59:42 +05:30 |
|
Carles Fernandez
|
a73e08c017
|
Improve README files
|
2020-05-16 16:11:50 +02:00 |
|
Carles Fernandez
|
13ca2b08b8
|
Fix multi-line comment (fixes -Wcomment)
|
2020-05-14 22:15:29 +02:00 |
|
Carles Fernandez
|
1745b71f13
|
Update gsl-lite version to 0.37.0
|
2020-05-14 19:36:04 +02:00 |
|
Carles Fernandez
|
052dd1fc85
|
Fix Python version detection
|
2020-05-10 18:31:54 +02:00 |
|
Carles Fernandez
|
33696780bf
|
Do no require six module if python is 3.x
|
2020-05-10 18:20:20 +02:00 |
|
Carles Fernandez
|
a7928bf14c
|
Import python six module only if python is 2.7
|
2020-05-10 18:15:09 +02:00 |
|
Carles Fernandez
|
0637365d6c
|
Remove python-six as a dependency if Python version is 3.x
|
2020-05-10 17:31:39 +02:00 |
|
Carles Fernandez
|
b43daff65f
|
Fix warning in CMake 3.17
|
2020-05-09 12:15:54 +02:00 |
|
Carles Fernandez
|
2b11bd6ba9
|
Uniformize interface of Galileo E5a functions
|
2020-05-08 09:50:05 +02:00 |
|
Carles Fernandez
|
1d703b4b48
|
Fix for using std::span when available, and gsl::span as a fallback
|
2020-05-07 23:11:11 +02:00 |
|
Carles Fernandez
|
eaee82280a
|
Make use of std::span when available
|
2020-05-07 21:47:45 +02:00 |
|
Carles Fernandez
|
af993e907b
|
Make clang-tidy happy (readability-identifier-naming filter)
|
2020-05-07 12:13:49 +02:00 |
|
Carles Fernandez
|
1726880898
|
Make lambda function of internal-linkage only, so it is only visible in its own translation unit. This fixes building with gcc 10.0.1, which complains about multiple definitions of the same lambda.
|
2020-05-07 09:31:39 +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
|
7a5907eaf7
|
Drop compile-time CPU detection
|
2020-04-02 11:10:20 +02: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
|
4b3f777425
|
Add cmake modules to cmakelint job and fix errors
|
2020-03-01 12:29:21 +01:00 |
|
Carles Fernandez
|
e638019d93
|
Fix formatting errors detected by cmakelint
|
2020-03-01 11:53:01 +01:00 |
|
Carles Fernandez
|
299cb1a2ee
|
Remove usage of uninitialized variables in CMake scripts
Remove all warnings emitted by cmake --warn-uninitialized ..
|
2020-02-29 14:33:09 +01:00 |
|
Carles Fernandez
|
581ba96904
|
Use cmake -E rm instead of -E remove if CMake >= 3.17
|
2020-02-28 20:57:28 +01:00 |
|
Carles Fernandez
|
716fa970c4
|
More markdown fixes
|
2020-02-27 19:50:08 +01:00 |
|
Carles Fernandez
|
17a7044add
|
Wrap README text into 80 character-length lines, so they are easier to read from the terminal.
Formatted by https://prettier.io/, options: --parser markdown --print-width 80 --prose-wrap always
|
2020-02-27 18:42:43 +01:00 |
|
Carles Fernandez
|
f275091ba4
|
Fix clang-tidy readability-inconsistent-declaration-parameter-name check
|
2020-02-27 08:19:24 +01:00 |
|
Carles Fernandez
|
c470d43432
|
Fix shadowed variables
See MISRA C++:2008, 2-10-2 - Identifiers declared in an inner scope shall not hide an identifier declared in an outer scope
and https://rules.sonarsource.com/cpp/RSPEC-1117\?search\=shadow
|
2020-02-26 22:40:00 +01:00 |
|
Carles Fernandez
|
538c1e6182
|
Fix shadowed variables
|
2020-02-26 18:16:04 +01:00 |
|
Carles Fernandez
|
86a1dc5ca3
|
Add new conf parameter PVT.rinex_name to specify a custom name for generated RINEX files.
A command-line flag --RINEX_name, which overrides the configuration if defined, is also available
|
2020-02-25 14:43:15 +01:00 |
|
Carles Fernandez
|
be8ea389b5
|
Fix multi-line comment warning
|
2020-02-24 21:01:59 +01:00 |
|
Carles Fernandez
|
a5b5c0c5ca
|
Update GSL implementation
|
2020-02-24 20:48:55 +01:00 |
|
Carles Fernandez
|
0986e4a66e
|
cpplint: Should have a space between // and comment [whitespace/comments]
|
2020-02-24 15:11:08 +01:00 |
|
Carles Fernandez
|
29c1971c24
|
cpplint: Should have a space between // and comment [whitespace/comments]
|
2020-02-24 15:05:32 +01:00 |
|
Carles Fernandez
|
e0b54cf8fe
|
Rearrange attributes to simplify macros
|
2020-02-24 11:39:15 +01:00 |
|
Carles Fernandez
|
5698c9c2ea
|
Disable complex math NaN/INFO range checking for performance
|
2020-02-24 11:38:18 +01:00 |
|
Carles Fernandez
|
3c4ec48d43
|
cpplint: fix whitespace/semicolon
|
2020-02-23 02:45:51 +01:00 |
|
Carles Fernandez
|
39c4b85abf
|
Apply clang-format
|
2020-02-20 16:32:59 +01:00 |
|
Carles Fernandez
|
1b093794c9
|
More consistent data types
|
2020-02-20 11:25:29 +01:00 |
|
Carles Fernandez
|
ac7a77fd47
|
Minor fixes
|
2020-02-17 08:02:59 +01:00 |
|
Carles Fernandez
|
448995f8b0
|
Improve documentation
|
2020-02-17 08:00:52 +01:00 |
|
Carles Fernandez
|
0f4bd21805
|
Use Use C11 aligned_alloc
See https://github.com/gnuradio/volk/pull/334
|
2020-02-13 19:44:24 +01:00 |
|