[med-svn] [mash] branch master updated (dfd27c1 -> f150851)

Sascha Steinbiss satta at debian.org
Sun Oct 1 10:19:11 UTC 2017


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

satta pushed a change to branch master
in repository mash.

      from  dfd27c1   fix parallel building FTBFS
       new  4ad406c   New upstream version 2.0
       new  bd94420   Merge tag 'upstream/2.0'
       new  61ceab5   new upstream version
       new  a978620   add new man page
       new  f150851   bump Standards-Version

The 5 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:
 .gitignore                                         |   9 +
 INSTALL.txt                                        |   2 +-
 Makefile.in                                        |   3 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 debian/man_src/mash-screen.1.adoc                  |  50 ++
 debian/man_src/mash.1.adoc                         |   5 +-
 debian/patches/drop_memcpy_wrapper.patch           |   4 +-
 debian/patches/hardening.patch                     |   2 +-
 .../patches/link_dynamically_against_capnp.patch   |   2 +-
 debian/patches/parallel.patch                      |   6 +-
 doc/sphinx/tutorials.rst                           |  14 +-
 src/mash/Command.cpp                               |  24 +-
 src/mash/Command.h                                 |   4 +
 src/mash/CommandBounds.cpp                         |  97 ++-
 src/mash/CommandBounds.h                           |   4 +
 src/mash/CommandContain.cpp                        |   5 +
 src/mash/CommandContain.h                          |   4 +
 src/mash/CommandDistance.cpp                       |   7 +-
 src/mash/CommandDistance.h                         |   4 +
 src/mash/CommandFind.cpp                           |  14 +-
 src/mash/CommandFind.h                             |   4 +
 src/mash/CommandInfo.cpp                           |  61 +-
 src/mash/CommandInfo.h                             |   4 +
 src/mash/CommandList.cpp                           |  13 +-
 src/mash/CommandList.h                             |   4 +
 src/mash/CommandPaste.cpp                          |  12 +-
 src/mash/CommandPaste.h                            |   4 +
 src/mash/CommandScreen.cpp                         | 844 +++++++++++++++++++++
 src/mash/CommandScreen.h                           | 163 ++++
 src/mash/CommandSketch.cpp                         |  17 +-
 src/mash/CommandSketch.h                           |   4 +
 src/mash/MinHashHeap.h                             |   4 +-
 src/mash/Sketch.cpp                                |  46 +-
 src/mash/Sketch.h                                  |  10 +-
 src/mash/capnp/MinHash.capnp                       |   4 +-
 src/mash/hash.cpp                                  |   2 +-
 src/mash/hash.h                                    |   4 +-
 src/mash/mash.cpp                                  |  20 +-
 src/mash/schema-1.0.0.json                         | 150 ++++
 src/mash/sketchParameterSetup.cpp                  |   7 +-
 src/mash/sketchParameterSetup.h                    |   4 +
 src/mash/version.h                                 |   2 +-
 43 files changed, 1538 insertions(+), 116 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 debian/man_src/mash-screen.1.adoc
 create mode 100644 src/mash/CommandScreen.cpp
 create mode 100644 src/mash/CommandScreen.h
 create mode 100644 src/mash/schema-1.0.0.json

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mash.git



More information about the debian-med-commit mailing list