[hamradio-commits] [gnss-sdr] annotated tag v0.0.6 created (now 1c3c826)

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Sep 5 14:25:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a change to annotated tag v0.0.6
in repository gnss-sdr.

        at  1c3c826   (tag)
   tagging  6febea48fa47a755e57c2951df88481d78e0ec6e (commit)
  replaces  v0.0.5
 tagged by  Carles Fernandez
        on  Wed Sep 2 01:26:16 2015 +0200

- Log -----------------------------------------------------------------
version 0.0.6

Anthony Arnold (19):
      Cross-compilation fixes
      Sending toolchain file properly
      Link dependencies
      OsmoSdr args
      Merge branch 'link' into osmoflags
      Reset gflags URL
      Print args
      Example config
      rtl_tcp specific signal source block
      Missing newline
      Solved performance issue.
      Setting AGC mode
      Refactored out rtl_tcp stuff to libs
      Setting gains
      Opening socket first
      Stop on error
      Correct stopping case
      Always build front-end-cal
      Reordering IQ reads

Carles Fernandez (313):
      Adding .travis.yml
      adding new DOI
      Bumping new version
      Delete .travis.yml
      keeping up to date
      Adding SPIR file data source, by Fran Fabra
      Adding SPIR data file source
      replacing some C casts by C++ casts
      adding std::complex<unsigned char>, aka lv_8sc_t, as a native input data
      Include VOLK_INCLUDE_DIRS
      adding a fir_filter for std::complex<signed char> (aka cbyte). It
      Adding a filter for stream of shorts
      Adding a filter for complex short streams
      Adding a new data_type_adapter, from interleaved short to
      Adding missing files
      Adding a resampler for cbytes and cshorts
      adding a pass_through for all data types
      Changing names to emphasize that they are complex types
      adding more data types
      Ensuring that the unsigned int is 32-bit wide.
      fixing comparison
      Adding more input data types
      Working on the freq_xlating_fir filter
      adding more data types to the freq_xlating_fir_filter
      small fix
      removing an include that was not required
      Adding fir_filter tests for different data types
      Improvements to the fir_filter test
      Working on tests
      working on tests
      Add missing header
      working on tests
      Removing compiled Python files (were not used)
      Moving blocks to libs. GpsL1CaPcpsAcquisition now accepts cshorts and
      Working on tests
      working on tests
      Adding a method to force acquisition from the first sample
      working on tests
      fixing the test
      fixing tests
      Documenting the new method
      some cleaning
      Removing Python compiled files
      Merge branch 'next' of git+ssh://github.com/carlesfernandez/gnss-sdr
      Fixed Googletest detection when GTEST_DIR is set
      Fixing Gtest detection
      some cleaning
      empty folders forbidden by debian packaging
      Keeping block name consistency
      Changes required by lintian
      Fixing a bug in the printer for GPS obs data (version 2.11)
      Adding IODE to ephemeris
      fixing bug in obs data format (version 2.11)
      Include Signal Strength Indicator in RINEX observable files
      Fix time reference in RINEX nav file
      " 2" instead of "02" when reporting toe in RINEX nav file version 2.11
      Adding cshort to gr_complex conversion
      Code cleaning, and a better Pass_Through
      Merging multichannel stuff. Merge branch 'next' of https://github.com/Arribas/gnss-sdr into next
      Removing compilation warnings
      Some warnings removed
      Fixing test
      merging next
      Code cleaning
      merging next Merge branch 'next' of https://git.code.sf.net/p/gnss-sdr/cttc into next
      Removing some warnings
      Fixing some warnings
      Fix reading of IONO and UTC data
      fixing IONO and UTC reading
      Remove warning
      Setting flags for IONO and UTC
      hook for updating rinex headers
      Merge remote-tracking branch 'Arribas/next' into multisource
      fixing conf files
      Updating the nav RINEX printer when IONO and UTC data are received
      Removing a blank line in the RINEX file
      Updating RINEX nav header for version 3.02
      remove undesired terminal output
      Updating RINEX nav file when IONO and UTC data are available (version
      Updating RINEX obs header when leap second is received (version 2.11)
      Updating RINEX obs header when leap second is available (version 3.02)
      Fixing bug in updating RINEX obs headers
      Fixing utc and iono info reading when channel 0 is out of lock
      Removing warning
      Fix update of RINEX observation header
      RINEX files headers are now updated when UTC and IONA data are received
      All the tracking blocks set valid pseudoranges to false
      Fixing reading of UTC and IONO data in Galileo
      Fixing reading of UTC and IONO data in Galileo
      Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
      Code cleaning
      Code cleaning
      Code cleaning
      code cleaning
      Fixes building in some environments
      Fixing bug in UTC time computation
      Merge branch 'cross-compile' of
      Merging Anthony's branch
      Update Armadillo version to 4.650.4
      Remove gfortran from the list of required dependencies, but still used
      fixing message when gfotran is not found
      A new home and version for Gflags
      A new home and version for glog
      Adding info about selecting a python version
      finding recently submitted libgtest-dev port in Mac OS X
      Merge branch 'next' of ssh://git.code.sf.net/p/gnss-sdr/cttc into next
      small fix
      adding ref to Ubuntu 15.04
      Try to get the Volk version
      Pointer safety, code cleaning
      Merge pull request #7 from joh2511/next
      Added PRN 24 to available_gps_prn (was missing)
      Merge branch 'osmoflags' of https://github.com/anthony-arnold/gnss-sdr
      small fix for packaging
      Merge branch 'anthony-arnold-osmoflags' into next
      changing integer absolute value function 'abs' when argument is of
      Improve instructions for Ubuntu 14.04 LTS users. Updated Armadillo
      Adding an option for using gprof
      20% of performance improvement
      faster update
      adding missing include
      Faster local carrier update (25% of improvement)
      adding missing include
      less verbose logging in Release
      Faster resampler
      Faster local carrier generation
      Fixing phase
      making the resampler faster
      adding missing end of line in terminal output
      Starting multichannel configuration
      Removing warning (not needed call to 'abs')
      Merge branch 'next' into multisignals
      start reading new configuration files
      reading new configuration
      working towards the new configuration
      fixing things
      Removing garbage
      some cleaning
      required updates
      small fixes
      changing 5I by 5X (Galileo E5a I&Q)
      changing some logs from WARNING to INFO
      some cleaning and optimization
      fixing includes
      remove warning
      Merge branch 'multisignals' of https://github.com/gnss-sdr/gnss-sdr into multisignals
      Working in the new configuration system
      More fixes to make old and new configuration notations compatible
      Allowing multisignal configurations
      Bug fixes
      upgrading configuration style
      Reducing the length of the test
      minor fixes
      Change of member name to avoid get_signal().get_signal()
      Fix typo that prevented the hybrid solution
      logging correctness
      Setting GPS L1 C/A channels first is not required anymore
      The block factory now reads generic configurations and those particular for a given channel, if available
      Fixing generic configuration of channels for signals 1B (Galileo E1 B)
      updating configuration
      updating configuration, some code cleaning
      removing garbage
      updating configuration
      Reading generic configuration for Channel
      fixing test by updating notation
      fixing coverity issue: unintended integer division
      fixing unreachable code
      fixing unintended integer division
      fixing coverity issues
      fixing coverity issues
      fixing coverity issues: unitialized members
      fixing coverity issues
      fixing coverity issues
      fixing coverity issues
      fixing coverity issues
      fixing typo
      fixing coverity issues
      fixing coverity issues
      fixing coverity issue
      adding header
      fixing coverity issues
      fixing coverity issues
      fixing coverity issues
      fixing coverity issues
      taking GNSS_Synchro as reference and not by value
      Initializing non-static data members
      fixing typo
      adding missing initialization
      updating satellite identification
      Initializing class members in the constructor
      Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
      Merge pull request #9 from anthony-arnold/tcp
      Reporting Galileo satellite in CRC result at the terminal output
      Handling error if logging directory can't be created
      fixes parallel building when glog is auto-built
      passing vectors and matrices by reference instead of by value
      Initializing members in the constructor
      initializing member in the constructor
      initializing members in the constructor
      passing vectors by reference and not by value
      initializing members
      Generic name for channel finite state machine, since it applies to all signals and not only to GPS L1 C/A
      initializing members in the constructor
      fixing initialization
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
      Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
      fix building if gtest has been installed as a package
      fix typo
      initializing members
      initializing members
      Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
      initializing members in the constructor
      initializing member in the constructor
      Initializing member in the constructor
      initialize variable
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
      GPS satellite with PNR 8 seems to be still transmitting
      fixing deallocation
      initializing members in the constructor
      fixing error handling issue
      checking return values
      avoiding division by zero
      catching all the exceptions
      adding an option to remove logging
      checking error
      initialize members in constructor
      Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
      Updating armadillo version and trying Jenkins' Github hook
      initialize members in the constructor
      Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
      set a non-zero doppler step if not set
      avoid reading garbage
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
      Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
      Keep the list of satellite's block in a single place
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
      ensure that all members are initialized at the constructor
      ensure that an index cannot be negative
      removing unused code, code cleaning
      Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
      Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
      initializing members in the constructor
      ensuring that members are initialized at the constructor
      updating armadillo version to 5.200.1
      catching exceptions
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
      adding GPS L2C conf file for USRP
      catching exceptions
      catching exceptions
      fixing incorrect expression
      fixing incorrect expression
      code cleaning
      initializing member at the constructor
      pass vectors by reference
      Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
      Fixing resampling
      Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
      Adding data type and signal identifier documentation
      fixing format issues
      fixing test
      Updating Armadillo version to 5.200.2. Removed references to gfortran
      Fixing usage of invalid iterators
      Changing gperftools pointer from code.google.com to github.com
      fixing coverity scan parse warnings
      fixing includes
      Fixing linking problems
      Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
      Fixing linking problems
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
      Fixing documentation
      improving documentation
      improving documentation
      Fixing broken compilation when using gnuradio 3.7.3 (using I/Q swap
      Updating the driver building process
      using markdown syntax
      fixing docs
      fixing format
      fixing format
      deleting old README
      deleting README
      deleting README
      improving documentation
      Improving detection of GNU Radio version so modules requiring >=3.7.4
      adding configuration example
      Added a link to the GN3S v2 driver readme file
      fix typo
      improving documentation
      More flowgraph tests
      Updating configuration files to the new notation
      Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
      updating configuration
      updating configuration notation
      updating conf notation
      moving SBAS conf to old
      Updating configuration files
      removing uneeded parameters
      removing unused parameters
      detecting libusb-dev and including it as a dependency
      updating configuration file
      fix typo
      Fixing syntax error
      Googletest now lives at GitHub
      Armadillo version update
      Simplifying googletest building
      Removing unneeded download directory
      Merge branch 'next' of https://github.com/Arribas/gnss-sdr into next
      Fixing compilation when CUDA is not present
      Some CUDA cleaning and documentation
      Moving cudahelpers headers so other blocks can use it more easily.
      Let the user specify a Python executable at configuration time: 'cmake
      bumping version number

Javier (38):
      -Added multichannel support in the receiver core (multiple signal
      Added support to multiband frontends (UHD multiband) in UHD signal
      Bug fix in multisource/multichannel gnss_block_interface
      Added multichannel frontend support. Enabled in UHD signal source. Multisource configuration minor changes
      New Teleorbit Flexiband adapter for Teleorbit Flexiband frontends
      Updated multichannel frontend support.
      Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr.git into next
      Adding more Teleorbit Flexiband frontend configurations (gnss-sdr config
      Added support for new features of Flexiband GNURadio driver developed by
      Added config file sample to use the CTTC's Flexiband GNURadio driver
      Merge branch 'next' into arribas_next
      Adding GPS L2C M code generators and PCPS Acquisition algorithms
      GPS L2C M acquisition incremental update: Added preliminarly support of
      Added L2C_M simple PCPS acquisition adapter and its associated unit test
      Added GPS L2M Tracking and its unit test. Still experimental!
      GPS L1 C/A + GPS L2C M dual frequency offline acquisition and tracking
      GPS L2C M acquisition and tracking ready. Old configuration file format.
      Merge branch 'next' into arribas_next
      Bug fix in Viterbi decoder symbol aligner for SBAS telemetry decoder
      Updates in the GPS L2C CNAV telemetry decoder. Migrating code from SBAS
      Added GPS L2 Ephemeris and Clock parameters CNAV frame bit structure
      Added GPS CNAV ephemeris, iono, and utc model objects. Work in progress
      GPS CNAV telemetry page decoder is finally working!
      GPS L2C bug fixes. Added skeleton for a Mixed (multi-frequency and
      Added missing files
      Work in progress for GPS L2C support:
      More array index out of bound protections for viterbi decoder
      Initializing dynamic memory in Viterbi decoder
      small correction in previous commit
      bug found in PRN resampler code. Disabled optimization
      Fixing a small typo that caused a bug that prevented the correct reading
      - Small adjustments in GPS L2M tracking lock detector static thresholds.
      Added support to select the frontend clock reference source in UHD
      Implementation of a missing output decimation for the Galileo E1
      Adding Galileo E5 CN0 tracking debug print on std::cout
      Added new file source adapter:
      Swap I/Q in two bit cpx interleaved file signal source
      Multi-GPU device suport (splits the tracking channels between all the

Javier Arribas (10):
      Debug output cleaning
      Merge branch 'next' into Arribas_branch/next
      Bug fix from merge
      Adding cuda ultra-fast correlator library. Not used yet, but optionally
      Added GPU tracking block for GPS L1 CA. Not activable yet...
      First working version of the GPU GPS tracking block (it requires NVIDIA
      Add missing boost include dirs in signal source
      Updated CUDA kernels and several GPU tracking optimizations.
      Merge branch 'next' of https://github.com/Arribas/gnss-sdr.git into next
      Merge branch 'next-gnss-sdr' into next

Johannes Pillmann (1):
      Added PRN 24 to available_gps_prn (was missing)

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list