Carles Fernandez
|
2b3d4b321d
|
Make the adapters take the configuration pointer as const
|
2020-06-29 09:07:41 +02:00 |
|
Carles Fernandez
|
63b7c00b16
|
Sort private members in headers
|
2020-06-25 11:58:01 +02:00 |
|
Carles Fernandez
|
ee84f60fb4
|
Simplify CMake scripts
|
2020-06-13 10:56:49 +02:00 |
|
Carles Fernandez
|
0df4277d36
|
Unify criteria in target definitions, more informative names
|
2020-06-13 00:32:40 +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 |
|
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
|
e638019d93
|
Fix formatting errors detected by cmakelint
|
2020-03-01 11:53:01 +01:00 |
|
Carles Fernandez
|
2ded19342f
|
Improve headers
|
2020-02-12 00:04:29 +01:00 |
|
Carles Fernandez
|
68388bd6c5
|
Sort out dependencies
|
2020-02-11 13:20:03 +01:00 |
|
Carles Fernandez
|
955348b080
|
Remove trailing underscore in header guards
|
2020-02-08 10:10:46 +01:00 |
|
Carles Fernandez
|
4d0d263280
|
Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/)
Update license headers to SPDX format (see https://spdx.org/)
Add license to all files
Add CI job in GitHub Actions to ensure compliance
|
2020-02-08 01:20:02 +01:00 |
|
Carles Fernandez
|
9023f19794
|
Use C++ comments for final #endif in headers
|
2020-01-26 22:23:22 +01:00 |
|
Carles Fernandez
|
7ab1c3233f
|
Fix for homebrew
|
2019-11-22 21:40:42 +01:00 |
|
Carles Fernandez
|
e80122f4ff
|
Apply clang tidy checks and clang-format
|
2019-09-13 08:56:37 +02:00 |
|
Carles Fernandez
|
d4bb6e5731
|
Always have a space between // and comment
|
2019-08-18 22:16:13 +02:00 |
|
Carles Fernandez
|
c31d9dea40
|
Fix errors risen by include_what_you_use
|
2019-08-17 13:56:54 +02:00 |
|
Carles Fernandez
|
487010346f
|
Apply readability-isolate-declaration clang-tidy check
|
2019-08-13 00:19:31 +02:00 |
|
Carles Fernandez
|
a4d6800e22
|
Update copyright year
Applied on files changed since last release
clang-format applied
|
2019-07-26 12:38:20 +02:00 |
|
Carles Fernandez
|
be86771ede
|
Move default destructor to header file, so compiler can make a better job
|
2019-07-21 19:32:52 +02:00 |
|
Carles Fernandez
|
018cde8953
|
Write public interface first, then private members in class definitions
|
2019-07-01 23:44:42 +02:00 |
|
Carles Fernandez
|
c1b48d675a
|
Improve GNU Radio 3.7 / 3.8 handling
|
2019-04-27 17:28:49 +02:00 |
|
Carles Fernandez
|
f5f255b28d
|
Fix building with new version of GNU Radio 3.7.13.5 maint
|
2019-04-25 10:41:57 +02:00 |
|
Carles Fernandez
|
e7ea5c1fdd
|
Remove superfluous 'using google::LogMessage'
|
2019-03-03 13:39:35 +01:00 |
|
Carles Fernandez
|
6d6979bb56
|
Remove unused include
|
2019-02-21 13:46:24 +01:00 |
|
Carles Fernandez
|
1e356ad8dc
|
clang-tidy: add and apply misc-unused-using-decls check
|
2019-02-21 13:36:21 +01:00 |
|
Carles Fernandez
|
9bc771bed6
|
Deploy a new option -DENABLE_CLANG_TIDY to integrate clang-tidy checks and fixes into the compilation process, if found. It defaults to OFF
|
2019-02-21 09:59:06 +01:00 |
|
Carles Fernandez
|
b9c115bdf8
|
clang-tidy: apply modernize-use-using check
|
2019-02-11 13:13:06 +01:00 |
|
Carles Fernandez
|
ce051e040f
|
Improve target design
|
2019-02-10 01:13:02 +01:00 |
|
Carles Fernandez
|
708b288e61
|
Clean CMake scripts
|
2019-02-04 22:44:45 +01:00 |
|
Carles Fernandez
|
8ae72fe458
|
Update to modern CMake usage
|
2019-02-03 19:24:44 +01:00 |
|
Carles Fernandez
|
5b79f8ac50
|
Merge branch 'next' into smart_acq_resampler
|
2018-12-10 14:24:42 +01:00 |
|
Carles Fernandez
|
5f79053d65
|
Sort includes automatically with clang-format
Order:
1.- Main header
2.- Local headers
3.- Third-party library headers
4.- System headers
each category sorted lexicographically
|
2018-12-09 22:00:09 +01:00 |
|
Carles Fernandez
|
17260bbcea
|
Miscelaneous code improvements by clang-tidy
|
2018-12-08 18:49:31 +01:00 |
|
Carles Fernandez
|
b2659aa076
|
Merge branch 'next' into smart_acq_resampler
|
2018-12-04 00:05:04 +01:00 |
|
Carles Fernandez
|
1743a773b5
|
Improve performance by using const and std::move() to avoid unnecessary copies
|
2018-12-03 19:01:47 +01:00 |
|
Javier Arribas
|
4b80451630
|
Adding initial functional changes for the smart acquisition resampler
|
2018-12-03 17:58:18 +01:00 |
|
Carles Fernandez
|
0d408a6024
|
clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html)
|
2018-12-03 16:25:11 +01:00 |
|
Carles Fernandez
|
8eec75c8ae
|
clang-tidy: apply readability-string-compare fix (see https://clang.llvm.org/extra/clang-tidy/checks/readability-string-compare.html)
|
2018-12-03 12:52:17 +01:00 |
|
Carles Fernandez
|
96f34cabb1
|
clang-tidy: apply modernize-use-equals-default fix. See https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html
|
2018-12-03 11:12:10 +01:00 |
|
Carles Fernandez
|
87d1413447
|
Make cmakelint happier
|
2018-11-24 18:40:34 +01:00 |
|
Carles Fernandez
|
b0ba246934
|
Apply some style rules to CMake scripts
|
2018-11-22 00:35:21 +01:00 |
|
Javier Arribas
|
e400319e7e
|
Adding an automatic low pass filter for the rational resampler
|
2018-11-19 17:40:49 +01:00 |
|
Carles Fernandez
|
e94b2f8990
|
Remove blanks
|
2018-11-18 21:24:54 +01:00 |
|
Carles Fernandez
|
78c0b76cb9
|
Avoid use of GLOB for source and header files
|
2018-10-04 22:35:44 +02:00 |
|
Carles Fernandez
|
01b6cad75d
|
Fix build with latest GNU Radio master (towards 3.8)
|
2018-08-31 13:58:45 +02:00 |
|
Carles Fernandez
|
1538bcc7d7
|
Fix warning of unused private member
|
2018-06-03 22:47:05 +02:00 |
|
Carles Fernandez
|
424f812790
|
Fix clang warnings about unused private member
|
2018-06-03 19:11:16 +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
|
a2eb5d5344
|
Improve readability, reorder includes
|
2018-04-29 13:26:21 +02:00 |
|