1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 06:53:14 +00:00
gnss-sdr/src/algorithms
Carles Fernandez 95ffcd3ac0 Improve portability
In some architectures (e.g. alpha, hppa, powerpcspe, m68k,  sh4, sparc64, x32) the package gr-osmosdr is not available. So when the package is build with -DENABLE_OSMOSDR=ON, it breaks on the mentioned architectures. This is expected behaviour (it breaks because a required dependency is not found), but prevents from building the package on such architectures. This commit introduces a small change: when compilation is called with

cmake -DENABLE_OSMOSDR=ON -DENABLE_PACKAGING=ON ..

then, the compilation does not break if gr-osmosdr is not found.

This commit also fixes building when UHD is present but gnuradio-uhd is not (for instance, in hurd-i386)
2017-04-12 18:06:04 +02:00
..
acquisition Fix acquisition with rata rates higher than 16 Msps in 4ms code periods 2016-09-19 09:06:40 +02:00
channel Improve package reproducibility 2016-05-23 19:51:59 +02:00
conditioner Improve package reproducibility 2016-05-23 19:51:59 +02:00
data_type_adapter Improve package reproducibility 2016-05-23 19:51:59 +02:00
input_filter Fix parallel building 2017-03-13 21:18:32 +01:00
libs Fix typo 2017-04-12 08:09:51 +02:00
observables GPS L2CM telemetry decoder rewrite, borrowed from the Swift navigator open source libraries 2017-03-23 15:45:41 +01:00
PVT Applying broadcast Group Delay (TGD) to correct GPS L1 CA observables to improve positioning accuracy 2017-04-12 16:55:34 +02:00
resampler Add warning if sample rates are not consistent 2016-08-13 17:25:07 +02:00
signal_generator Make use of volk_gnsssdr_malloc, volk_gnsssdr_free 2016-08-18 14:17:02 +02:00
signal_source Improve portability 2017-04-12 18:06:04 +02:00
telemetry_decoder Adapt to gnss-sdr coding style 2017-03-28 19:32:42 +02:00
tracking Fix spelling error detected by lintian 2017-04-07 17:25:21 +02:00
CMakeLists.txt Removing the unused Output_filter block from the gnss_sdr flowgraph 2016-04-06 16:12:06 +02:00