1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00
gnss-sdr/src
2013-01-22 20:40:25 +00:00
..
algorithms BUG fixed in rtl-sdr signal_source cmake compiler script 2013-01-10 11:38:58 +00:00
core Changes the bits_slice structure by a vector of pair<int,int>. The former structure was not accepted by clang. Some code cleaning. 2013-01-13 01:24:43 +00:00
main Using CMake to set the program version. This is an example of how a CMake variable can be used inside the C++ code without breaking anything. 2013-01-22 20:40:25 +00:00
tests Now gflags and google-glog are downloaded, configured, build and linked automatically when doing "make". Since gflags is a prerequisite for the proper functioning of glog, glog is always built locally when gflags is missing. 2013-01-01 11:24:42 +00:00
utils Added PVT solver utility in /src/utils/gpstk/gnsspvt that uses the GpsTk satellite navigation library. It can be used to process GNSS-SDR RINEX files. 2012-12-18 18:02:35 +00:00
CMakeLists.txt Enabling run_tests build. If the variable GTEST_DIR exists, it builds the executable run_tests. 'make install' will copy the executable at the install/ folder. 2012-12-25 10:28:29 +00:00
jamfile.jam Code cleaning. 2012-01-23 00:52:05 +00:00