1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-06 12:58:00 +00:00

Commit Graph

  • 60dd997566 adding links and fixes Carles Fernandez 2014-04-22 21:13:56 +02:00
  • 7ab32e892e pointer to the contribution guide and some fixes Carles Fernandez 2014-04-22 20:58:32 +02:00
  • c3e2d17269 some fixes Carles Fernandez 2014-04-22 20:40:51 +02:00
  • 4046bcfdd4 some fixes Carles Fernandez 2014-04-22 20:37:40 +02:00
  • 5f9e46cc23 More fixes Carles Fernandez 2014-04-22 20:33:11 +02:00
  • 3049720fe4 adding inline code, some fixes Carles Fernandez 2014-04-22 20:17:09 +02:00
  • 0a475fb8c2 more links Carles Fernandez 2014-04-22 19:21:29 +02:00
  • 641764d522 adding links, reducing headers from h1 to h2 Carles Fernandez 2014-04-22 19:05:56 +02:00
  • 78282c93e1 improving readme Carles Fernandez 2014-04-22 18:37:46 +02:00
  • 2b0814a3ab first test for the README with markdown syntax Carles Fernandez 2014-04-22 18:24:04 +02:00
  • 8edef99a27 Adding new Ubuntu 14.04 release to the list of tested versions Carles Fernandez 2014-04-17 02:33:40 +02:00
  • 28cb00ac4d adding welcome message Carles Fernandez 2014-04-13 23:55:41 +02:00
  • 129f5148e6 Added suggestion to pull from next when updating Carles Fernandez 2014-04-12 11:38:32 +02:00
  • 4944ad2364 Adding .gitignore files Carles Fernandez 2014-04-11 00:30:10 +02:00
  • 6c577eee0d changing references to the old subversion repository to the new Git Carles Fernandez 2014-04-11 00:14:15 +02:00
  • 0744c27ea8 fixing documentation (a character was breaking latex compilation of the pdf manual) Carles Fernandez 2014-04-11 00:13:28 +02:00
  • 860743a6e1 Adding version info in program output Carles Fernandez 2014-04-10 22:26:39 +02:00
  • 9a33f3fb70 Adding git branch and commit to the version name for all non-master branches Carles Fernandez 2014-04-10 22:05:04 +02:00
  • 2dfb9971e9 Fixing gitignore to see empty directories Carles Fernandez 2014-04-10 21:50:14 +02:00
  • aa665b287d Adding files to gitignore Carles Fernandez 2014-04-10 21:42:22 +02:00
  • 9e3b79750e Creating empty directories Carles Fernandez 2014-04-10 21:18:50 +02:00
  • c762e921aa changing a log from fatal to warning Carles Fernandez 2014-04-10 20:38:50 +02:00
  • 58bad8cfab Adding folders created during compilation, install and run, docs, thirdparty Carles Fernandez 2014-04-10 20:36:49 +02:00
  • a1784075fb adding .gitignore and empty build and data folders Carles Fernandez 2014-04-09 20:10:58 +02:00
  • 743af3398d Fixed GTEST_DIR env variable detector under MACOSX. Fixed small compatibility issue in armadilo norm for armadillo version < 4.100 v0.0.2 github2/master github/master Javier Arribas 2014-04-07 16:20:09 +00:00
  • 4e714bf033 changing some raw pointers by smart pointers in the core receiver. Carles Fernandez 2014-04-03 21:59:14 +00:00
  • 1b8204bdb3 fixing memory leaks Carles Fernandez 2014-03-29 21:53:56 +00:00
  • 95e123eef1 working on tests. Removing obsolete files Carles Fernandez 2014-03-29 19:11:32 +00:00
  • 9f2f4335a0 improving test Carles Fernandez 2014-03-28 22:30:20 +00:00
  • f209dd9163 fixing tests when compiled with gcc Carles Fernandez 2014-03-28 18:12:06 +00:00
  • e3578d801c Some tests Carles Fernandez 2014-03-28 17:52:51 +00:00
  • dbce333a3f Added missing gflags dependency to test_main.c to support DECLARE_string(log_dir) Javier Arribas 2014-03-23 10:47:19 +00:00
  • daba798d8a Cleaning tests. Added test for the RTCM printer. Carles Fernandez 2014-03-23 09:45:03 +00:00
  • 7e752653b4 Introducing a hook for the RTCM printer Carles Fernandez 2014-03-23 09:43:16 +00:00
  • 01f8e403ad Fixes Mac OS X crash when using the block "raw_array" in gnuradio-companion installed with Macports Carles Fernandez 2014-03-22 14:46:47 +00:00
  • cda42d060f Better logging and minor code cleaning Carles Fernandez 2014-03-17 20:01:32 +00:00
  • 885c5f364c Small bug fix and new configuration file ready to receive GPS signals in real-time with USRP devices and appropiate front-ends. Remember to tune the front-end gain (source section in config file) and, in some particular antenna and LNA setups, tune also the acquisition threshold (acquisition section). The configuration is tested on USRP v1 + DBSRX, USRP 2 + DBSRX and USRP B100 + WBX. Javier Arribas 2014-03-17 19:41:14 +00:00
  • a20c1559cf Fixes compilation problem of front_end_cal Carles Fernandez 2014-03-17 19:19:08 +00:00
  • 43e94fe681 Cleaning the terminal output and dumping information to the log file. Carles Fernandez 2014-03-16 23:25:52 +00:00
  • 25ed311f22 Small fix for Mac OS X Carles Fernandez 2014-03-16 20:21:21 +00:00
  • 32b3eb816b 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'. Carles Fernandez 2014-03-16 20:01:11 +00:00
  • 39f8754217 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. Carles Fernandez 2014-03-16 19:58:29 +00:00
  • 26d2bc70b3 Adds the option to avoid the use of OpenCL by doing 'cmake ../ -DDISABLE_OPENCL=1' Carles Fernandez 2014-03-15 01:21:17 +00:00
  • f73137e736 removing building garbage Carles Fernandez 2014-03-14 20:04:07 +00:00
  • 851f98f879 Updated array driver (added 16 + 16 bits snapshot transport support) Fix compilation issues with mac osx Javier Arribas 2014-03-14 15:04:23 +00:00
  • 28d6b9a122 GNSS-SDR Array blocks update Javier Arribas 2014-02-18 19:40:44 +00:00
  • ae053127b4 components of CTTC experimental GNSS antenna array signal source adapter for GNSS-SDR. Not usable yet! Javier Arribas 2014-02-17 18:53:45 +00:00
  • 0286006b8e Copyright update in gr-dbfcttc sources Javier Arribas 2014-02-17 16:59:46 +00:00
  • 19daab3677 Experimental 8 channels antenna array source (GNURadio and GRC compliant) using a Gigabit Ethernet bus Javier Arribas 2014-02-17 16:54:41 +00:00
  • ad01074657 Fixes compilation of Armadillo in Ubuntu 12.04 by switching back to version 3.9 if gcc <=4.6 is detected. Carles Fernandez 2014-02-02 11:14:29 +00:00
  • 4edd485cd0 Tidying up includes: own .h, C libraries, C++ libraries, other libraries' .h, project's .h. Some old time.h and stdlib.h have been replaced by ctime and cstdlib Carles Fernandez 2014-01-14 23:22:54 +00:00
  • 05accfb1d7 Tidying up includes: : C library, C++ library, other libraries' .h, project's .h. Carles Fernandez 2014-01-12 20:07:38 +00:00
  • 6bff43504c Added missing header Carles Fernandez 2014-01-10 20:04:53 +00:00
  • 57b7f430a7 Added paths to find gfortran in Debian 7 (thanks to Marc Hölscher) Carles Fernandez 2014-01-08 16:04:41 +00:00
  • 0afa894ff2 Fixed a bug that prevented compilation when cmake was run twice and Armadillo was not already installed Carles Fernandez 2014-01-08 10:20:11 +00:00
  • 6f51292e17 Automatic building of Armadillo upgraded to version 4.000.0. Updated links to new BeiDou ICD and Performance documents. Carles Fernandez 2014-01-07 12:55:09 +00:00
  • a4814362c5 Adding stuff for building gnss-sdr on openSUSE 13.1 Carles Fernandez 2013-12-30 02:11:32 +00:00
  • eca42b2655 Improving cmake output if doxygen is not detected Carles Fernandez 2013-12-21 11:39:16 +00:00
  • b4ed22ee76 Upgrading Armadillo version. Removed some warnings when building in Release with clang. Carles Fernandez 2013-12-21 11:11:05 +00:00
  • 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 +00:00
  • a6eaff8a65 Fix dependencies order when using 'make -jX' Carles Fernandez 2013-12-20 01:20:39 +00:00
  • 7fac9f9507 Fix dependency name for multithreaded built Carles Fernandez 2013-12-20 00:31:09 +00:00
  • 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 +00:00
  • 9c890a799f add GNU Radio include dirs Carles Fernandez 2013-12-15 22:27:37 +00:00
  • a0cda5ae4d Fixing detection of Fedora, LinuxMint and Debian distributions Carles Fernandez 2013-12-14 14:36:33 +00:00
  • 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 +00:00
  • 61ff27165d Deleting old file Carles Fernandez 2013-12-11 23:53:33 +00:00
  • 173cc13f76 Improving detection of GNU Radio Carles Fernandez 2013-12-11 23:27:46 +00:00
  • c89ca38ba4 Fixing detection of gfrontran in Ubuntu 12.04 Carles Fernandez 2013-12-10 22:46:30 +00:00
  • 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 +00:00
  • ba8ebf0522 Fix detecting gfortran Carles Fernandez 2013-12-05 19:05:54 +00:00
  • 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 +00:00
  • abd02e34a8 Code cleaning and improving documentation Carles Fernandez 2013-11-29 08:38:22 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • d7a5998dd2 Minor documentation improvements Carles Fernandez 2013-11-25 00:07:00 +00:00
  • de9415571d Minor documentation improvements Carles Fernandez 2013-11-24 23:55:32 +00:00
  • 3daf65bfc4 Improving documentation and code cleaning Carles Fernandez 2013-11-23 13:05:38 +00:00
  • 3adee701fd Improving documentation and code formatting Carles Fernandez 2013-11-18 01:37:23 +00:00
  • a7b1f71566 Improving documentation and some code cleaning Carles Fernandez 2013-11-17 10:48:27 +00:00
  • 6eabb93de7 fixing typo Carles Fernandez 2013-11-15 17:47:16 +00:00
  • 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 +00:00
  • 47c27fa056 Minor bugs: adding include files and removing an unnecessary declaration Carles Fernandez 2013-11-13 22:41:24 +00:00
  • 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 +00:00
  • 21418835b3 Updated front-end cal main to include SBAS queues to avoid compiler errors. Javier Arribas 2013-11-11 10:35:26 +00:00
  • aa5b531cd3 Code cleaning Carles Fernandez 2013-11-10 18:52:29 +00:00
  • 5b2abb62c2 Clean Mavericks configuration Carles Fernandez 2013-11-10 00:48:22 +00:00
  • 0c758aa5a3 Including SBAS output in rinex printer Carles Fernandez 2013-11-10 00:42:15 +00:00
  • 1a623a155f include SBAS_L1_Telemetry_Decoder in the block factory, and the corresponding queues Carles Fernandez 2013-11-09 23:11:46 +00:00
  • 601e5fa2c9 SBAS stuff developed by Daniel Fehr during GSOC 2013 Carles Fernandez 2013-11-09 22:03:42 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 0f79be7e77 Pass the correct flags to clang++ Carles Fernandez 2013-10-24 22:54:15 +00:00
  • 1feb014685 front-end-cal is only built and installed if RTLSDR_DRIVER is true Carles Fernandez 2013-10-23 18:27:40 +00:00
  • 3a1b711e9f Updated configuration files for RTLSDR front-end and Front-end calibration Javier Arribas 2013-10-23 15:54:35 +00:00