Carles Fernandez
|
6eb81f52ee
|
Improve includes with IWYU
Rtcm class moved to PVT/libs
|
2019-03-05 12:33:54 +01:00 |
|
Carles Fernandez
|
6ba77c5f28
|
Sort includes: include what you use
|
2019-03-04 08:12:50 +01:00 |
|
Carles Fernandez
|
e7ea5c1fdd
|
Remove superfluous 'using google::LogMessage'
|
2019-03-03 13:39:35 +01:00 |
|
Carles Fernandez
|
9bc771bed6
|
Deploy a new option -DENABLE_CLANG_TIDY to integrate clang-tidy checks and fixes into the compilation process, if found. It defaults to OFF
|
2019-02-21 09:59:06 +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
|
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
|
ce051e040f
|
Improve target design
|
2019-02-10 01:13:02 +01:00 |
|
Carles Fernandez
|
60637c6125
|
Reorder dependencies
|
2019-02-07 21:31:40 +01:00 |
|
Carles Fernandez
|
708b288e61
|
Clean CMake scripts
|
2019-02-04 22:44:45 +01:00 |
|
Carles Fernandez
|
8ae72fe458
|
Update to modern CMake usage
|
2019-02-03 19:24:44 +01:00 |
|
Carles Fernandez
|
a7b780fddc
|
Apply fixes by clang-tidy
|
2018-12-10 18:39:14 +01:00 |
|
Carles Fernandez
|
d6f3cd6dd3
|
Revert "Apply fixes by clang-tidy"
This reverts commit ba23d698bc .
|
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 |
|
Carles Fernandez
|
b2659aa076
|
Merge branch 'next' into smart_acq_resampler
|
2018-12-04 00:05:04 +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 |
|
Javier Arribas
|
4b80451630
|
Adding initial functional changes for the smart acquisition resampler
|
2018-12-03 17:58:18 +01:00 |
|
Carles Fernandez
|
482558aa27
|
Use std::move() to avoid unnecessary copies
|
2018-12-03 00:46:38 +01:00 |
|
Carles Fernandez
|
3bb47ff755
|
Improve const correctness, fix string comparisons
|
2018-12-02 05:29:11 +01:00 |
|
Carles Fernandez
|
b0ba246934
|
Apply some style rules to CMake scripts
|
2018-11-22 00:35:21 +01:00 |
|
Carles Fernandez
|
e94b2f8990
|
Remove blanks
|
2018-11-18 21:24:54 +01:00 |
|
Javier
|
01a1954b15
|
Adding the Hotstart telecommand implementation to predict visible satellites for GPS and Galileo constellations
|
2018-11-05 17:53:53 +01:00 |
|
Javier
|
5b3eb12998
|
Implementation of new receiver telecommands standby and coldstart
|
2018-10-28 11:09:01 +01:00 |
|
Carles Fernandez
|
78c0b76cb9
|
Avoid use of GLOB for source and header files
|
2018-10-04 22:35:44 +02:00 |
|
Carles Fernandez
|
65a0804084
|
Add more extensive use of cstdint typenames
|
2018-08-13 10:18:05 +02:00 |
|
Carles Fernandez
|
6b1611b3a9
|
Replace unsigned long int by uint64_t and long int by int64_t. Fixes #199
|
2018-08-10 20:34:03 +02: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
|
471bb17b3c
|
Improve readability
|
2018-04-29 10:23:19 +02:00 |
|
Antonio Ramos
|
52cc6ab04d
|
Remove telemetry -> tracking msg port
|
2018-04-12 18:01:12 +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
|
658e677fc3
|
Reorder includes: local headers first, then 3rd-party library headers, and finally standard headers
|
2018-02-26 03:15:53 +01:00 |
|
Carles Fernandez
|
243b4ecc39
|
Give priority to RINEX_printer flag over configuration file.
Fix building.
|
2018-02-25 01:10:27 +01:00 |
|
Carles Fernandez
|
eb0b01d0aa
|
Add doppler_step flag
|
2018-02-25 01:00:17 +01:00 |
|
Antonio Ramos
|
a90edd025c
|
Minor changes
|
2018-01-08 15:52:14 +01:00 |
|
Antonio Ramos
|
320b4e2d7b
|
Migrate channel_fsm pointer to std::shared_ptr
|
2018-01-08 12:03:32 +01:00 |
|
Antonio Ramos
|
74a1f76282
|
Avoid multithreading collision
|
2018-01-08 10:57:01 +01:00 |
|
Antonio Ramos
|
cfc0a4a498
|
Clean flowgraph
|
2018-01-05 12:25:33 +01:00 |
|
Antonio Ramos
|
3a37345d4c
|
Minor changes
|
2018-01-04 12:33:13 +01:00 |
|
Antonio Ramos
|
bbf8587970
|
Clean code
|
2018-01-04 12:16:12 +01:00 |
|
Antonio Ramos
|
540221e227
|
New Channel FSM
|
2018-01-04 10:51:47 +01:00 |
|
Antonio Ramos
|
6dd3abfdea
|
debug2
|
2018-01-03 15:47:16 +01:00 |
|
Antonio Ramos
|
3ddea680ad
|
debug1
|
2018-01-03 12:48:04 +01:00 |
|
Antonio Ramos
|
47c752c141
|
More debug lines
|
2018-01-03 12:44:58 +01:00 |
|
Antonio Ramos
|
3eafe2047a
|
Fix deadlock flowgraph
|
2018-01-02 16:56:18 +01:00 |
|
Antonio Ramos
|
2d8141d9b5
|
Migrate msg_queue boost smart pointers to gr sptr
|
2017-12-21 15:47:26 +01:00 |
|
Antonio Ramos
|
8bb0c880c0
|
Minor changes in DLOG lines
|
2017-12-21 12:12:56 +01:00 |
|
Antonio Ramos
|
cef7ae5f7b
|
Add LOG lines in channel_fsm
|
2017-12-20 15:02:57 +01:00 |
|
Carles Fernandez
|
3f557eeb41
|
Warn the user about the change in parameter name
|
2017-09-03 23:56:41 +02:00 |
|