[vspline] branch master updated (e3b0b66 -> 0796a11)

Kay F. Jahnke kfjahnke at gmail.com
Sat Nov 18 08:36:33 UTC 2017


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

kfj-guest pushed a change to branch master
in repository vspline.

      from  e3b0b66   Release to unstable.
      adds  8a5a3a5   Imported Upstream version 0.3.1
       new  de54b05   Merge tag 'upstream/0.3.1'
       new  cd7e982   brought package up to vspline version 0.3.1 ran "gbp import-orig --pristine-tar --uscan" to fetch new upstream code upped standards version to 4.11 modified description slightly to reflect new/changed functionality added a changelog entry to document this update
       new  0796a11   updated the header and example file lists in debian folder

The 3 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:
 README.rst                            |   19 +-
 basis.h                               |   36 +-
 brace.h                               |  182 +--
 bspline.h                             |  622 +++++-----
 common.h                              |  328 +++++-
 debian/changelog                      |    4 +
 debian/control                        |    7 +-
 debian/vspline-dev.examples           |   10 +
 debian/vspline-dev.install            |    3 +-
 domain.h                              |  299 +++++
 doxy.h                                |  188 ++-
 eval.h                                | 2040 ++++++++++++++++++---------------
 example/ca_correct.cc                 |  518 +++++++++
 example/channels.cc                   |   23 +-
 example/complex.cc                    |   66 +-
 example/eval.cc                       |   56 +-
 example/examples.sh                   |   19 +-
 example/gradient.cc                   |   39 +-
 example/{gradient.cc => gradient2.cc} |   35 +-
 example/grok.cc                       |  123 ++
 example/gsm.cc                        |   18 +-
 example/gsm2.cc                       |   56 +-
 example/impulse_response.cc           |   50 +-
 example/mandelbrot.cc                 |  202 ++++
 example/n_shift.cc                    |  240 ++++
 example/quickstart.cc                 |  133 +++
 example/restore_test.cc               |  650 +++++++++++
 example/roundtrip.cc                  |  220 +++-
 example/slice.cc                      |   10 +-
 example/slice2.cc                     |   61 +-
 example/slice3.cc                     |   17 +-
 example/splinus.cc                    |  125 +-
 example/use_map.cc                    |   75 +-
 example/verify.cc                     |  226 ++++
 filter.h                              |  281 +++--
 map.h                                 |  626 +++++-----
 multithread.h                         |   42 +-
 poles.h                               |  934 +++++++--------
 prefilter.h                           |   41 +-
 prefilter_poles.cc                    |  232 ++--
 thread_pool.h                         |    2 +-
 remap.h => transform.h                | 1166 ++++++++++++-------
 unary_functor.h                       |  962 +++++++++++-----
 vspline.doxy                          |    2 +-
 vspline.h                             |    9 +-
 45 files changed, 7581 insertions(+), 3416 deletions(-)
 create mode 100644 domain.h
 create mode 100644 example/ca_correct.cc
 copy example/{gradient.cc => gradient2.cc} (82%)
 create mode 100644 example/grok.cc
 create mode 100644 example/mandelbrot.cc
 create mode 100644 example/n_shift.cc
 create mode 100644 example/quickstart.cc
 create mode 100644 example/restore_test.cc
 create mode 100644 example/verify.cc
 rename remap.h => transform.h (52%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vspline.git



More information about the debian-science-commits mailing list