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
|
9d0c00132d
|
Always have a space between // and comment
|
2019-08-19 01:29:04 +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
|
d7d4cd09ae
|
Fix naming in fgpa and extra unit test implementations
|
2019-02-22 15:57:15 +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
|
8c0051ca0b
|
Apply clang-tidy checks
|
2019-02-11 18:38: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
|
39a062ca00
|
Save PVT dump also in .mat. New parameter dump_mat can disable this feature
|
2018-10-31 14:56:59 +01:00 |
|
Javier
|
1018570867
|
Set a more restrictive threshold for the RTKLIB solver test
|
2018-10-11 17:49:42 +02:00 |
|
Javier
|
f0d43999bb
|
Add positioning error threshold for the RTKLib solver unit test
|
2018-10-09 18:19:13 +02:00 |
|
Carles Fernandez
|
d9ac749575
|
Fix runtime error when using Boost >= 1.66
|
2018-10-06 13:52:48 +02:00 |
|
Javier Arribas
|
d241da5d35
|
Added RTKLib solver unit test
|
2018-10-05 11:49:11 +02:00 |
|