Carles Fernandez
|
7308745f05
|
Apply more concise file header format
Re-license CMake scripts with BSD-3-Clause
|
2020-12-30 13:35:06 +01:00 |
|
Carles Fernandez
|
f24064e245
|
Fixes for changed behavior of clang-format
|
2020-11-06 10:41:20 +01:00 |
|
Carles Fernandez
|
499de7a9f1
|
Update file headers
|
2020-07-28 16:57:15 +02:00 |
|
Carles Fernandez
|
09bcd1981c
|
Replace std::endl by \n character. There is no need to always flush the stream.
|
2020-07-07 18:53:50 +02: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
|
d6ec2a7b2c
|
Update links (mainly from http to https, fix broken links)
|
2020-02-05 21:24:46 +01:00 |
|
Carles Fernandez
|
2b3958dccb
|
Replace MacOS by macOS
|
2020-02-01 11:18:08 +01:00 |
|
Carles Fernandez
|
b8ae6434cc
|
Add more parameters to Observables test
|
2019-11-14 12:15:41 +01:00 |
|
Carles Fernandez
|
95f688dcb0
|
Mark all constructors callable with one argument as explicit
|
2019-08-23 21:25:44 +02:00 |
|
Carles Fernandez
|
9d0c00132d
|
Always have a space between // and comment
|
2019-08-19 01:29:04 +02:00 |
|
Carles Fernandez
|
c5b3e7597a
|
Remove tabs
|
2019-08-17 14:41:32 +02:00 |
|
Carles Fernandez
|
c31d9dea40
|
Fix errors risen by include_what_you_use
|
2019-08-17 13:56:54 +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
|
def3a8875a
|
Misc improvements
Remove cstdio
Remove usage of cstring and memcpy when it is not needed
Mark move cobstructor with noexcept
|
2019-07-14 02:28:28 +02:00 |
|
Carles Fernandez
|
d75abe6758
|
Add inline keyword
|
2019-06-29 22:48:00 +02:00 |
|
Carles Fernandez
|
dd7a52c93b
|
Fix headers
|
2019-03-06 21:54:39 +01:00 |
|
Carles Fernandez
|
15a8bc9f3e
|
Fix PATH reading
|
2019-03-03 13:39:55 +01:00 |
|
Carles Fernandez
|
2cf1d72640
|
Fix if PATH is not set
|
2019-03-03 11:56:57 +01:00 |
|
Carles Fernandez
|
0564b790e7
|
Take into account that PATH could be empty
|
2019-03-03 10:57:05 +01:00 |
|
Carles Fernandez
|
b617213784
|
Extend clang-tidy checking to tests and utils
|
2019-02-21 11:42:56 +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
|
071915407c
|
Use empty() instead of size() == 0
|
2019-02-11 18:36:59 +01:00 |
|
Carles Fernandez
|
298a9c2391
|
clang-tidy: apply readability-container-size-empty check
|
2019-02-11 14:47:18 +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
|
b2659aa076
|
Merge branch 'next' into smart_acq_resampler
|
2018-12-04 00:05:04 +01:00 |
|
Carles Fernandez
|
fdc12d94b8
|
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
|
2018-12-03 22:23:08 +01:00 |
|
Carles Fernandez
|
578d96159d
|
Use emplace back when possible
|
2018-12-03 22:20:40 +01:00 |
|
Carles Fernandez
|
327fec627c
|
clang-tidy: apply readability-else-after-return fix (see https://clang.llvm.org/extra/clang-tidy/checks/readability-else-after-return.html)
|
2018-12-03 22:08:19 +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 |
|
Javier Arribas
|
4b80451630
|
Adding initial functional changes for the smart acquisition resampler
|
2018-12-03 17:58:18 +01:00 |
|
Carles Fernandez
|
0a46cb1fe1
|
Use nullptr
|
2018-12-03 10:05:47 +01:00 |
|
Javier
|
049b2d777d
|
Adding tracking pull-in delay simulation option in tracking pull-in unit test
|
2018-11-14 18:28:14 +01:00 |
|
Carles Fernandez
|
7a3d394a0f
|
Fix for gflags 2.0
|
2018-10-11 14:50:14 +02:00 |
|
Carles Fernandez
|
8e5a24b32d
|
Merge branch 'trk_hi_dyn' of https://github.com/antonioramosdet/gnss-sdr into antonioramosdet-trk_hi_dyn
|
2018-10-10 19:34:51 +02:00 |
|
Javier Arribas
|
8fd4d8ddc9
|
Added special observables test case for duplicated satellites scenario
|
2018-10-06 19:36:25 +02:00 |
|
Antonio Ramos
|
aff13c9a52
|
Add high dyn and smoother length flags for testing purposes
|
2018-09-18 17:14:33 +02:00 |
|
Javier Arribas
|
a3dc0f564c
|
Improving PVT system test. Extending the rtklib_solver binary dumps and removing old dumps
|
2018-08-29 18:53:03 +02:00 |
|
Javier Arribas
|
3f29d27873
|
Improving observables unit test
|
2018-08-27 18:08:31 +02:00 |
|
Javier Arribas
|
27f8b1fe61
|
Improving tracking pull-in test and hybrid observables test. Now observables test uses double differences
|
2018-08-07 20:16:43 +02:00 |
|
Javier Arribas
|
83413f2eaf
|
Improving and extending GPS L1 CA observables unit test
|
2018-07-26 19:25:10 +02:00 |
|
Javier Arribas
|
f9e4bdfa59
|
Fix stream_to_vector incoherence in pcps acquisition and add support for GPS L2C, L5I, Galileo E1 and E5a in tracking pull-in test
|
2018-07-19 16:26:51 +02:00 |
|
Javier Arribas
|
75d0645276
|
Add RMSE exports to MATLAB in tracking unit test
|
2018-07-12 18:52:38 +02:00 |
|
Javier Arribas
|
89c00560f2
|
Fix Acquisition fine Doppler implementation
|
2018-07-07 15:39:09 +02:00 |
|
Javier Arribas
|
adcc04c3b6
|
Fix GPS L1 CA fine Doppler acquisition implementation and migrate the configuration interface
|
2018-07-04 16:56:47 +02:00 |
|
Javier Arribas
|
d0205847a7
|
Improving GPS L1 CA tracking Pull-in test flags
|
2018-07-03 15:18:45 +02:00 |
|
Javier Arribas
|
12cd65e108
|
Extend GPS L1 CA Pull-in test to support external signal file. Add GNUPlot interface function to disable the screen output
|
2018-07-02 17:43:34 +02:00 |
|
Carles Fernandez
|
ccacc9fe3e
|
Share flag --noshow_plots for non-interactive testing
|
2018-06-29 21:53:39 +02:00 |
|
Carles Fernandez
|
60f9df7cd1
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into acq_performance
|
2018-06-25 00:56:20 +02:00 |
|