Carles Fernandez
|
df05c7418e
|
Fix bugprone-too-small-loop-variable clang-tidy check warnings
|
2019-08-24 17:34:12 +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
|
d7460022ed
|
Avoid C arrays
See https://clang.llvm.org/extra/clang-tidy/checks/modernize-avoid-c-arrays.html
|
2019-07-14 14:09:12 +02:00 |
|
Carles Fernandez
|
d5e5e5725d
|
Apply fixes by clang-tidy
|
2019-06-30 00:01:54 +02: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
|
b994f466a7
|
clang-tidy: apply modernize-loop-convert fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-loop-convert.html)
|
2018-12-03 18:03:25 +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
|
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
|
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
|
34f24562cf
|
Apply automated code formatting
Documented at .clang-format
See http://clang.llvm.org/docs/ClangFormat.html and http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
2018-03-03 02:03:39 +01:00 |
|
Carles Fernandez
|
d20902d688
|
Add mechanisms for inverted spectrum
|
2017-11-17 09:21:03 +01:00 |
|
Carles Fernandez
|
e2f02a50f0
|
Use const container calls when result is immediately converted to a const iterator
|
2017-08-15 22:15:21 +02:00 |
|
Carles Fernandez
|
367d65a536
|
Fix defect
|
2017-07-12 21:01:46 +02:00 |
|
Carles Fernandez
|
7bc57587d8
|
Fix bugs and defects detected by coverity scan
|
2017-07-12 20:02:34 +02:00 |
|
Carles Fernandez
|
d7e6b5a941
|
Add include required by make check
|
2017-07-11 12:50:20 +02:00 |
|
Carles Fernandez
|
39253893d4
|
Add missing include
|
2017-07-11 08:59:54 +02:00 |
|
Carles Fernandez
|
51cd1d0c29
|
Add unit tests for Data Type Adapter blocks
|
2017-07-10 23:59:18 +02:00 |
|
Carles Fernandez
|
40f02e30c2
|
Avoid underscores in Test Cases and Test Names
According to
https://github.com/google/googletest/blob/master/googletest/docs/FAQ.md#why-should-not-test-case-names-and-test-names-contain-underscore
|
2017-06-25 22:53:11 +02:00 |
|
Carles Fernandez
|
35c10681b9
|
Change folder name to be more consistent with the website
See http://gnss-sdr.org/docs/
|
2016-10-10 19:36:41 +02:00 |
|