[hamradio-commits] [liquid-dsp] branch master updated (3e72be5 -> 299b281)

Andreas E. Bombe aeb at moszumanska.debian.org
Sun Oct 29 00:54:33 UTC 2017


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

aeb pushed a change to branch master
in repository liquid-dsp.

      from  3e72be5   Finalize changelog for 1.3.0-1
      adds  b9daffa   New upstream version 1.3.1
      adds  9a9144d   Update upstream source from tag 'upstream/1.3.1'
      adds  9fcf28b   Restore .gitignore
      adds  bd849d1   Update debian/copyright for source changes
      adds  9899813   Remove dh-autoreconf from Build-Depends
      adds  83a3fdb   Drop fix-makefile patch, integrated upstream
      adds  312253b   Refresh define-soname patch
      adds  66d7bdf   Bump Standards-Version to 4.1.1
      adds  637bc49   Update libliquid1d.symbols with new symbols
      adds  299b281   Finalize changelog for 1.3.1-1

No new revisions were added by this update.

Summary of changes:
 configure.ac                                       |  28 +-
 debian/changelog                                   |  12 +
 debian/control                                     |   4 +-
 debian/copyright                                   |  20 +-
 debian/libliquid1d.symbols                         |  65 ++
 debian/patches/define-soname                       |  16 +-
 debian/patches/fix-makefile                        | 155 -----
 debian/patches/series                              |   1 -
 examples/agc_crcf_squelch_example.c                | 166 ++++++
 examples/asgramcf_example.c                        |  18 +-
 examples/firdespm_callback_example.c               |  95 +++
 examples/firdespm_example.c                        |  76 +--
 examples/firdespm_lowpass_example.c                |  89 +++
 examples/spgramcf_waterfall_example.c              |   2 +-
 examples/spwaterfallcf_example.c                   |  78 +++
 examples/symtrack_cccf_example.c                   |  23 +-
 include/liquid.h                                   | 656 +++++++++++++--------
 include/liquid.internal.h                          |  68 +--
 makefile.in                                        |  62 +-
 scripts/ax_ext.m4                                  |  11 +-
 scripts/config.guess                               | 565 ++++++++----------
 scripts/config.sub                                 | 313 ++++++----
 src/agc/src/agc.c                                  | 127 +++-
 src/agc/tests/agc_crcf_autotest.c                  |  55 ++
 src/equalization/tests/eqlms_cccf_autotest.c       |   8 +-
 src/fec/src/fec.c                                  | 100 +++-
 src/fec/src/fec_conv.c                             |   3 +
 src/fec/src/fec_conv_punctured.c                   |   3 +
 src/fec/src/fec_rs.c                               |   4 +-
 src/fec/src/packetizer.c                           |  10 +-
 src/fft/src/asgram.c                               | 131 ++--
 src/fft/src/spgram.c                               |  25 +-
 src/fft/src/spgramcf.c                             |   2 +
 src/fft/src/spgramf.c                              |   2 +
 src/fft/src/spwaterfall.c                          | 363 ++++++++++++
 src/filter/src/firdespm.c                          | 233 ++++++--
 src/filter/src/firpfb.c                            |   4 +-
 src/filter/src/iirdes.pll.c                        |   6 +-
 src/filter/src/iirfilt.c                           |  37 +-
 src/filter/src/iirfiltsos.c                        |  60 +-
 src/filter/src/resamp.c                            |  36 +-
 src/filter/src/symsync.c                           |  19 +-
 ...{detector_benchmark.c => qdetector_benchmark.c} |  56 +-
 src/framing/src/detector_cccf.c                    |   4 +
 src/framing/src/flexframegen.c                     |   4 +-
 src/framing/src/flexframesync.c                    |   9 +-
 src/framing/src/framegen64.c                       |   4 +-
 src/framing/src/framesync64.c                      |   4 +-
 src/framing/src/gmskframesync.c                    |  91 +--
 src/framing/src/ofdmflexframesync.c                |   5 +
 src/framing/src/symtrack.c                         |  10 +-
 src/multichannel/src/ofdmframesync.c               |   5 +
 52 files changed, 2704 insertions(+), 1239 deletions(-)
 delete mode 100644 debian/patches/fix-makefile
 create mode 100644 examples/agc_crcf_squelch_example.c
 create mode 100644 examples/firdespm_callback_example.c
 create mode 100644 examples/firdespm_lowpass_example.c
 create mode 100644 examples/spwaterfallcf_example.c
 create mode 100644 src/fft/src/spwaterfall.c
 copy src/framing/bench/{detector_benchmark.c => qdetector_benchmark.c} (55%)

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



More information about the pkg-hamradio-commits mailing list