[hamradio-commits] [gnss-sdr] branch master updated (e73ab80 -> ad719dc)

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Tue Sep 22 17:37:39 UTC 2015


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

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

      from  e73ab80   fixing debian packaging
       new  4cc4cdf   Fixing debian packaging: copyright issues, watch file now checks gpg signature as suggested by lintian
      adds  9d4a224   Removing DOI and including git hash in version name
      adds  8c668f7   Fixing bug in md5
      adds  6b86864   Keeping armadillo version up to date
      adds  e0669ba   Fixes warning about posix_memalign
      adds  5ad8b87   Pass C compiler flags to volk_gnsssdr_module. It fixes the lintian warning 'hardening-no-fortify-functions' when building a .deb package
      adds  77b0bf1   Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
      adds  f64af5e   fixing typo that prevented verification of armadillo download
      adds  e843b31   Identifiying Mac OS X 10.11 El Capitan
      adds  b81e2a3   Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into elcapitan
      adds  a969250   Adding a missing include
      adds  a6608c4   Merge branch 'elcapitan' into next. Now GNSS-SDR can be built on Mac OS X 10.11 El Capitan
      adds  a84b4ba   Removing cudahelpers library and usage by a copyright issue. It does not affect functionality.
      adds  1854507   Replacing the usage of OpenSSL by GnuTLS due to a GPL incompatibility from the former.
      adds  11a4d53   Adding the gnutls port
      adds  653835a   Improving detection of libgnutls-openssl library
      adds  05e2c64   Update dependency info
      adds  ecc8696   Recommend libgnutls-openssl-dev package
      adds  119ad76   Detecting absence of the openssl implementation provided by GnuTLS
      adds  0d90ffc   Removing Makefile
      adds  d3418ce   Fix typo
      adds  b665444   Fix linking against https://github.com/gnuradio/volk/commit/18ed0f15bce6053fee5405fbe7077760a95788a3
       new  ad719dc   Fixes linking against newest volk version, debian packaging improved, some bug fixes

The 2 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                                     |   39 +-
 README.md                                          |   11 +-
 debian/control                                     |   34 +-
 debian/copyright                                   |  189 ++-
 debian/gbp.conf                                    |    3 +
 debian/upstream/signing-key.asc                    |  103 ++
 debian/watch                                       |    3 +-
 drivers/gr-gn3s/python/Makefile                    |  190 ---
 .../gnuradio_blocks/pcps_opencl_acquisition_cc.cc  |    2 +-
 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 -------
 .../include/volk_gnsssdr/volk_gnsssdr_complex.h    |    5 +
 .../volk_gnsssdr/lib/CMakeLists.txt                |    4 +
 .../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 +-
 27 files changed, 461 insertions(+), 6051 deletions(-)
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/upstream/signing-key.asc
 delete mode 100644 drivers/gr-gn3s/python/Makefile
 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