Carles Fernandez
0ddea14c57
Add automatic profiling after make
2016-07-02 13:34:00 +02:00
Carles Fernandez
a0bc6d7472
Don't override the BOOST_ROOT environment variable
2016-07-02 12:02:13 +02:00
Carles Fernandez
f180139968
Fix the CMake-based check for posix_memalign
2016-07-02 12:00:30 +02:00
Carles Fernandez
35627fc2b0
Fix problem with change in VOLK API
2016-06-30 21:32:02 +02:00
Carles Fernandez
2288fa969a
Fix problem with change in VOLK API
2016-06-30 20:43:49 +02:00
Carles Fernandez
642c37c09f
Find GFlags and google-glog in more architectures
...
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828040
2016-06-26 21:06:54 +02:00
Carles Fernandez
782bf70cad
Fix typo
2016-06-26 20:59:20 +02:00
Carles Fernandez
ddc036e3f8
Fix typo
2016-06-26 20:53:54 +02:00
Carles Fernandez
a34a035d01
Find GFlags and Glog in more architectures
...
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828040
2016-06-26 20:53:04 +02:00
Javier
6cdca3b269
cuda multicorrelator bug correction
2016-06-17 17:35:19 +02:00
Javier Arribas
2c327b0de4
GPU / CPU unit test performance improvements
2016-06-17 16:29:07 +02:00
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