1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-11-14 13:54:57 +00:00

Commit Graph

  • a4814362c5 Adding stuff for building gnss-sdr on openSUSE 13.1 Carles Fernandez 2013-12-30 02:11:32 +0000
  • eca42b2655 Improving cmake output if doxygen is not detected Carles Fernandez 2013-12-21 11:39:16 +0000
  • b4ed22ee76 Upgrading Armadillo version. Removed some warnings when building in Release with clang. Carles Fernandez 2013-12-21 11:11:05 +0000
  • 0d16ac4a69 Fixes bug that made configuration crash when glog and gflags were not installed and the script was run twice before doing 'make' Carles Fernandez 2013-12-20 03:02:47 +0000
  • a6eaff8a65 Fix dependencies order when using 'make -jX' Carles Fernandez 2013-12-20 01:20:39 +0000
  • 7fac9f9507 Fix dependency name for multithreaded built Carles Fernandez 2013-12-20 00:31:09 +0000
  • 71fcd899a4 Change in cmake scripts that allows 'make' to spawn the provided amount of threads when armadillo, gflags or glog are downloaded and built 'on-the-fly'. Ideally each thread is executed on its own core/CPU, so a multi-core/CPU environment is used to its fullest. This fix allows compilation with e.g. 'make -j4" Carles Fernandez 2013-12-20 00:11:14 +0000
  • 9c890a799f add GNU Radio include dirs Carles Fernandez 2013-12-15 22:27:37 +0000
  • a0cda5ae4d Fixing detection of Fedora, LinuxMint and Debian distributions Carles Fernandez 2013-12-14 14:36:33 +0000
  • 004495507d Fixing detection of GNU Radio when installed in non-usual locations (e.g. /home/user/target). Now the user can tell cmake where GNU Radio is by 'cmake ../ -DGNURADIO_INSTALL_PREFIX=/home/user/target' Carles Fernandez 2013-12-14 10:23:33 +0000
  • 61ff27165d Deleting old file Carles Fernandez 2013-12-11 23:53:33 +0000
  • 173cc13f76 Improving detection of GNU Radio Carles Fernandez 2013-12-11 23:27:46 +0000
  • c89ca38ba4 Fixing detection of gfrontran in Ubuntu 12.04 Carles Fernandez 2013-12-10 22:46:30 +0000
  • e06af9f5f1 Improving detection of the operating system version and prettier output when configuring. Improving hints when dependencies are missing according to the OS (yum or apt-get) Carles Fernandez 2013-12-10 20:17:57 +0000
  • ba8ebf0522 Fix detecting gfortran Carles Fernandez 2013-12-05 19:05:54 +0000
  • d18b12624f Improving detection of blas, lapack and gfortran, as well as giving hints about how to install them if missing. Carles Fernandez 2013-12-05 18:36:45 +0000
  • abd02e34a8 Code cleaning and improving documentation Carles Fernandez 2013-11-29 08:38:22 +0000
  • e8601cf111 Improving detection of required libraries and giving hints on how to install them: BLAS, LAPACK, gfortran and OpenSSL. Carles Fernandez 2013-11-27 21:11:21 +0000
  • 865b573a67 Adding libssl-dev to the list of packages to be installed (needed by SUPL client). Improving info about the generation of a Eclipse project. Carles Fernandez 2013-11-27 19:40:41 +0000
  • 5a292919f7 Changing info of gnuradio-build script (it installs GNU Radio 3.6, which is not usable by GNSS-SDR) by PyBOMBS, that installs the lastest version (>3.7). Carles Fernandez 2013-11-27 19:23:21 +0000
  • fc317810cc Bug fix in binary shift operand (_rotl) used by GPS telemetry decoder that caused problems in 64 bits systems. Javier Arribas 2013-11-26 09:41:14 +0000
  • d7a5998dd2 Minor documentation improvements Carles Fernandez 2013-11-25 00:07:00 +0000
  • de9415571d Minor documentation improvements Carles Fernandez 2013-11-24 23:55:32 +0000
  • 3daf65bfc4 Improving documentation and code cleaning Carles Fernandez 2013-11-23 13:05:38 +0000
  • 3adee701fd Improving documentation and code formatting Carles Fernandez 2013-11-18 01:37:23 +0000
  • a7b1f71566 Improving documentation and some code cleaning Carles Fernandez 2013-11-17 10:48:27 +0000
  • 6eabb93de7 fixing typo Carles Fernandez 2013-11-15 17:47:16 +0000
  • 3595d60f99 Working on the tests. Workaround to build with Xcode. Improving documentation, README and cmake files readability Carles Fernandez 2013-11-15 17:45:24 +0000
  • 47c27fa056 Minor bugs: adding include files and removing an unnecessary declaration Carles Fernandez 2013-11-13 22:41:24 +0000
  • 669910f6af Improving the way cmake detects GNU Radio. Switching from FindGnuradioXXX() to ConfigGnuradio.cmake. Fixed a typo in README. Tested in Mac OS X 10.9 and Ubuntu 13.10 64 bits, should work on other versions as well. Carles Fernandez 2013-11-13 21:07:33 +0000
  • 21418835b3 Updated front-end cal main to include SBAS queues to avoid compiler errors. Javier Arribas 2013-11-11 10:35:26 +0000
  • aa5b531cd3 Code cleaning Carles Fernandez 2013-11-10 18:52:29 +0000
  • 5b2abb62c2 Clean Mavericks configuration Carles Fernandez 2013-11-10 00:48:22 +0000
  • 0c758aa5a3 Including SBAS output in rinex printer Carles Fernandez 2013-11-10 00:42:15 +0000
  • 1a623a155f include SBAS_L1_Telemetry_Decoder in the block factory, and the corresponding queues Carles Fernandez 2013-11-09 23:11:46 +0000
  • 601e5fa2c9 SBAS stuff developed by Daniel Fehr during GSOC 2013 Carles Fernandez 2013-11-09 22:03:42 +0000
  • a8619337be Now GNSS-SDR also builds on Mac OS X 10.9 Mavericks using clang++ and libc++. Updated cmake scripts, some modification of code not accepted by clang. Updated README with instructions for Mavericks. Fixed file length computation in 64-bit architectures. Carles Fernandez 2013-11-09 10:51:11 +0000
  • 4ebeb950fc - Bug correction in Galileo telemetry decoder. - Improved Galileo configuration to work with real-life captures (4 IOV SV) Javier Arribas 2013-11-07 15:15:20 +0000
  • 87c5c212a4 FIRST GALILEO STANDALONE PVT FIX!! - Bug fixes at Galileo telemetry decoder state machine - Bug fixes at Galileo Ephemeris decoder (two complement's data interpreted as unsigned, mismatch at the LSB weights) Javier Arribas 2013-11-06 20:14:40 +0000
  • 83a9d41b05 Progress in Galileo E1: Bug fix in galileo tracking Several improvements in Galileo telemetry decoder. Code cleaning in observables Galileo PVT is able to decode Galileo time and get satellite ECEF positions Javier Arribas 2013-10-30 18:08:25 +0000
  • 4d66f6c6ab - Galileo channels now supports all the published PRN IDs in acquisition and tracking - Changes in Galileo telemetry decoding (still under construction) - Bug correction in tracking blocks that could cause random segmentation faults on some configurations Javier Arribas 2013-10-25 16:07:24 +0000
  • 0f79be7e77 Pass the correct flags to clang++ Carles Fernandez 2013-10-24 22:54:15 +0000
  • 1feb014685 front-end-cal is only built and installed if RTLSDR_DRIVER is true Carles Fernandez 2013-10-23 18:27:40 +0000
  • 3a1b711e9f Updated configuration files for RTLSDR front-end and Front-end calibration Javier Arribas 2013-10-23 15:54:35 +0000
  • e23e566f87 Fixes compilation in Mac OS X Carles Fernandez 2013-10-21 22:27:39 +0000
  • e0947ff900 Adds libc++ (an implementation of the C++ standard library) when compiling on Mac OS X. Carles Fernandez 2013-10-20 22:12:43 +0000
  • 256bff8d18 Fixes armadillo building when it is not already installed in the system and has to be linked statically Carles Fernandez 2013-10-19 13:26:48 +0000
  • 31f275958c Updated armadillo version to 3.920.2 Carles Fernandez 2013-10-19 12:12:46 +0000
  • 2972272b3e Fixes compilation issues on Mac OS X. Now it builds successfully against gnuradio installed by Macports and using gcc 4.8. Upgrade version of Gtest. Some fixes and updates in documentation and code cleaning. Carles Fernandez 2013-10-18 18:26:06 +0000
  • 806af3e98f GSoC 2013 commit from Mara Branzanti: Galileo E1 observables under construction! Javier Arribas 2013-10-18 09:38:43 +0000
  • ee43872704 New feature: GNSS-SDR now reads the IFEN NSR 2bit sample file format. The GNSS-SDR receiver can now be used with the SX-NSR scientific navigation front-end receiver using its native .stream binary captures. Javier Arribas 2013-10-14 16:51:47 +0000
  • 025a24bb20 Last commit from the GSoC 2013 project "Improve the acquisition sensitivity of a GNSS receiver" by Marc Molina. Added OpenCL Acquisition blocks and tests. Luis Esteve 2013-10-01 20:32:04 +0000
  • f4f22dffcd Mara Branzanti GSoC commit: Galileo PVT block skeleton. Not usable yet! Javier Arribas 2013-09-10 08:44:02 +0000
  • 5fddaae79d Mara Branzanti GSoC commit: Galileo observables block skeleton. Not usable yet! Javier Arribas 2013-09-09 14:32:48 +0000
  • cd6b1c0ec5 Fast workaround of a compilaton crash if gperftools is not installed Carles Fernandez 2013-09-02 21:30:00 +0000
  • 4e08e97fb6 Fixes a data type Carles Fernandez 2013-09-02 17:54:37 +0000
  • 8c5a12e126 Fixes a bug that prevented processing of files > 4 GB. Thanks to Stephan X. Esterhuizen for sending the patch. Carles Fernandez 2013-09-02 17:43:13 +0000
  • 31f73ed40d Bug correction in the Dilution of Precision (DOP) computation of Least Squares PVT solver: Missing transformation from ECEF to ENU in the covariance matrix. Javier Arribas 2013-09-02 15:43:00 +0000
  • 02eccce680 Mara Branzanti GSoC commit September 2th. Galileo navigation queues Javier Arribas 2013-09-02 13:58:35 +0000
  • 52aa4cac1a Fixing some warnings Luis Esteve 2013-08-28 17:44:49 +0000
  • 2f6c75be76 Adding new algorithms of adquisition: Luis Esteve 2013-08-28 17:17:57 +0000
  • 5b7027206b Commit from GSoC Mara branzanti (27 August) - Galileo Ephemeris collector thread Javier Arribas 2013-08-27 14:32:44 +0000
  • 545f50fa47 Bug correction in SUPL client (the assistance TOW scale was 0.08 s instead of 1 s) Javier Arribas 2013-08-23 08:56:24 +0000
  • 0139591baa Added a functionaity that saves the latest GPS Ephemeris/IONO/UTC model data to XML disk files when gnss-sdr end its operations. Javier Arribas 2013-08-21 15:17:02 +0000
  • 74817d6d07 · Non-optimised multi-dwell acquisition with fine doppler estimation is now enabled in the block factory (It is used by the front-end calibration utility). It can be instantiated from the configuration file. Javier Arribas 2013-08-20 18:05:26 +0000
  • c0e103aabc GSoC commit from Mara Branzanti: - Galileo telemetry decoding updates Javier Arribas 2013-08-20 10:43:53 +0000
  • c4508f875f GSoC 2013 commit from Mara Branzanti Javier Arribas 2013-08-17 18:13:20 +0000
  • 367105f666 Commits from the Diff file created by Mara Branzanti on August 7th Javier Arribas 2013-08-16 12:45:30 +0000
  • d070b4a389 Galileo navigation queues ready and some code cleaning and doxigen documentation Javier Arribas 2013-08-15 15:14:17 +0000
  • ad6210a900 Added CRC 24 checksum algorithm for Galileo INAV frames Javier Arribas 2013-08-14 16:10:24 +0000
  • 05f09d1570 code cleaning Carles Fernandez 2013-08-02 16:00:12 +0000
  • b34a85c642 front-end-cal code cleaning, documentation and tunning tasks Javier Arribas 2013-08-01 14:01:07 +0000
  • 01dd425e58 Mara Branzanti contribution for Google Summer of Code (GSoC 2013) Javier Arribas 2013-07-30 16:40:20 +0000
  • 9bfd2bb32a Front-end calibration utility is now fully operative for the following front-ends: - RTLS-SDR + Elonics E4000 Javier Arribas 2013-07-30 10:53:45 +0000
  • 8b10549fee Patch submitted by Marc Molina: Improving PCPS Acquisition with some VOLK instructions. Enabling the secondary spreading code in Galileo acquisition. Adding Signal Generator to GNSS-SDR. Luis Esteve 2013-07-23 18:03:07 +0000
  • 5e6e66e60b fixing some errors on compiling the gn3s signal source Carles Fernandez 2013-07-21 22:18:19 +0000
  • 180a1e3a46 fixes some old gnuradio definitions Carles Fernandez 2013-07-21 21:57:42 +0000
  • 24b107bf91 adding GnuradioRuntime cmake script to gr-gn3s Carles Fernandez 2013-07-21 21:40:59 +0000
  • 11789c8e5b Adding Mara, Marc and Daniel to the list of authors Carles Fernandez 2013-07-20 08:08:50 +0000
  • 10318d6b7d Patch submitted by Daniel Fehr: Enabling EGNOS tracking and minor bugfixes Carles Fernandez 2013-07-20 07:58:59 +0000
  • 1ad1f0569c fixed a problem in including GNU Radio 3.7 from cmake script Carles Fernandez 2013-07-20 07:52:56 +0000
  • fc04633fba Galileo INAV de-interleaver and Viterbi decoder implemented. Javier Arribas 2013-07-17 17:25:40 +0000
  • b0a323095d 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. Javier Arribas 2013-07-15 17:07:10 +0000
  • 27b20b0a6d Updated EGNOS SoL Service Definition Document version Carles Fernandez 2013-07-14 12:53:53 +0000
  • f79c5685c4 Now the gnss_block_factory catches 'cmake .. -DRTLSDR_DRIVER=1' and/or 'cmake .. -DGN3S_DRIVER=1' Carles Fernandez 2013-07-13 11:25:48 +0000
  • 482eabeeb2 Now the gnss_block_factory catches 'cmake .. -DRTLSDR_DRIVER=1' and/or 'cmake .. -DGN3S_DRIVER=1' Carles Fernandez 2013-07-13 10:35:52 +0000
  • 175c2c3710 adding uninstall target, required by PyBombs for updating the package Carles Fernandez 2013-07-10 21:07:43 +0000
  • 448c0f6741 Missing precompiler flag for RTLSDR support Javier Arribas 2013-07-10 14:18:47 +0000
  • 641692e005 Incremental update for the front-end calibration utility Javier Arribas 2013-07-08 16:17:57 +0000
  • a487ee7cbc Fixed some bugs in the volk correlators that caused core dump situations. Javier Arribas 2013-07-08 12:57:16 +0000
  • 269b6f8542 Solution for a small problem that prevented the detection the existing instalation of the GFlags library on Linux systems Javier Arribas 2013-07-08 10:29:12 +0000
  • 5ef7ca03b0 some small changes required by Pybombs Carles Fernandez 2013-07-06 11:34:44 +0000
  • 36f70490d9 some small changes required by Pybombs Carles Fernandez 2013-07-06 11:22:44 +0000
  • 41f12a3f16 some small changes required by Pybombs Carles Fernandez 2013-07-06 11:11:23 +0000
  • 0b4850070d some small changes required by Pybombs Carles Fernandez 2013-07-06 10:58:40 +0000
  • a604f45afb some small changes required by Pybombs Carles Fernandez 2013-07-06 10:50:55 +0000
  • 4d07911bac Fix GFlags_ROOT_DIR variable Carles Fernandez 2013-07-06 02:47:50 +0000
  • 5b13435332 small fixes to cmake scripts Carles Fernandez 2013-07-06 02:15:09 +0000
  • b0cefd151f cmake scriptfix: added missing gflags include Carles Fernandez 2013-07-06 00:42:40 +0000
  • ccd352259e added missing include in cmake script Carles Fernandez 2013-07-06 00:01:06 +0000