1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00
gnss-sdr/src/tests
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
..
arithmetic Fixing memory problem in Magnitude square test 2014-04-23 12:31:10 +02:00
configuration changing some raw pointers by smart pointers in the core receiver. 2014-04-03 21:59:14 +00:00
control_thread replacing raw pointers by smart pointers in the control message factory 2014-04-23 01:03:56 +02:00
data Code cleaning. 2012-01-23 00:52:05 +00:00
flowgraph cleaning flowgraph 2014-04-23 01:03:54 +02:00
gnss_block replacing raw pointers by smart pointers 2014-04-26 00:01:33 +02:00
gnuradio_block Cleaning tests. Added test for the RTCM printer. 2014-03-23 09:45:03 +00:00
signal_samples Files to test an experiment performed by Luis Esteve in the framework of the Google Summer of Code (GSoC) 2012, with the collaboration of Javier Arribas and Carles Fernández, related to the extension of GNSS-SDR to Galileo. The objective is perform a positive acquisition of in-orbit Galileo signals in the E1 band. 2012-08-02 11:46:37 +00:00
string_converter replacing some raw pointers by smart pointers 2014-04-24 22:39:13 +02:00
CMakeLists.txt Improving handling of optional processing blocks and linking libraries. 2014-08-07 21:04:01 +02:00
single_test_main.cc 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. 2014-03-16 19:58:29 +00:00
test_main.cc changing some raw pointers by smart pointers in the core receiver. 2014-04-03 21:59:14 +00:00