gnss-sdr/src/algorithms
Carles Fernandez cb59c1cc83
Fix bug in MacOS when BeiDou was enabled in rtklib.h
The BLAS and LAPACK implementations that come with the Accelerate Framework (soft-linked in /usr/bin) caused a random crash when exiting the program, only if the variable ENABDS was set. This bug disappears when linking to the libraries that Homebrew or Macports install, or when manually downloaded, built and installed by the user
2019-03-22 11:00:13 +01:00
..
PVT Fix warning if put_time is not present 2019-03-19 21:11:21 +01:00
acquisition Remove unused includes 2019-03-20 18:08:39 +01:00
channel Removing gnuradio block inheritance in FPGA acquisition 2019-03-20 16:57:50 +01:00
conditioner Sort includes: include what you use 2019-03-04 08:12:50 +01:00
data_type_adapter Remove superfluous 'using google::LogMessage' 2019-03-03 13:39:35 +01:00
input_filter Remove superfluous 'using google::LogMessage' 2019-03-03 13:39:35 +01:00
libs Fix bug in MacOS when BeiDou was enabled in rtklib.h 2019-03-22 11:00:13 +01:00
observables Removing innecessary usleep 2019-03-19 18:18:44 +01:00
resampler Remove superfluous 'using google::LogMessage' 2019-03-03 13:39:35 +01:00
signal_generator Remove superfluous 'using google::LogMessage' 2019-03-03 13:39:35 +01:00
signal_source Make the role name more uniform 2019-03-08 23:21:09 +01:00
telemetry_decoder Fix defects detected by Coverity Scan 2019-03-19 07:53:21 +01:00
tracking Expose more tracking parameters to the configuration: filters order, FLL usage, pull-in time 2019-03-21 19:21:39 +01:00
CMakeLists.txt Use https instead of http in links when available 2018-05-13 22:49:11 +02:00