gnss-sdr/src/core/receiver
Carles Fernandez 3257d8cba1 Improving handling of optional processing blocks and linking libraries.
New options ENABLE_GN3S, ENABLE_RTLSDR, ENABLE_OPENCL, ENABLE_ARRAY and
ENABLE_GPERFTOOLS, all set by default to OFF. Users can enable that
features by 'cmake -DENABLE_XXX=ON ../ '. OpenCL is now not used by
default since it was giving problems in some platforms. Old variables
(RTSDR_DRIVER, GN3S_DRIVER, RAW_ARRAY_DRIVER and DISABLE_OPENCL) are
still honored and can be used in the same way, but the new ENABLE_XXX
are recommended for the sake of more uniform naming. Main CMakeFile.txt
has been rearranged, putting options first, then searching for the
required libraries, and then the optional ones. If Gperftools is enabled
and found, binaries are linked to the tcmalloc and profiler libraries,
and using the adequate flags. Fixed building in Mac OSX if Armadillo and
OpenBLAS were not installed in the system.
2014-08-07 21:04:01 +02:00
..
CMakeLists.txt Improving handling of optional processing blocks and linking libraries. 2014-08-07 21:04:01 +02:00
concurrent_map.h Correction of some misspelling 2014-05-07 23:35:44 +02:00
concurrent_queue.h Towards a Galileo INAV Navigation decoder: First version of the Galileo_E1_Telemetry_Decoder block. In this version only the preamble detection and page part synchro is functional. 2013-07-15 17:07:10 +00:00
control_message.h Adding documentation and improving code formatting. 2011-12-28 21:36:45 +00:00
control_message_factory.cc replacing raw pointers by smart pointers in the control message factory 2014-04-23 01:03:56 +02:00
control_message_factory.h replacing raw pointers by smart pointers in the control message factory 2014-04-23 01:03:56 +02:00
control_thread.cc Write assistance data straight to the maps 2014-05-14 01:36:04 +02:00
control_thread.h Re-organizing assistance data input and output 2014-05-06 12:19:26 +02:00
file_configuration.cc changing some raw pointers by smart pointers in the core receiver. 2014-04-03 21:59:14 +00:00
file_configuration.h First attempt to design a smart ptr only factory. Compiles and passes 2014-04-23 01:03:53 +02:00
gnss_block_factory.cc working on the new factory and the tests 2014-04-24 01:53:55 +02:00
gnss_block_factory.h Merge branch 'modern_factory' into next 2014-04-26 20:01:19 +02:00
gnss_flowgraph.cc Merge remote-tracking branch 'origin/modern_factory' into next 2014-04-26 19:12:19 +02:00
gnss_flowgraph.h Last retouches of the new factory and flowgraph. 2014-04-23 01:03:56 +02:00
in_memory_configuration.cc changing some raw pointers by smart pointers in the core receiver. 2014-04-03 21:59:14 +00:00
in_memory_configuration.h changing some raw pointers by smart pointers in the core receiver. 2014-04-03 21:59:14 +00:00