1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00
Commit Graph

2101 Commits

Author SHA1 Message Date
Javier Arribas
5ff34ec91e Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2016-06-17 12:49:09 +02:00
Javier Arribas
c8d7a607f8 Adding CPU and GPU multicorrelators unit tests 2016-06-17 12:48:31 +02:00
Carles Fernandez
a14adfd7dd Build volk_gnsssdr with c11/c++11 standards
and update armadillo version
2016-06-16 21:07:46 +02:00
Carles Fernandez
c90f82155d Fix docs 2016-06-11 14:35:12 +02:00
Carles Fernandez
919bbe4e7a Change http by https in repo address 2016-06-10 11:29:31 +02:00
Carles Fernandez
91aa161117 Delete removed paths from docs 2016-06-09 19:34:04 +02:00
Carles Fernandez
122429b0b5 Add final endline 2016-06-09 19:23:36 +02:00
Carles Fernandez
81093e3d6b Remove firmware and drivers folders
Now drivers have their own repo at https://github.com/gnss-sdr/gr-gn3s
and https://github.com/gnss-sdr/gr-dbfcttc
2016-06-09 19:10:24 +02:00
Carles Fernandez
d490191dbc Merge branch 'c98' into next
Now VOLK_GNSSSDR is built with the default c98 standard instead of c11.
This allows the usage of more compilers
2016-05-31 22:46:02 +02:00
Carles Fernandez
2f339d2ee7 fix error 2016-05-31 21:08:53 +02:00
Carles Fernandez
2abb774f6e fix error 2016-05-31 21:06:28 +02:00
Carles Fernandez
ef6c5dd7bb fix errors 2016-05-31 21:03:33 +02:00
Carles Fernandez
ce04d6889c fix error 2016-05-31 20:58:59 +02:00
Carles Fernandez
c8f71204fc Make kernels compatible with c98 standard
so the library can be built by more compilers
2016-05-31 20:56:19 +02:00
Carles Fernandez
0aa980a9a1 Merge branch 'michaelld-fix_volk_max_API_index_uint16_t' into next
Fix issue related to the change in the VOLK API
2016-05-29 21:26:04 +02:00
Carles Fernandez
a826215778 Fix issue about the change in the VOLK API 2016-05-29 21:18:41 +02:00
Carles Fernandez
2bdf058ea8 Updating PyBOMBS instructions 2016-05-28 10:44:12 +02:00
Michael Dickens
99abf76dd4 Fix usage of volk_32f_index_max*, first argument, to be uint16_t* as required by the Volk API. 2016-05-27 22:51:34 -04:00
Carles Fernandez
394048f5e7 Add test of FFT execution times for different lengths 2016-05-26 19:30:14 +02:00
Carles Fernandez
89933bb68f Update Armadillo version
Starting with 7.100.3, Armadillo is delivered as a .xz file instead of a
.gz. It happens that CMake > 3.1 cannot open .xz files. If CMake is less
than 3.1, it will download the last version of Armadillo that was
delivered as .gz (6.700.7). If CMake is newer than that, it will
download the latest Armadillo version (delivered as .xz, at this moment
7.100.3).
2016-05-25 21:17:43 +02:00
Carles Fernandez
879a1d4d55 Clean Boost detection
And updated info for GNU Radio / PyBOMBS
2016-05-24 17:26:34 +02:00
Carles Fernandez
5a73b4e047 Improve package reproducibility
Packages using CMake often use file(GLOB ...) to retrieve a list of
source files. As this is based on readdir(), the resulting file list
is unsorted. A common use case is to pass this list directly to
add_executable or add_library. But as the order is unpredictable, the
binaries are not reproducible (because the order in which the objects
are linked will vary).

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824263
2016-05-23 19:51:59 +02:00
Carles Fernandez
7bbffc3b4f Added info about GSoC project on Android build 2016-05-22 15:24:17 +02:00
Hoernchen
62d911d04e Android section added to readme 2016-05-22 15:09:35 +02:00
Carles Fernandez
766dde9baa Improve wording of PyBOMBS description 2016-05-22 15:09:29 +02:00
Carles Fernandez
a48050ed5a Remove python-mako from the list of basic packages for PyBOMBS
since it has been added to the uhd recipe
2016-05-22 09:07:30 +02:00
Carles Fernandez
76d96df466 Add GnuTLS as installable by PyBOMBS since there is a recipe for it 2016-05-21 13:51:40 +02:00
Carles Fernandez
dc47633823 Update PyBOMBS instructions
also fixes documentation related to RTCM parameters
2016-05-21 12:31:46 +02:00
Carles Fernandez
896d6bc045 Tag library version with git 2016-05-21 01:09:17 +02:00
Carles Fernandez
16c4bb677e Fix building when using PyBOMBS 2016-05-21 01:06:46 +02:00
Carles Fernandez
daee8de0e0 Fix bug in AVX2 puppet 2016-05-21 00:42:21 +02:00
Carles Fernandez
51e9a3434d Set version to 0.0.7.git-XXXXXX 2016-05-15 22:58:00 +02:00
Carles Fernandez
a6df9f8c6f Clean configuration files
Added information on how to retrieve SUPL parameters, and indicators to
userd on where to point to their own file or IP address. Removed unused
parameter wait_for_flowgraph.
2016-05-15 14:27:51 +02:00
Carles Fernandez
19f46c2cd9 Bump version number to v0.0.7
preparing v0.0.7 release and minor code cleaning
2016-05-13 19:17:56 +02:00
Carles Fernandez
05e7ca7b38 Clean configuration files
Old configurations folder removed. Names ending by "short" but reading
files of interleaved data have been renamed to "ishort". Some spare
fixes. Added examples of configuring the period and port of RTCM
messages.
2016-05-13 17:36:11 +02:00
Luis Esteve
7ea560f3f7 Fix bug un pcps_acquisition_cc::set_local_code
Assign the length of the code correctly to the FFT

Resolves: #25
2016-05-13 05:16:59 +02:00
Luis Esteve
0f599a1e6a Fix bug in Pfa assignation in GpsL1CaPcpsAcquisition 2016-05-13 05:00:00 +02:00
Luis Esteve
0671ec6b28 Add cshort implementation to GalileoE1PcpsAmbiguousAcquisition 2016-05-13 01:51:14 +02:00
Luis Esteve
2780247cda Add forgotten options to GpsL2MPcpsAcquisition 2016-05-13 00:21:27 +02:00
Luis Esteve
2e6bcdbdd2 Add cshort implementation to GpsL2MPcpsAcquisition 2016-05-13 00:07:21 +02:00
Luis Esteve
77b7ac24d2 Remove unused variables in GpsL1CaPcpsAcquisition 2016-05-12 23:37:02 +02:00
Luis Esteve
6a0cbd785d Improve documentation in GpsL2MPcpsAcquisition 2016-05-12 23:37:02 +02:00
Carles Fernandez
8d3a03a370 Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-05-12 23:34:46 +02:00
Carles Fernandez
b2dfd34a31 Revert wrong commit 2016-05-12 23:25:50 +02:00
Luis Esteve
7be4585136 Fix a minor bug in GpsL1CaPcpsAcquisition 2016-05-12 23:22:42 +02:00
Carles Fernandez
1133ade4f8 Remove slash 2016-05-12 23:11:51 +02:00
Carles Fernandez
49c8e04d17 Detect gfortran in latest Fedora releases 2016-05-12 23:10:00 +02:00
Carles Fernandez
ad209a6958 Update deection of gfortran in Debian-based OS (gcc >= 5) 2016-05-12 20:36:06 +02:00
Carles Fernandez
b601f57d17 Fix building if gflags was built on the fly 2016-05-12 20:21:50 +02:00
Carles Fernandez
f784c91c05 Move generation of documentation files out from the source tree
Documentation will now be built in the directory from which cmake was
invoked. Doxyfile.in updated and Doxyfile.generic (unused) has been
removed. In-tree generation was causing problems in some environments
and IDEs (such as CLion)
2016-05-12 19:35:55 +02:00