[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, c++11, updated. release_1-4-0-535-gbb68d77
Richard B. Kreckel
git at ginac.de
Thu Feb 25 22:28:04 CET 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GiNaC -- a C++ library for symbolic computations".
The branch, c++11 has been updated
via bb68d77b93ad9aab1be3705e052d7091cee94d56 (commit)
via cd22e73d44e3320898f62a0accdbbe005b33d3e5 (commit)
from bf0356b977d1f0917af59d3d441acc243392d766 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bb68d77b93ad9aab1be3705e052d7091cee94d56
Author: Richard Kreckel <kreckel at ginac.de>
Date: Thu Feb 25 22:12:28 2016 +0100
Use C++11 'auto' and range-based for loops where possible.
commit cd22e73d44e3320898f62a0accdbbe005b33d3e5
Author: Richard Kreckel <kreckel at ginac.de>
Date: Mon Feb 22 22:51:40 2016 +0100
Use C++11 'nullptr' where applicable.
-----------------------------------------------------------------------
Summary of changes:
ginac/archive.cpp | 30 ++--
ginac/archive.h | 1 -
ginac/basic.cpp | 2 +-
ginac/clifford.cpp | 30 ++--
ginac/color.cpp | 2 +-
ginac/ex.cpp | 2 +-
ginac/expairseq.cpp | 2 +-
ginac/fderivative.cpp | 12 +-
ginac/function.cppy | 18 +--
ginac/idx.cpp | 4 +-
ginac/inifcns_nstdsums.cpp | 291 ++++++++++++++++------------------
ginac/integral.cpp | 2 +-
ginac/ncmul.cpp | 2 +-
ginac/normal.cpp | 2 +-
ginac/numeric.cpp | 2 +-
ginac/operators.cpp | 16 +-
ginac/parser/default_reader.cpp | 3 +-
ginac/parser/parser.cpp | 2 +-
ginac/polynomial/collect_vargs.cpp | 4 +-
ginac/polynomial/primpart_content.cpp | 2 +-
ginac/power.cpp | 6 +-
ginac/pseries.cpp | 2 +-
ginac/relational.cpp | 2 +-
ginac/remember.cpp | 10 +-
ginsh/ginsh_lexer.lpp | 6 +-
ginsh/ginsh_parser.ypp | 14 +-
26 files changed, 226 insertions(+), 243 deletions(-)
hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations
More information about the GiNaC-devel
mailing list