[pynac] branch master updated (a6dad74 -> 507638f)
Julien Puydt
julien.puydt at laposte.net
Mon Jun 15 18:38:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch master
in repository pynac.
from a6dad74 Updated to 0.3.8
adds 1503054 Imported Upstream version 0.4.0
new efd8b37 Merge tag 'upstream/0.4.0'
new cb9931d Updated to 0.4.0
adds bec9f19 Imported Upstream version 0.4.1
new 9293f42 Merge tag 'upstream/0.4.1'
new 507638f Update to 0.4.1 and revert the patch for C++11 since it's now 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:
configure.ac | 5 +-
debian/changelog | 5 +-
debian/patches/fix_Python_include | 15 -
debian/patches/series | 1 -
ginac/Makefile.am | 17 +-
ginac/add.cpp | 219 ++---
ginac/add.h | 4 +-
ginac/archive.cpp | 109 +--
ginac/archive.h | 2 +-
ginac/basic.cpp | 67 +-
ginac/basic.h | 12 +-
ginac/class_info.h | 16 +-
ginac/clifford.cpp | 71 +-
ginac/clifford.h | 8 +-
ginac/color.cpp | 647 -------------
ginac/color.h | 194 ----
ginac/constant.cpp | 12 +-
ginac/constant.h | 6 +-
ginac/container.h | 109 +--
ginac/ex.cpp | 10 +-
ginac/ex.h | 12 +-
ginac/excompiler.h | 128 ---
ginac/expair.h | 2 +-
ginac/expairseq.cpp | 332 ++++---
ginac/expairseq.h | 22 +-
ginac/fderivative.cpp | 42 +-
ginac/fderivative.h | 8 +-
ginac/function.cpp | 104 ++-
ginac/function.h | 15 +-
ginac/ginac.h | 3 -
ginac/hash_map.h | 597 ------------
ginac/idx.cpp | 6 +-
ginac/idx.h | 4 +-
ginac/indexed.cpp | 70 +-
ginac/indexed.h | 8 +-
ginac/infinity.cpp | 9 +-
ginac/infinity.h | 2 +-
ginac/inifcns.cpp | 68 +-
ginac/inifcns_nstdsums.cpp | 173 +---
ginac/input_lexer.cc | 1824 -------------------------------------
ginac/input_lexer.h | 69 --
ginac/input_lexer.ll | 211 -----
ginac/integral.cpp | 10 +-
ginac/integral.h | 2 +-
ginac/lst.cpp | 6 +-
ginac/matrix.cpp | 140 ++-
ginac/matrix.h | 4 +-
ginac/mul.cpp | 455 +++++----
ginac/mul.h | 8 +-
ginac/ncmul.cpp | 91 +-
ginac/ncmul.h | 6 +-
ginac/normal.cpp | 109 ++-
ginac/normal.h | 2 +-
ginac/numeric.cpp | 60 +-
ginac/numeric.h | 11 +-
ginac/operators.cpp | 31 +-
ginac/order.cpp | 30 +-
ginac/order.h | 3 +-
ginac/power.cpp | 161 ++--
ginac/power.h | 6 +-
ginac/print.h | 12 +-
ginac/pseries.cpp | 224 ++---
ginac/pseries.h | 4 +-
ginac/py_funcs.h | 4 +-
ginac/registrar.h | 6 +-
ginac/relational.cpp | 4 +-
ginac/relational.h | 2 +-
ginac/remember.cpp | 16 +-
ginac/remember.h | 2 +-
ginac/structure.h | 266 ------
ginac/symbol.cpp | 68 +-
ginac/symbol.h | 11 +-
ginac/symmetry.cpp | 37 +-
ginac/tensor.cpp | 3 +-
ginac/utils.cpp | 4 +-
m4/ax_cxx_compile_stdcxx_11.m4 | 165 ++++
76 files changed, 1604 insertions(+), 5597 deletions(-)
delete mode 100644 debian/patches/fix_Python_include
delete mode 100644 debian/patches/series
delete mode 100644 ginac/color.cpp
delete mode 100644 ginac/color.h
delete mode 100644 ginac/excompiler.h
delete mode 100644 ginac/hash_map.h
delete mode 100644 ginac/input_lexer.cc
delete mode 100644 ginac/input_lexer.h
delete mode 100644 ginac/input_lexer.ll
delete mode 100644 ginac/structure.h
create mode 100644 m4/ax_cxx_compile_stdcxx_11.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