[pynac] branch master updated (948f609 -> ae6b91c)

Julien Puydt julien.puydt at laposte.net
Fri Jun 10 15:14:04 UTC 2016


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

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

      from  948f609   Update copyrights -- thanks Gianfranco Costamagna
      adds  9f1eba4   Imported Upstream version 0.6.7
       new  631ffac   Merge tag 'upstream/0.6.7'
       new  ae6b91c   Packaging 0.6.7

The 2 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                  |    2 +
 compile_commands.json       |  222 ++++++
 configure.ac                |   25 +-
 debian/changelog            |    6 +
 ginac/Makefile.am           |   18 +-
 ginac/add.cpp               |   45 +-
 ginac/add.h                 |    2 +-
 ginac/archive.cpp           |   14 +-
 ginac/assume.cpp            |    6 +-
 ginac/basic.cpp             |   44 +-
 ginac/basic.h               |   21 +-
 ginac/clifford.cpp          |   18 +-
 ginac/constant.cpp          |    2 +-
 ginac/ex.cpp                |   67 +-
 ginac/ex.h                  |   14 +-
 ginac/expairseq.cpp         |   38 +-
 ginac/expairseq.h           |    1 +
 ginac/exprseq.cpp           |    5 +-
 ginac/exprseq.h             |    2 +-
 ginac/fderivative.cpp       |    8 +-
 ginac/function.cpp          |   88 +--
 ginac/ginac.h               |    2 +
 ginac/idx.cpp               |   12 +-
 ginac/indexed.cpp           |   18 +-
 ginac/infinity.cpp          |    6 +-
 ginac/inifcns.cpp           |   16 +-
 ginac/inifcns_hyperb.cpp    |    2 +-
 ginac/inifcns_orthopoly.cpp |   25 +-
 ginac/inifcns_trans.cpp     |    4 +-
 ginac/inifcns_trig.cpp      |  159 ++--
 ginac/integral.cpp          |   12 +-
 ginac/matrix.cpp            |   15 +-
 ginac/mpoly-giac.cpp        |  482 ++++++++++++
 ginac/mpoly-ginac.cpp       | 1416 +++++++++++++++++++++++++++++++++++
 ginac/{normal.h => mpoly.h} |   38 +-
 ginac/mul.cpp               |   57 +-
 ginac/mul.h                 |    2 +-
 ginac/ncmul.cpp             |   15 +-
 ginac/normal.cpp            | 1748 +------------------------------------------
 ginac/normal.h              |   38 +-
 ginac/numeric.cpp           |  194 +++--
 ginac/numeric.h             |   11 +
 ginac/operators.cpp         |    6 +-
 ginac/power.cpp             |   44 +-
 ginac/power.h               |    2 +-
 ginac/pseries.cpp           |   46 +-
 ginac/pseries.h             |    1 -
 ginac/ptr.h                 |    2 +-
 ginac/registrar.h           |    5 +-
 ginac/relational.cpp        |    6 +-
 ginac/relational.h          |    8 +-
 ginac/symbol.cpp            |    2 +-
 ginac/symbol.h              |    6 +
 ginac/symmetry.cpp          |    4 +-
 ginac/upoly-ginac.cpp       |  411 ++++++++++
 ginac/{normal.h => upoly.h} |   32 +-
 ginac/utils.h               |   12 +-
 m4/ax_prefix_config_h.m4    |  203 +++++
 58 files changed, 3333 insertions(+), 2377 deletions(-)
 create mode 100644 compile_commands.json
 create mode 100644 ginac/mpoly-giac.cpp
 create mode 100644 ginac/mpoly-ginac.cpp
 copy ginac/{normal.h => mpoly.h} (51%)
 create mode 100644 ginac/upoly-ginac.cpp
 copy ginac/{normal.h => upoly.h} (67%)
 create mode 100644 m4/ax_prefix_config_h.m4

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



More information about the debian-science-commits mailing list