[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, c++11, updated. release_1-4-0-527-gec3f0ad
Richard B. Kreckel
git at ginac.de
Wed Feb 3 08:31:43 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 ec3f0adc471cd6205e81115111070421c8477c6e (commit)
via 227c0507d513360c31cd16484e08215e1a506363 (commit)
from 319c9533e12eba2449001c47545e3c3cf48c482f (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 ec3f0adc471cd6205e81115111070421c8477c6e
Author: Richard Kreckel <kreckel at ginac.de>
Date: Wed Feb 3 08:13:58 2016 +0100
[bugfix] fix sqrfree(poly) for zero polynomials in disguise.
Yun's algorithm now handles polynomials which would become zero after
expanding.
commit 227c0507d513360c31cd16484e08215e1a506363
Author: Richard Kreckel <kreckel at ginac.de>
Date: Sun Jan 31 10:15:50 2016 +0100
Remove extra cases for missing <stdint.h>.
Use <cstdint> unconditionally -- it's been standardized in C++11.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 1 -
acinclude.m4 | 1 +
check/exam_paranoia.cpp | 47 +++++++++++++++++++++++++++++++++++++++++
config.cmake.in | 1 -
ginac/constant.cpp | 2 +-
ginac/hash_seed.h | 2 +-
ginac/normal.cpp | 14 ++++++++----
ginac/parser/default_reader.cpp | 7 +-----
ginac/parser/parser.cpp | 7 +-----
ginac/utils.h | 38 +++------------------------------
10 files changed, 65 insertions(+), 55 deletions(-)
hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations
More information about the GiNaC-devel
mailing list