Carles Fernandez
|
61f8df3586
|
Replace some C-style cast by static_cast<>()
See https://stackoverflow.com/questions/1609163/what-is-the-difference-between-static-cast-and-c-style-casting
|
2017-08-18 12:45:47 +02:00 |
|
Carles Fernandez
|
87baa04ef9
|
Remove unrequired headers
|
2017-08-15 14:21:05 +02:00 |
|
Carles Fernandez
|
99f5c69afc
|
Catch all exceptions
|
2017-08-15 12:47:58 +02:00 |
|
Carles Fernandez
|
f8c7f1422b
|
Remove unrequired includes
|
2017-08-15 03:21:43 +02:00 |
|
Carles Fernandez
|
209c554896
|
Remove unrequired and redundant includes
|
2017-08-15 03:16:41 +02:00 |
|
Carles Fernandez
|
8a2d21cc40
|
Use random library instead of rand()
|
2017-08-15 02:50:11 +02:00 |
|
Carles Fernandez
|
77eb09c2a7
|
Remove uneeded stdio.h
|
2017-08-13 10:01:10 +02:00 |
|
Carles Fernandez
|
59164c33bd
|
Remove unneded cstdlib include
|
2017-08-12 15:52:23 +02:00 |
|
Carles Fernandez
|
18cd7daa09
|
Eliminate ctime library. Replaced by chrono or boost::date_time
|
2017-08-11 05:18:38 +02:00 |
|
Carles Fernandez
|
ed5191fc54
|
Clean headers. C++ libraries preferred over C libraries
|
2017-08-10 15:34:38 +02:00 |
|
Carles Fernandez
|
3dd3c2f444
|
Enable building with Clang in Linux
|
2017-08-07 11:08:05 +02:00 |
|
Carles Fernandez
|
7bb3581f4b
|
Improve buffer handling. Remove warnings raised by gcc 7.1
|
2017-08-06 10:32:12 +02:00 |
|
Carles Fernandez
|
a7fbde50e6
|
Improve buffer handling. Remove warnings raised by gcc 7.1
|
2017-08-06 10:26:56 +02:00 |
|
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 |
|