Commit Graph

24 Commits

Author SHA1 Message Date
Carles Fernandez f351615ef9
Apply clang-tidy fix modernize-use-bool-literals 2018-12-11 12:08:54 +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 81a4d24ae9
Use nullptr 2018-12-07 21:00:30 +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 8e79786218
Fix building 2018-12-03 10:12:03 +01:00
Carles Fernandez 0a46cb1fe1
Use nullptr 2018-12-03 10:05:47 +01:00
Carles Fernandez 61e9e60477
Improve initializations (fix clang warning) 2018-06-03 14:48:31 +02:00
Carles Fernandez f44508b53f
Make Coverity Scan happy 2018-05-19 23:13:50 +02:00
Antonio Ramos ebb908f2e7 Merge branch 'next' into observables_and_display_color 2018-04-03 11:01:59 +02:00
Carles Fernandez 622a76668d Fix typos 2018-03-26 00:50:55 +02:00
Antonio Ramos 93d2fdaf14 debug 9 2018-03-08 18:05:22 +01: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 4f9d6afd7d Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into dmiralles2009-glonass_dec 2017-11-03 16:30:24 +01:00
Carles Fernandez ffde1309b9 Fix compilation error 2017-10-31 11:23:41 +01:00
Carles Fernandez 16c0d5a2c8 Small fix 2017-10-31 07:23:43 +01:00
Damian Miralles 93640ffd46 GLONASS bugfix: Fixes settings with rtklib obs_t and nav_t members
Adds settings in rtklib code to parse GLONASS measurements in `obs_t`
and 'nav_t' structures. It also adds the time of day field in gnav eph
to keep track as of when ephemeris are reported.
2017-10-11 08:22:45 -06:00
Carles Fernandez 21bf5291f9 Fix defects detected by coverity scan 2017-06-07 16:39:27 +02:00
Carles Fernandez 495813c969 Fix more warnings 2017-05-13 19:35:20 +02:00
Carles Fernandez cc392fdde2 Fix more warnings 2017-05-13 19:17:09 +02:00
Carles Fernandez 2d273ba131 Fix more warnings in gcc 2017-05-13 13:13:11 +02:00
Carles Fernandez c804fb8d6f Add work on rtklib functions 2017-05-12 19:22:57 +02:00
Carles Fernandez 9da436ec87 add more work on rtklib functions 2017-05-12 17:47:09 +02:00
Carles Fernandez 833192e183 Add more work on rtklib files 2017-05-12 12:17:42 +02:00