[primesieve] branch master updated (a4d96b4 -> d577608)

Jerome Benoit calculus-guest at moszumanska.debian.org
Mon Nov 9 23:36:06 UTC 2015


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

calculus-guest pushed a change to branch master
in repository primesieve.

      from  a4d96b4   Slightly Modified Imported Debian patch 5.5.0~rc1+ds-1
      adds  10e13a9   Imported Upstream version 5.5.0
       new  cdcea9f   Merge tag 'upstream/5.5.0'
      adds  af1b2e4   Imported Upstream version 5.5.0+ds
       new  a024fd8   Merge tag 'upstream/5.5.0+ds'
       new  d577608   Imported Debian patch 5.5.0+ds-1

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:
 ChangeLog                                 |  21 +++--
 HACKING.md                                |   1 -
 Makefile.am                               |   7 +-
 Makefile.msvc                             |   4 +-
 README.md                                 |  41 +++++----
 appveyor.yml                              |  26 ++++++
 autogen.sh                                |  20 ++---
 configure.ac                              |  24 +++--
 debian/adhoc/Makefile                     |   3 +
 debian/changelog                          |   9 ++
 debian/clean                              |   1 +
 debian/rules                              |   2 +-
 doxygen/{Doxyfile => Doxyfile.in}         |   6 +-
 doxygen/mainpage.dox                      |  40 ++++-----
 examples/c/store_primes_in_array.c        |   2 +-
 examples/cpp/count_primes.cpp             |   3 +-
 examples/cpp/store_primes_in_vector.cpp   |   7 +-
 include/primesieve.h                      |  13 ++-
 include/primesieve.hpp                    |  24 +++--
 include/primesieve/WheelFactorization.hpp |  42 ++++++---
 include/primesieve/config.hpp             |  32 ++++---
 include/primesieve/primesieve_iterator.h  |   4 +-
 src/apps/console/cmdoptions.cpp           |  56 ++++++++----
 src/apps/console/cmdoptions.hpp           |   9 +-
 src/apps/console/help.cpp                 |  21 +++--
 src/apps/console/main.cpp                 | 140 ++++++++++++++++++++----------
 src/primesieve/EratBig.cpp                |   2 +-
 src/primesieve/EratMedium.cpp             |  21 ++++-
 src/primesieve/ParallelPrimeSieve.cpp     |   4 +-
 src/primesieve/PrimeSieve-nthPrime.cpp    |   5 +-
 src/primesieve/PrimeSieve.cpp             |   2 +-
 src/primesieve/SieveOfEratosthenes.cpp    |   2 +-
 src/primesieve/iterator.cpp               |   1 -
 src/primesieve/primesieve-api-c.cpp       |   5 +-
 src/primesieve/primesieve-api.cpp         |   5 +-
 src/primesieve/primesieve_iterator.cpp    |   1 -
 36 files changed, 387 insertions(+), 219 deletions(-)
 create mode 100644 appveyor.yml
 rename doxygen/{Doxyfile => Doxyfile.in} (88%)

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



More information about the debian-science-commits mailing list