Carles Fernandez
|
d4bb6e5731
|
Always have a space between // and comment
|
2019-08-18 22:16:13 +02:00 |
|
Carles Fernandez
|
487010346f
|
Apply readability-isolate-declaration clang-tidy check
|
2019-08-13 00:19:31 +02:00 |
|
Carles Fernandez
|
b16ee3d919
|
Apply readability-redundant-control-flow check
|
2019-08-12 22:54:27 +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
|
0ddb063784
|
Modernize code
Automatize memory management
De-clutter clan-tidy warnings by fixing obvious issues
|
2019-07-19 18:23:36 +02:00 |
|
Carles Fernandez
|
c82c7225dd
|
Improve includes with the aid of include-what-you-use (IWYU)
See rationale at https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/WhyIWYU.md
|
2019-03-05 08:59:04 +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
|
38858dece6
|
Apply clang-tidy fix readability-non-const-parameter
|
2018-12-11 12:38:38 +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
|
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
|
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
|
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
|
831cc75153
|
Remove tabs from the source code
|
2016-05-02 23:46:30 +02:00 |
|
Carles Fernandez
|
aefe47cd7a
|
Removing unused code
|
2016-01-11 00:50:09 +01:00 |
|
Javier
|
7a4ecf3ddb
|
small correction in previous commit
|
2015-06-12 16:21:20 +02:00 |
|
Javier
|
98ed0e09f2
|
Initializing dynamic memory in Viterbi decoder
|
2015-06-12 16:20:04 +02:00 |
|
Javier
|
d9da6e1e60
|
More array index out of bound protections for viterbi decoder
|
2015-06-12 16:10:59 +02:00 |
|
Javier
|
adf73e0610
|
Work in progress for GPS L2C support:
- Patched GPS L2CM tracking pull-in code.
- Workaround for ViterbiDecoder bug
|
2015-06-12 15:49:25 +02:00 |
|
Carles Fernandez
|
f180de905d
|
avoiding division by zero
|
2015-05-23 09:54:23 +02:00 |
|
Carles Fernandez
|
6620e7d43c
|
Updating copyright year
|
2015-01-08 19:49:59 +01:00 |
|
Carles Fernandez
|
39f8754217
|
Cleaning the terminal output and dumping most of the information in the log file. Better use of the glog library, logging can be seen also in Release, in real time by doing './gnss-sdr --logtostderr=1'. Update to latest version of Armadillo.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@486 64b25241-fba3-4117-9849-534c7e92360d
|
2014-03-16 19:58:29 +00:00 |
|
Carles Fernandez
|
abd02e34a8
|
Code cleaning and improving documentation
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@455 64b25241-fba3-4117-9849-534c7e92360d
|
2013-11-29 08:38:22 +00:00 |
|
Carles Fernandez
|
a7b1f71566
|
Improving documentation and some code cleaning
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@446 64b25241-fba3-4117-9849-534c7e92360d
|
2013-11-17 10:48:27 +00:00 |
|
Carles Fernandez
|
601e5fa2c9
|
SBAS stuff developed by Daniel Fehr during GSOC 2013
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@436 64b25241-fba3-4117-9849-534c7e92360d
|
2013-11-09 22:03:42 +00:00 |
|