Commit Graph

422 Commits

Author SHA1 Message Date
Carles Fernandez 9bfa748620
Update changelog 2021-02-16 16:46:42 +01:00
Carles Fernandez 52ff85b004
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2021-02-16 16:03:14 +01:00
Javier Arribas 39031b24ac Completing UDP GPS and Galileo ephemeris server 2021-02-15 15:58:38 +01:00
Javier Arribas 1721431010 Adding GPS and Galileo protobuf serdes 2021-02-15 10:56:30 +01:00
Carles Fernandez f3ae29e8bf
Document C++20 as the currect C++ standard 2021-02-13 12:53:17 +01:00
Carles Fernandez 94c60df931
Update changelog 2021-01-31 21:53:49 +01:00
Carles Fernandez da2bc8d406
Replace CLA by DCO mechanism for new contributors
From now on, new contributors do not have to sign the Contributor License Agreement (CLA) anymore. This has been replaced by the Developer's Certificate of Origin (DCO), which implies that contributed commits need to be signed, either automatically by git or by suffixing a 'Signed-off-by: Your Name your.email@example.com' line in the commit message(s) when doing a pull-request.
2021-01-27 16:26:48 +01:00
Carles Fernandez 2440a59139
Update changelog 2021-01-27 12:07:11 +01:00
Carles Fernandez a21c60ecb2
Improve error handling when the flow graph fails to start
Avoid segmentation faults due to some common inconsistencies in the configuration file
E.g.: non-existing names for blocks implementation, some mismatched input/output item sizes

Provide hints to the user on how to fix the configuration in case of failure when starting the flow graph
2021-01-24 01:49:16 +01:00
Carles Fernandez 419eff9424
Update changelog 2021-01-18 16:08:56 +01:00
Carles Fernandez 1287e8fe79
Improve handling of the filesystem library 2021-01-16 14:37:19 +01:00
Carles Fernandez 4fea48f603
Improve handling of change in GNU Radio 3.9 FFT API
Fix compilation of some optional blocks when linking against GR 3.9

Fix warning -Wembedded-directive: embedding a directive within macro arguments has undefined behavior
2021-01-15 13:39:26 +01:00
Carles Fernandez ddc5bcff01
Update references to new GPS ICDs 2021-01-12 10:34:55 +01:00
Carles Fernandez 8b918b4f87
Update links to new Galileo ICD v2.0 in docs 2021-01-12 00:04:28 +01:00
Carles Fernandez f75017e520
Fix building when using the Xcode generator, Xcode >= 12 and CMake >= 3.19 2021-01-11 20:22:54 +01:00
Carles Fernandez 603cab1ead
Fix clash of the cpu_features library when volk_gnsssdr is built as a standalone library, and cpu_features was already installed by VOLK
Added new building option ENABLE_OWN_CPUFEATURES, set to ON when building gnss-sdr but set to OFF when building volk_gnsssdr standalone.
The default does no change old behavior when buiding gnss-sdr without volk_gnsssdr already installed
2021-01-11 13:57:29 +01:00
Carles Fernandez 7102677358
Bump version number 2021-01-07 19:16:54 +01:00
Carles Fernandez 9ee49136a3
Update changelog 2021-01-06 10:21:40 +01:00
Carles Fernandez 7308745f05
Apply more concise file header format
Re-license CMake scripts with BSD-3-Clause
2020-12-30 13:35:06 +01:00
Carles Fernandez 78d90a0bc4
Update changelog 2020-12-22 00:05:28 +01:00
Carles Fernandez fdda4edffb
Improve handling of the ORC library 2020-12-02 16:19:56 +01:00
Carles Fernandez 5c1f5bf315
Merge branch 'blocking-false' into next 2020-11-22 14:10:03 +01:00
Carles Fernandez a091b18062
Fix occasional segfault when exiting with enter+q if Acquisition_XX.blocking=false 2020-11-22 14:08:48 +01:00
Carles Fernandez 7e1f0176f4
Make SIMD instructions work on MS Windows 2020-11-20 16:44:06 +01:00
Carles Fernandez dd60970f32
Improve dump of Telemetry blocks 2020-11-19 09:55:08 +01:00
Carles Fernandez 76bbd3c3bb
Add work on the Galileo E6 message decoding up to HAS page CRC check 2020-11-08 14:10:43 +01:00
Carles Fernandez bcd7c25cd1
Add Galileo E6 signal structure based on E6-B/C Codes Technical Note, Issue 1, Jan 2019.
Add Acquisition, Tracking and TLM blocks for Galileo E6 B/C. The decoder does nothing
2020-11-07 21:33:26 +01:00
Carles Fernandez ab5b824dcf
Update changelog 2020-11-04 09:46:19 +01:00
Carles Fernandez f0e1ef6f9a
Add a common shared pointer definition
Makes transition to GNU Radio 3.9 API less verbose
2020-11-03 20:51:57 +01:00
Carles Fernandez 287284261c
Make use of Doxygen grouping feature
Improve Modules page in generated HTML documentation
2020-11-01 13:37:19 +01:00
Carles Fernandez 73b909bac1
Update changelog with new building option ENABLE_EXTERNAL_MATHJAX 2020-10-30 15:28:03 +01:00
Carles Fernandez 185a267f9b
Add new building option ENABLE_EXTERNAL_MATHJAX, set to ON by default.
If set to ON, it generates HTML documentation using MathJax from an external CDN when doing 'make doc'. If set to OFF, MathJax is still looked for in the system and used if found, so it can be used offline. If not found, it is not used.
2020-10-30 12:24:23 +01:00
Carles Fernandez a95ca8c42b
Improved rendering of equations in HTML documentation generated by Doxygen. Make use of MathJax 2.x if found 2020-10-29 19:56:28 +01:00
Carles Fernandez cb480ceab6
Fix prettier-markdown job 2020-10-29 12:01:39 +01:00
Carles Fernandez 58269aac2a
Fix Notch_Filter and Notch_Filter_Lite input filters 2020-10-28 23:49:55 +01:00
Carles Fernandez 88bd08b75b
Fix obsdiff and rinex2assist utilities when installed if they were built with a locally downloaded version of GPSTk 2020-10-25 11:50:09 +01:00
Carles Fernandez 733a849c71
Remove blank line 2020-10-24 11:09:10 +02:00
Carles Fernandez 292d084478
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into cpu-features 2020-10-23 19:50:42 +02:00
Carles Fernandez 6626d4153c
Add acquisition and tracking monitors to the changelog 2020-10-18 13:29:23 +02:00
Carles Fernandez 8da44ad06c
Fix typo 2020-10-01 10:47:38 +02:00
Carles Fernandez d8cc2efeee
Update changelog 2020-10-01 10:45:59 +02:00
Carles Fernandez 15428a47cc
Fix building with -DENABLE_CUDA=ON 2020-08-27 14:57:44 +02:00
Carles Fernandez cd91722d2f
Parameter renaming to throttle_frequency_sps 2020-08-27 12:14:00 +02:00
Carles Fernandez d1085af3ac
Activate usage of cpu_features 2020-08-21 16:31:57 +02:00
Carles Fernandez 704a0213b2
update changelog 2020-08-14 11:35:59 +02:00
Carles Fernandez a7e5132664
Fix bug in acquisition detection when the configuration parameter Acquisition_XX.threshold was set but Acquisition_XX.pfa was not 2020-08-14 01:07:03 +02:00
Carles Fernandez d4ed61df4b
Improve handling of gflags library
Set minimun gflags version to 2.1.2

Replaced google:: by gflags:: namespace
2020-08-13 20:54:22 +02:00
Carles Fernandez e05f6af601
Buiding fixes
Fixed  building option when gflags is installed and it is older than v2.1.2 (_e.g._, in CentOS 7)

Fixed static linking of the matio library when downloaded and built by CMake
2020-08-09 02:13:32 +02:00
Carles Fernandez fd41eef1e0
Fix receiver termination when using the Osmosdr_Signal_Source implementation for the SignalSource block 2020-08-06 11:45:27 +02:00
Carles Fernandez 6869183ac6
Update changelog 2020-08-05 13:24:34 +02:00
Carles Fernandez 9e272da007
Set a unique Pass_Through block to the SignalConditioner if its implementation is set to Pass_Through, instead of three chained Pass_Through blocks. In that case, configuration for the DataTypeAdapter, Input filter and Resampler are ignored, but the user is still warned 2020-08-05 12:58:10 +02:00
Carles Fernandez ddee908a04
Improve resolution of block diagram image 2020-08-05 10:46:41 +02:00
Carles Fernandez 5c62ff27eb
Update block diagram with asynchronous message passing 2020-08-03 01:04:22 +02:00
Carles Fernandez ccaef941b0
Fix wavelength computation when enable_carrier_smoothing is activated in other bands than L1 2020-08-01 14:28:27 +02:00
Carles Fernandez 2a7731135f
Bump version number to 0.0.13 2020-07-29 08:59:47 +02:00
Carles Fernandez 434a556a39
Update changelog 2020-07-28 12:30:11 +02:00
Carles Fernandez 8a06981c16
Improve const correctness 2020-07-20 01:20:15 +02:00
Carles Fernandez 4ab7690085
Fix bug in GLONASS year computation (Fixes: #347) 2020-07-19 14:44:18 +02:00
Carles Fernandez ebd83c4cbe
Improve const correctness
Fix a bug that made the parameter PVT.nmea_dump_devname ignored
Update changelog
2020-07-17 10:48:37 +02:00
Carles Fernandez 57f1b1ef34
Fix prettier-markdown job 2020-07-16 19:43:11 +02:00
Carles Fernandez d2eeeba25a
Add Contributor Covenant badge, update changelog 2020-07-16 14:00:41 +02:00
Carles Fernandez a597478b24
Update changelog 2020-07-07 21:19:35 +02:00
Carles Fernandez 58853ace7d
Implement GNSS-SDR.GPS_banned_prns, GNSS-SDR.Galileo_banned_prns, GNSS-SDR.Glonass_banned_prns, and GNSS-SDR.Beidou_banned_prns configuration parameters. The user can specify lists of satellites that will not be processed (e.g. GNSS-SDR.Galileo_banned_prns=14,18 since Galileo E14 and E18 satellites are not usable for PVT). Documented at https://gnss-sdr.org/docs/sp-blocks/global-parameters/\#banned-satellites Inspired by #397 2020-07-07 00:05:31 +02:00
Carles Fernandez 303e95dd32
Fix the -DENABLE_LOG=OFF building option 2020-07-05 11:53:20 +02:00
Carles Fernandez fb8e5e5c47
Fix a bug in signal sources that made the number of samples parameter ignored when too large (Fixes: #396) 2020-07-03 20:18:42 +02:00
Carles Fernandez 98bea8292c
Do not stop the receiver if SysV message queues can't be created 2020-06-30 10:41:59 +02:00
Carles Fernandez a5aa0d2549
Allow a random name for the build type. If not recognized, it is set to None 2020-06-27 19:51:22 +02:00
Carles Fernandez 54a4c213ec
Update changelog 2020-06-27 11:39:14 +02:00
Carles Fernandez e820631689
Update changelog 2020-06-27 10:58:35 +02:00
Carles Fernandez 249ad7ae9b
Remove Six module from list of dependencies 2020-06-24 20:50:59 +02:00
Carles Fernandez 037a1fcb5f
Improve headers, large data members first. Improve nav message interfaces 2020-06-23 09:47:58 +02:00
Carles Fernandez a1b06f747b
Add benchmarks of small code snippets 2020-06-21 21:10:22 +02:00
Carles Fernandez 81af1a531b
Redesign of pointer management
Avoid indirection caused by passing shared_ptr by reference

The block factory does not have responsability on the lifetime of their inputs

Define std::make_unique when using C++11 and make use of it

Printers are turned into unique_ptr to express ownership

Printers do not participate on the lifelime of the data, so they take const raw pointers

Modernize tests code
2020-06-18 11:49:28 +02:00
Carles Fernandez 8cc799235b
Update changelog 2020-06-14 13:48:20 +02:00
Carles Fernandez d14e69ef5a
Do not pollute the source directory if the software is built from an out-of-source-tree directory
External sources and data are now always stored in a ./thirdparty folder under the building directory.

A copy of the generated binaries will be stored under gnss-sdr/install, if the building directory is inside the source tree, or in an ./install folder under the building directory if it is outside the source tree.
Fix a bug that broke compilation if the user configured the building without extra testing in a first instance, and then switched the testing buiding options to ON in a later build.

Fix extra test building if GPSTk was already installed and Boost >= 1.71
2020-06-12 20:51:26 +02:00
Carles Fernandez 836e074f98
Add building option ENABLE_STRIP to enable the generation of stripped binaries (without debgging information). Set to OFF by default 2020-06-10 17:22:03 +02:00
Carles Fernandez e712465742
Update changelog 2020-06-06 23:35:10 +02:00
Carles Fernandez 8bfeb96f3e
Udate changelog 2020-05-30 12:51:29 +02:00
Carles Fernandez 76c8239045
Update changelog 2020-05-18 23:50:19 +02:00
Carles Fernandez 1745b71f13
Update gsl-lite version to 0.37.0 2020-05-14 19:36:04 +02:00
Carles Fernandez 1ede48044b
Update changelog 2020-05-10 18:46:03 +02:00
Carles Fernandez fa9d29426c
Fix markdown 2020-05-07 23:26:24 +02:00
Carles Fernandez eaee82280a
Make use of std::span when available 2020-05-07 21:47:45 +02:00
Carles Fernandez 7fcd144c39
Update changelog 2020-05-07 12:06:11 +02:00
Carles Fernandez b9c84a451e
Improve internal handling of Gnss_Synchro objects
Added noexcept move constructor and move assignment operator.
Small refactor of includes
2020-04-25 16:08:33 +02:00
Carles Fernandez 867949d132
Fix prettier-markdown job 2020-04-22 13:06:14 +02:00
Carles Fernandez ec3c868625
Fixes a bug in GLONASS GNAV CRC computation (Fixes: #349) 2020-04-10 13:44:45 +02:00
Carles Fernandez a49df87704
Robustify cross-compilation 2020-04-08 10:51:46 +02:00
Carles Fernandez 3519107131
Add compatibility with the new GNU Radio 3.9 API that uses C++11 standard smart pointers instead of Boost smart pointers 2020-04-02 23:59:35 +02:00
Carles Fernandez 1f62756fdf
Update changelog 2020-04-02 11:13:49 +02:00
Carles Fernandez 5b3e0f4b94
Add transparency to block diagram
Improves visualization of webpage in dark mode
2020-03-29 00:30:06 +01:00
Carles Fernandez 1a2f7c7d9d
Bump version to 0.0.12
Add REUSE badge to README file
2020-03-12 20:13:49 +01:00
Carles Fernandez 1ba3699224
Update changelog 2020-03-10 20:28:52 +01:00
Carles Fernandez 5efa2f65a4 Update changelog 2020-03-09 19:30:43 +01:00
Carles Fernandez e14821164a
Update changelog 2020-03-01 13:18:59 +01:00
Carles Fernandez 265b6a81ea
Update changelog 2020-02-29 14:43:45 +01:00
Carles Fernandez 1656463d04
Fix runtime errors if compiling in Debug mode on MacOS
Before this fix, the execution crashed at the first PVT fix computation when compiling with the Debug mode
2020-02-28 22:00:36 +01:00
Carles Fernandez 73fd1e28ad
Make the changelog file a markdown .md file 2020-02-27 21:05:29 +01:00
Carles Fernandez 716fa970c4
More markdown fixes 2020-02-27 19:50:08 +01:00
Carles Fernandez 17a7044add Wrap README text into 80 character-length lines, so they are easier to read from the terminal.
Formatted by https://prettier.io/, options: --parser markdown --print-width 80 --prose-wrap always
2020-02-27 18:42:43 +01:00
Carles Fernandez c470d43432
Fix shadowed variables
See MISRA C++:2008, 2-10-2 - Identifiers declared in an inner scope shall not hide an identifier declared in an outer scope
and https://rules.sonarsource.com/cpp/RSPEC-1117\?search\=shadow
2020-02-26 22:40:00 +01:00
Carles Fernandez 86a1dc5ca3 Add new conf parameter PVT.rinex_name to specify a custom name for generated RINEX files.
A command-line flag --RINEX_name, which overrides the configuration if defined, is also available
2020-02-25 14:43:15 +01:00
Carles Fernandez 72ecc9251a
Update changelog 2020-02-25 08:31:46 +01:00
Carles Fernandez d399f8c3b3
Update changelog 2020-02-23 13:29:47 +01:00
Carles Fernandez 49adce12e3
Fix warnings raised by CMake 3.17.0-rc1 2020-02-20 19:51:57 +01:00
Carles Fernandez e1b8042346
Update changelog 2020-02-20 18:37:50 +01:00
Carles Fernandez e83841f2cb
Update changelog 2020-02-20 08:31:41 +01:00
Carles Fernandez ad79c7a7b5
Update changelog 2020-02-15 15:16:10 +01:00
Carles Fernandez 2ded19342f
Improve headers 2020-02-12 00:04:29 +01:00
Carles Fernandez 2dd993bbf2 Update changelog 2020-02-10 12:17:26 +01:00
Carles Fernandez b7a75453d3
Fix comments syntax in Markdown 2020-02-08 10:52:42 +01:00
Carles Fernandez 4d0d263280
Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/)
Update license headers to SPDX format (see https://spdx.org/)
Add license to all files
Add CI job in GitHub Actions to ensure compliance
2020-02-08 01:20:02 +01:00
Carles Fernandez 46b9402990
Update changelog 2020-02-06 21:52:23 +01:00
Carles Fernandez 0f0c3e7e1d Update links 2020-02-06 17:33:29 +01:00
Carles Fernandez 93b210c142 Disable clock steering by default 2020-02-06 17:24:30 +01:00
Carles Fernandez d6ec2a7b2c
Update links (mainly from http to https, fix broken links) 2020-02-05 21:24:46 +01:00
Carles Fernandez 6905cfcf0a
Update changelog 2020-02-04 08:09:43 +01:00
Carles Fernandez 2b3958dccb
Replace MacOS by macOS 2020-02-01 11:18:08 +01:00
Carles Fernandez 6e1aa57117
Update links 2020-01-26 14:23:22 +01:00
Carles Fernandez d85483370d
Update links 2020-01-26 14:06:31 +01:00
Carles Fernandez 5839b5206c
Remove deprecated parameters 2020-01-26 14:05:34 +01:00
Carles Fernandez 99368616ec
Update docs 2020-01-22 00:40:42 +01:00
Carles Fernandez 39234295d7
Move pull-request template to .github folder 2019-11-30 22:36:21 +01:00
Carles Fernandez ea79155ebd
Update changelog 2019-11-30 20:59:55 +01:00
Carles Fernandez 990feb7482
Update changelog 2019-11-26 08:11:12 +01:00
Carles Fernandez 035f2af458
Update changelog 2019-11-24 21:46:58 +01:00
Carles Fernandez f5168380c5
Update changelog 2019-11-07 18:54:03 +01:00
Cillian O'Driscoll 2a57b6e8d5 Added user_clk_drift_ppm to monitor_pvt 2019-11-05 09:45:11 +00:00
Carles Fernandez afb2eb16c6
Update changelog 2019-11-04 23:46:32 +01:00
Carles Fernandez f9b11f8681
Update changelog 2019-11-02 12:22:32 +01:00
Carles Fernandez cde66a0d03
Update changelog 2019-10-27 22:30:49 +01:00
Carles Fernandez 3c49792aef
Update changelog 2019-10-12 13:25:00 +02:00
Carles Fernandez c9e03557b7
Remove tabs 2019-10-05 03:16:31 +02:00
Carles Fernandez f16bcf36ba
Update changelog 2019-09-19 18:27:49 +02:00
Carles Fernandez 9f39a7b1d0
Update changelog 2019-09-18 22:08:36 +02:00
Carles Fernandez 51cf91425b
Update changelog 2019-09-13 18:58:17 +02:00
Carles Fernandez a89ed4512d
Enforce usage of clang-format and clang-tidy in pull requests 2019-09-09 21:32:54 +02:00
Carles Fernandez 6e44d77e3d
Update changelog 2019-09-07 11:17:29 +02:00
Carles Fernandez c87a7589e2
Update changelog 2019-08-23 23:09:42 +02:00
Carles Fernandez eea6dc29f8
Update changelog 2019-08-17 16:16:29 +02:00
Carles Fernandez 7fed3b8d58
Update changelog 2019-08-16 12:36:59 +02:00
Carles Fernandez 47ded00812
Update changelog 2019-08-13 14:46:19 +02:00
Carles Fernandez 34481bf963
Update changelog 2019-08-13 01:13:36 +02:00
Carles Fernandez 808d8d89c7
Update list of clang-tidy checks, tag with release number 2019-08-02 12:03:48 +02:00
Carles Fernandez 6072cc6c5a
Merge branch 'next' into release0011 2019-08-02 11:51:16 +02:00
Carles Fernandez 834ad56ffc
Update changelog 2019-08-02 11:50:58 +02:00
Carles Fernandez f349d7c29b
Bump version to 0.0.11 2019-07-27 13:31:12 +02:00
Carles Fernandez 08c57e2c72
Update changelog 2019-07-26 16:09:02 +02:00
Carles Fernandez 71d8be3192
Update changelog 2019-07-20 13:14:20 +02:00
Carles Fernandez 9b5a69e9ce
Document addition of the Guidelines Support Library in the changelog 2019-06-30 19:20:34 +02:00
Carles Fernandez d49959d264
Update changelog 2019-06-16 23:32:11 +02:00
Carles Fernandez 6911ad8fce
Remove performance-unnecessary-copy-initialization clang-tidy check
Applying its fixes breaks building when using clnag 8.0 :-(
2019-06-15 13:07:09 +02:00
Carles Fernandez aae32a1033
Udpate changelog 2019-06-15 11:02:06 +02:00
Carles Fernandez 30ee3dcb89
Build volk-gnssdr without Boost if std::filesystem is available 2019-06-09 02:33:17 +02:00
Carles Fernandez a5f9c3ac36
Merge remote-tracking branch 'cf/io-service' into next
Replace boost::asio::io_service (deprecated since Boost 1.66) by boost::asio::io_context when Boost is 1.66 or above.

boost::asio::io_service is now deprecated and eventually will be removed from future Boost versions. This fix avoids a future compilation break.
2019-05-08 20:42:08 +02:00
Carles Fernandez f6db250b1e
Update changelog 2019-05-08 20:41:19 +02:00
Carles Fernandez e467992044 Update changelog 2019-05-08 17:20:30 +02:00
Carles Fernandez aedbd8c47a
Update changelog 2019-04-22 15:01:18 +02:00
Carles Fernandez 971c33041c
Add README file 2019-04-22 14:01:37 +02:00
Carles Fernandez fee5d2792c
Add comments to .proto files 2019-04-21 15:01:17 +02:00
Carles Fernandez 347d212d6c
Serialize Monitor_Pvt data with Protocol Buffers 2019-04-20 18:50:22 +02:00
Carles Fernandez 811cdc9693
Use Protocol Buffers for data serialization 2019-04-20 11:52:00 +02:00
Carles Fernandez 7587d5fd4b
Update changelog 2019-03-23 13:59:31 +01:00
Carles Fernandez 2abf9164fd
Update changelog 2019-03-16 13:42:59 +01:00
Carles Fernandez f66a2fa3d1
Update changelog 2019-03-10 05:24:08 +01:00
Carles Fernandez 5b87bbbeb6
Update changelog 2019-02-28 22:11:26 +01:00
Carles Fernandez 7ffec280af
Update changelog 2019-02-28 22:04:24 +01:00
Carles Fernandez 63c1409b8f
Update changelog 2019-02-22 16:56:10 +01:00
Carles Fernandez 1de9588611
Update block diagram 2019-02-06 01:32:46 +01:00
Carles Fernandez 8ae72fe458
Update to modern CMake usage 2019-02-03 19:24:44 +01:00
Carles Fernandez 846e932411
Update general block diagram 2019-01-28 15:38:43 +01:00
Carles Fernandez f13b841db5
Update changelog with Beidou B1I addition 2019-01-28 02:38:25 +01:00
Carles Fernandez 8a7e35ea97
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into release_0010 2018-12-14 12:07:15 +01:00
Carles Fernandez 82ca7091d6
Update schemas 2018-12-14 11:52:13 +01:00
Carles Fernandez 7f6a798a96
Update changelog 2018-12-13 10:39:25 +01:00
Carles Fernandez 046742855a
Add some features to the changelog 2018-12-12 11:12:03 +01:00
Carles Fernandez 09fb07d470
Remove sentence 2018-12-12 02:17:38 +01:00
Carles Fernandez 79e4a170a9
Update date in manpages 2018-12-12 01:50:29 +01:00
Carles Fernandez 9fc9357a08
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into release_0010 2018-12-12 01:34:23 +01:00
Carles Fernandez 70be265b57
Update XML schemas 2018-12-11 11:21:58 +01:00
Carles Fernandez 4f8bda4d39
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into release_0010 2018-12-09 01:09:52 +01:00
Carles Fernandez add5ba8112
Add .clang-tidy file and generate a compile_commands.json file containing the exact compiler calls for all translation units of the project in machine-readable form if clang-tidy is detected 2018-12-08 23:16:10 +01:00
Carles Fernandez 6c4de4b144
Add link to rinex2assist 2018-11-26 22:39:27 +01:00
Carles Fernandez d518b19ef1
Update changelog 2018-11-26 22:18:27 +01:00
Carles Fernandez 2c6e3e621d
Update changelog 2018-11-26 22:13:33 +01:00
Carles Fernandez f416a06304
Update Galileo ephemeris schema 2018-11-26 21:18:45 +01:00
Carles Fernandez d77448cd76
Improve data types for almanac parameters 2018-11-07 22:25:09 +01:00
Carles Fernandez 2643af3934 Add Week Number and AS_status to GPS almanac 2018-10-31 16:41:09 +01:00
Carles Fernandez e56d0cf018
Fix link :-) 2018-10-26 09:38:17 +02:00
Carles Fernandez 59efffb4dd
Fix link 2018-10-26 09:36:35 +02:00
Carles Fernandez 5dbf59ee4f
Fix link 2018-10-26 09:34:54 +02:00
Carles Fernandez ebc6ffa6b8
Add link to the documentation page 2018-10-26 09:13:29 +02:00
Carles Fernandez 5ac848e735
Fix typo 2018-10-25 22:49:48 +02:00
Carles Fernandez f7b324023d
Fix typo 2018-10-25 22:44:01 +02:00
Carles Fernandez 8cbc14ce9d
Add description of XSD files 2018-10-25 22:39:07 +02:00
Carles Fernandez 443bd5afa6
Add link to TTFF definition 2018-10-25 22:17:42 +02:00
Carles Fernandez d04c4b3f1e
Add Galileo ionospheric model 2018-10-25 21:45:46 +02:00
Carles Fernandez 560ff94f76
Add XML Schemas for Assisted GNSS 2018-10-25 21:21:36 +02:00
Carles Fernandez 37b04e367d
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into release_0010 2018-06-15 18:37:36 +02:00
Carles Fernandez 935f716553
Describe flowgraph improvement in the changelog 2018-06-15 08:59:52 +02:00