[hamradio-commits] [gnss-sdr] branch next updated (d15733f -> e2484aa)

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Fri Sep 18 10:27:51 UTC 2015


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

carles_fernandez-guest pushed a change to branch next
in repository gnss-sdr.

      from  d15733f   Replacing libssl-dev dependency by libgnutls28-dev
       new  fbaf40c   working in the copyright file
       new  4386c0b   working in the copyright file
       new  db2dc57   working in the copyright file
       new  6b86864   Keeping armadillo version up to date
       new  77b0bf1   Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
       new  f64af5e   fixing typo that prevented verification of armadillo download
       new  e843b31   Identifiying Mac OS X 10.11 El Capitan
       new  b81e2a3   Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into elcapitan
       new  a969250   Adding a missing include
       new  a6608c4   Merge branch 'elcapitan' into next. Now GNSS-SDR can be built on Mac OS X 10.11 El Capitan
       new  a84b4ba   Removing cudahelpers library and usage by a copyright issue. It does not affect functionality.
       new  1854507   Replacing the usage of OpenSSL by GnuTLS due to a GPL incompatibility from the former.
       new  11a4d53   Adding the gnutls port
       new  653835a   Improving detection of libgnutls-openssl library
       new  05e2c64   Update dependency info
       new  ecc8696   Recommend libgnutls-openssl-dev package
       new  119ad76   Detecting absence of the openssl implementation provided by GnuTLS
       new  e2484aa   Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |   28 +-
 README.md                                          |    9 +-
 debian/copyright                                   |  361 ++++-
 src/algorithms/libs/cudahelpers/exception.h        |  151 --
 src/algorithms/libs/cudahelpers/helper_cuda.h      | 1255 -----------------
 .../libs/cudahelpers/helper_cuda_drvapi.h          |  517 -------
 src/algorithms/libs/cudahelpers/helper_cuda_gl.h   |  165 ---
 src/algorithms/libs/cudahelpers/helper_functions.h |   42 -
 src/algorithms/libs/cudahelpers/helper_image.h     | 1110 ---------------
 src/algorithms/libs/cudahelpers/helper_math.h      | 1453 --------------------
 src/algorithms/libs/cudahelpers/helper_string.h    |  516 -------
 src/algorithms/libs/cudahelpers/helper_timer.h     |  499 -------
 .../tracking/gnuradio_blocks/CMakeLists.txt        |    4 +-
 .../gps_l1_ca_dll_pll_tracking_gpu_cc.cc           |   47 +-
 src/algorithms/tracking/libs/CMakeLists.txt        |    8 +-
 .../tracking/libs/cuda_multicorrelator.cu          |  104 +-
 src/core/libs/supl/CMakeLists.txt                  |   38 +-
 src/core/libs/supl/supl.c                          |   12 +-
 src/core/libs/supl/supl.h                          |    8 +-
 19 files changed, 479 insertions(+), 5848 deletions(-)
 delete mode 100644 src/algorithms/libs/cudahelpers/exception.h
 delete mode 100644 src/algorithms/libs/cudahelpers/helper_cuda.h
 delete mode 100644 src/algorithms/libs/cudahelpers/helper_cuda_drvapi.h
 delete mode 100644 src/algorithms/libs/cudahelpers/helper_cuda_gl.h
 delete mode 100644 src/algorithms/libs/cudahelpers/helper_functions.h
 delete mode 100644 src/algorithms/libs/cudahelpers/helper_image.h
 delete mode 100644 src/algorithms/libs/cudahelpers/helper_math.h
 delete mode 100644 src/algorithms/libs/cudahelpers/helper_string.h
 delete mode 100644 src/algorithms/libs/cudahelpers/helper_timer.h

-- 
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