Carles Fernandez
|
0c4b68c92d
|
clang-tidy: apply performance-move-const-arg check
See https://clang.llvm.org/extra/clang-tidy/checks/performance-move-const-arg.html
|
2019-02-12 02:07:06 +01:00 |
|
Carles Fernandez
|
5b50e74ca8
|
clang-tidy: apply performance-for-range-copy check
See https://clang.llvm.org/extra/clang-tidy/checks/performance-for-range-copy.html
|
2019-02-12 01:25:27 +01:00 |
|
Carles Fernandez
|
eae967ed1a
|
clang-tidy: apply performance-unnecessary-value-param check
See https://clang.llvm.org/extra/clang-tidy/checks/performance-unnecessary-value-param.html
|
2019-02-12 01:00:36 +01:00 |
|
Carles Fernandez
|
73b7341904
|
clang-tidy: apply readability-braces-around-statements plus code formatting
See http://releases.llvm.org/7.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-braces-around-statements.html
Code formatting applied with:
find ../src/ -iname *.h -o -iname *.cc | xargs clang-format -i
|
2019-02-11 21:13:02 +01:00 |
|
Carles Fernandez
|
45b4478047
|
clang-tidy fixes
|
2019-02-11 17:15:48 +01:00 |
|
Carles Fernandez
|
dfc963ad86
|
clang-tidy: apply readability-else-after-return check
See https://clang.llvm.org/extra/clang-tidy/checks/readability-else-after-return.html
|
2019-02-11 15:53:50 +01:00 |
|
Carles Fernandez
|
b257c6433f
|
clang-tidy: apply readability-named-parameter check
See https://google.github.io/styleguide/cppguide.html#Function_Declarations_and_Definitions
|
2019-02-11 15:31:01 +01:00 |
|
Carles Fernandez
|
b9c115bdf8
|
clang-tidy: apply modernize-use-using check
|
2019-02-11 13:13:06 +01:00 |
|
Carles Fernandez
|
75bd492d96
|
Change CMake target names to more meaningful ones, reflecting the code tree
|
2019-02-10 18:34:28 +01:00 |
|
Carles Fernandez
|
c46cdcb188
|
Better string comparison
|
2019-02-10 14:07:27 +01:00 |
|
Carles Fernandez
|
6d9563ef00
|
Improvement by clang-tidy
|
2019-02-10 13:24:25 +01:00 |
|
Carles Fernandez
|
96338be94e
|
Fix by clang-tidy
|
2019-02-10 12:53:22 +01:00 |
|
Carles Fernandez
|
21b5aeee9d
|
Make use of cstdint type names
|
2019-02-10 12:45:23 +01:00 |
|
Carles Fernandez
|
a6b94eaccf
|
Make use of cstdint typedefs, fix warning, remove unused variable
|
2019-02-10 12:40:03 +01:00 |
|
Carles Fernandez
|
ce051e040f
|
Improve target design
|
2019-02-10 01:13:02 +01:00 |
|
Carles Fernandez
|
53a813b3a1
|
Add includes, remove unused ones
|
2019-02-10 00:52:29 +01:00 |
|
Carles Fernandez
|
e5b7eaa366
|
Reorder static dependencies
|
2019-02-07 23:07:24 +01:00 |
|
Carles Fernandez
|
d0b8393b66
|
Merge branch 'modern-cmake' of https://github.com/carlesfernandez/gnss-sdr into next
|
2019-02-05 01:31:56 +01:00 |
|
Carles Fernandez
|
dfab84b2de
|
Add fixes applied by clang-tidy
|
2019-02-05 01:31:09 +01:00 |
|
Carles Fernandez
|
c14e300afa
|
Add Boost::chrono target
|
2019-02-05 00:48:21 +01:00 |
|
Carles Fernandez
|
f509ebe49c
|
Update minimum Boost version to 1.54
|
2019-02-05 00:01:04 +01:00 |
|
Carles Fernandez
|
708b288e61
|
Clean CMake scripts
|
2019-02-04 22:44:45 +01:00 |
|
Carles Fernandez
|
02996bbc8a
|
Add some CMake fixes
|
2019-02-04 20:00:29 +01:00 |
|
Carles Fernandez
|
f38d6961e7
|
Add gflags private target
|
2019-02-04 18:45:34 +01:00 |
|
Carles Fernandez
|
f13b84c86c
|
Add more CMake modernization
|
2019-02-04 18:17:35 +01:00 |
|
Carles Fernandez
|
9b94a4dec0
|
Add more imported targets to CMake scripts
|
2019-02-04 16:07:29 +01:00 |
|
Carles Fernandez
|
1242d652c0
|
Add Gnuradio::pmt target
|
2019-02-04 08:12:55 +01:00 |
|
Carles Fernandez
|
8ae72fe458
|
Update to modern CMake usage
|
2019-02-03 19:24:44 +01:00 |
|
Carles Fernandez
|
c561d7e799
|
Applying code formatting rules
|
2019-01-28 02:29:43 +01:00 |
|
Damian Miralles
|
5395b0bc3b
|
bds_b1i: First BeiDou PVT for GNSS-SDR
Adds a BeiDou B1I PVT for GNSS-SDR. Fixes bugs with D2 message decoding
for eph values in non continuous pages. Adds a couple of cosmetic fixes.
|
2019-01-02 13:19:11 -06:00 |
|
Damian Miralles
|
b6b98bea69
|
bds_b1i: Fixing bugs with utc model
|
2019-01-01 13:46:57 -06:00 |
|
Damian Miralles
|
2865e97b84
|
bds_b1i: Adding pvt computation with BeiDou B1I satellites
|
2018-12-28 19:01:22 -06:00 |
|
Damian Miralles
|
7cef679744
|
bds_b1i: Adding support for d2 nav decoding
|
2018-12-26 12:54:23 -06:00 |
|
Damian Miralles
|
7cdd2ee477
|
bds b1i: Adding geo satellites tracking and setting up structure for d2 nav decoding
|
2018-12-24 15:14:10 -06:00 |
|
Damian Miralles
|
0c4b8b25f1
|
bds_b1i: Adding new tel dec block structure
|
2018-12-23 12:51:28 -06:00 |
|
Damian Miralles
|
9e9b272fb2
|
bds_b1i: trying a new way for code
|
2018-12-19 10:20:12 -06:00 |
|
Damian Miralles
|
42b506d0bb
|
bds b1i: Merging latest changes from upstream/next
|
2018-12-18 15:55:36 -06:00 |
|
Carles Fernandez
|
67f3680bf4
|
Remove lintian complaints
|
2018-12-14 14:17:04 +01:00 |
|
Carles Fernandez
|
c176e51265
|
Improve data types for GPS navigation messages
|
2018-12-14 02:31:01 +01:00 |
|
Carles Fernandez
|
432c6b9c70
|
Miscelaneous clang-tidy fixes
|
2018-12-14 02:14:43 +01:00 |
|
Carles Fernandez
|
fa03077ca1
|
Improve data types for Galileo navigation data
|
2018-12-14 00:48:51 +01:00 |
|
Damian Miralles
|
0d94f9e1b7
|
bds b1i: some bug corrections in the code
|
2018-12-13 07:57:42 -07:00 |
|
Carles Fernandez
|
93dfcb980b
|
Fix F/NAV message decoding of mean anomaly at reference time
|
2018-12-13 11:56:21 +01:00 |
|
Sergey
|
63e90f862f
|
updated F/NAV message decoding (page 3 and 4)
Signed-off-by: Carles Fernandez <carles.fernandez@gmail.com>
|
2018-12-13 11:54:02 +01:00 |
|
Carles Fernandez
|
58922251f7
|
Add telecommand_enabled parameter, it defaults to false
|
2018-12-11 10:36:15 +01:00 |
|
Carles Fernandez
|
54237770a6
|
Apply fixes by clang-tidy
|
2018-12-10 22:59:10 +01:00 |
|
Carles Fernandez
|
d6f3cd6dd3
|
Revert "Apply fixes by clang-tidy"
This reverts commit ba23d698bcccad3b22db38fa69a427c0de76ce53.
|
2018-12-10 18:20:45 +01:00 |
|
Carles Fernandez
|
ba23d698bc
|
Apply fixes by clang-tidy
|
2018-12-10 15:15:35 +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 |
|