Carles Fernandez
|
727f4d7d0d
|
Remove gcc warning and apply coding style
|
2017-08-05 12:47:52 +02:00 |
|
Carles Fernandez
|
1dda344e46
|
Fix -Wmisleading-indentation warning
|
2017-07-23 23:40:40 +02:00 |
|
Carles Fernandez
|
9bfef0e05a
|
Fix CMake scripts to use Ninja https://ninja-build.org/
cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -GNinja .. && ninja
|
2017-06-21 08:54:47 +02:00 |
|
mmajoral
|
9a7bd7ffb4
|
adopted code style + did some code refactoring
|
2017-06-08 17:29:45 +02:00 |
|
Carles Fernandez
|
ed041c00b8
|
Fix out-of-bound read
|
2017-06-07 20:12:49 +02:00 |
|
Carles Fernandez
|
25508cf833
|
Fix null pointer dereference
|
2017-06-07 19:42:38 +02:00 |
|
Carles Fernandez
|
dfa11ab364
|
Fix out-of-bound access
|
2017-06-07 19:41:32 +02:00 |
|
Carles Fernandez
|
ac9ceb7c53
|
Fix random generator usage
|
2017-06-07 17:51:16 +02:00 |
|
Carles Fernandez
|
21bf5291f9
|
Fix defects detected by coverity scan
|
2017-06-07 16:39:27 +02:00 |
|
Carles Fernandez
|
e1c0227bb9
|
Avoid the use of rand()
|
2017-06-07 16:37:47 +02:00 |
|
Carles Fernandez
|
0b2b0fceac
|
Fix defects detected by coverity scan
|
2017-06-07 15:02:14 +02:00 |
|
Carles Fernandez
|
2253b29bf1
|
Fix defects detected by coverity scan
|
2017-06-07 14:51:26 +02:00 |
|
Carles Fernandez
|
efc6082722
|
Fix defects detected by coverity scan
|
2017-06-07 12:11:16 +02:00 |
|
Carles Fernandez
|
0047595373
|
Fix defects detected by coverity scan
|
2017-06-06 18:27:54 +02:00 |
|
Carles Fernandez
|
5231c9e94b
|
Fix some defects detected by coverity scan
|
2017-06-06 17:49:40 +02:00 |
|
Carles Fernandez
|
caaaebc420
|
Sort input files
|
2017-06-06 12:32:24 +02:00 |
|
Carles Fernandez
|
44bca3cb6f
|
Print matrices in logs (using the flag --v=5 )
|
2017-05-19 10:59:51 +02:00 |
|
Carles Fernandez
|
4c7a176d96
|
Avoid name clashing
|
2017-05-15 18:13:26 +02:00 |
|
Carles Fernandez
|
96f3599a29
|
Stylishing code
|
2017-05-13 21:08:42 +02:00 |
|
Carles Fernandez
|
84c13a5e2a
|
Fix more warnings in gcc
|
2017-05-13 20:52:48 +02:00 |
|
Carles Fernandez
|
1b25d14b4c
|
Work on initializations
|
2017-05-13 20:25:38 +02:00 |
|
Carles Fernandez
|
1b4cfad57d
|
Activate compilation of RTCM decoding functions
|
2017-05-13 20:01:08 +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
|
30e634d408
|
Fix more warnings
|
2017-05-13 12:07:16 +02:00 |
|
Carles Fernandez
|
8f9aba298f
|
Remove warnings in gcc
|
2017-05-13 10:41:35 +02:00 |
|
Carles Fernandez
|
44ba718de4
|
Fix compilation in gcc
|
2017-05-12 19:40:51 +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
|
5d9ba16293
|
Merge branch 'rtklib_rtcm' of https://github.com/carlesfernandez/gnss-sdr into common_solver
|
2017-05-12 12:19:10 +02:00 |
|
Carles Fernandez
|
833192e183
|
Add more work on rtklib files
|
2017-05-12 12:17:42 +02:00 |
|
Carles Fernandez
|
f0c8fc7089
|
Add RTCM decoding functions
|
2017-05-12 08:55:59 +02:00 |
|
Carles Fernandez
|
314b80e8ac
|
Fix compilation in macOS
|
2017-05-11 06:11:38 +02:00 |
|
Carles Fernandez
|
e61b65760a
|
Remove unrequired linking to armadillo
|
2017-05-10 15:57:31 +02:00 |
|
Carles Fernandez
|
facd63f423
|
Connect RTKLIB trace to Glog verbose logging system
A given logging level can now be activated with the flag --v=level
|
2017-05-10 10:58:35 +02:00 |
|
Carles Fernandez
|
de4ae22ab0
|
Remove warnings for unused parameters
|
2017-05-06 14:02:09 +02:00 |
|
Carles Fernandez
|
3731aed3ed
|
Make code more readable
|
2017-05-06 13:51:32 +02:00 |
|
Carles Fernandez
|
a52617d5b4
|
Make code more readable
|
2017-05-06 13:29:43 +02:00 |
|
Carles Fernandez
|
9ee11b691d
|
Make code more readable
|
2017-05-06 13:17:27 +02:00 |
|
Carles Fernandez
|
3f88fae88f
|
Remove unnecessary include
|
2017-05-06 13:02:58 +02:00 |
|
Carles Fernandez
|
847db9ea10
|
Make code more readable
|
2017-05-06 13:00:13 +02:00 |
|
Carles Fernandez
|
f49e5ae3b0
|
Make code more readable
|
2017-05-06 12:34:09 +02:00 |
|
Carles Fernandez
|
4f6ba053ef
|
Get PPP working
|
2017-05-06 10:01:54 +02:00 |
|
Carles Fernandez
|
459abd29a7
|
Merge branch 'common_solver' of https://github.com/gnss-sdr/gnss-sdr into rtklib_2.4.2
|
2017-05-05 13:51:50 +02:00 |
|
Carles Fernandez
|
182fb02e7f
|
Some required changes to use 2.4.2 ppp funcitions
|
2017-05-05 13:51:42 +02:00 |
|
Javier Arribas
|
e5e48be76d
|
RTKLIB solver now works with Galileo E1 standalone and GPS L1 + Galileo E1
|
2017-05-05 11:05:25 +02:00 |
|
Javier Arribas
|
1e390a7baa
|
Adding the correct offset to the satellites PRN to enable multiple constellation in RTKLIB solver
|
2017-05-04 18:18:11 +02:00 |
|
Javier Arribas
|
654ba2c103
|
Enabling Galileo in RTKLIB
|
2017-05-04 17:32:40 +02:00 |
|
Carles Fernandez
|
0a4f6cf499
|
Avoid crashing when PPP is invoked
|
2017-05-04 09:19:57 +02:00 |
|