[eclib] branch master updated (81b052a -> 7be9c2a)

Julien Puydt julien.puydt at laposte.net
Sun Apr 26 16:03:40 UTC 2015


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

jpuydt-guest pushed a change to branch master
in repository eclib.

      from  81b052a   Updated to newest upstream
      adds  057c210   Imported Upstream version 20150408
       new  f8f876b   Merge tag 'upstream/20150408'
       new  49acd8b   Updated to latest upstream version
      adds  94e4de1   Imported Upstream version 20150423
       new  47e3b2e   Merge tag 'upstream/20150423'
       new  7be9c2a   Updated to latest upstream

The 4 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                                         |   8 +-
 configure.ac                                       |   4 +-
 debian/changelog                                   |   4 +-
 debian/control                                     |   6 +-
 debian/libec1.shlibs                               |   1 -
 debian/{libec1.install => libec2.install}          |   0
 ....lintian-overrides => libec2.lintian-overrides} |   2 +-
 debian/libec2.shlibs                               |   1 +
 how-to-profile.txt                                 |   8 +
 libsrc/curvesort.cc                                |  71 +++++
 libsrc/eclib/curvesort.h                           |  75 +-----
 libsrc/eclib/homspace.h                            |  18 +-
 libsrc/eclib/mat.h                                 |   1 +
 libsrc/eclib/newforms.h                            |   8 +
 libsrc/eclib/smat.h                                |   2 +
 libsrc/eclib/smat_elim.h                           |   1 +
 libsrc/eclib/splitbase.h                           |   4 +
 libsrc/eclib/vec.h                                 |   7 +-
 libsrc/eclib/xmod.h                                |  53 +++-
 libsrc/eclib/xsplit.h                              |  13 +-
 libsrc/eclib/xsplit_data.h                         |  15 +-
 libsrc/gpslave.cc                                  |   2 +-
 libsrc/homspace.cc                                 | 222 +++++++++++++++-
 libsrc/mat.cc                                      | 130 +++++----
 libsrc/newforms.cc                                 |  14 +-
 libsrc/smat.cc                                     | 289 +++++++++++++--------
 libsrc/smat_elim.cc                                |  15 +-
 libsrc/smatrix.cc                                  |   7 +-
 libsrc/svec.cc                                     |  35 +--
 libsrc/vec.cc                                      | 120 ++-------
 libsrc/xsplit.cc                                   | 184 +++++++++----
 libsrc/xsplit_data.cc                              |  66 +++--
 32 files changed, 909 insertions(+), 477 deletions(-)
 delete mode 100644 debian/libec1.shlibs
 rename debian/{libec1.install => libec2.install} (100%)
 rename debian/{libec1.lintian-overrides => libec2.lintian-overrides} (51%)
 create mode 100644 debian/libec2.shlibs
 create mode 100644 how-to-profile.txt

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



More information about the debian-science-commits mailing list