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, master has been updated via d17698029e50bb0805ef70d299b58cf6f799e1d1 (commit) via d4ea19a525805e98ddbc8c88a4bb229763373c04 (commit) via 3563317bdfee90677c041bf1cb585ad220e9b7d3 (commit) via 4eff40dfafb72aeb484910c9ecef791b95332e9f (commit) from f1a824bb5b7535c26c75ef03615179680c0f9753 (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 d17698029e50bb0805ef70d299b58cf6f799e1d1 Author: Richard Kreckel <kreckel@ginac.de> Date: Mon Aug 3 20:45:53 2020 +0200 Finalize 1.7.11 release. commit d4ea19a525805e98ddbc8c88a4bb229763373c04 Author: Richard Kreckel <kreckel@ginac.de> Date: Mon Aug 3 20:44:09 2020 +0200 Add m4/host-cpu-c-abi.m4. This avoids warnings about gl_HOST_CPU_C_ABI_32BIT being m4_require'd but not m4_defun'd. commit 3563317bdfee90677c041bf1cb585ad220e9b7d3 Author: Richard Kreckel <kreckel@ginac.de> Date: Mon Aug 3 20:01:13 2020 +0200 Clean up check suite a little bit. Some tests in tiny test files are better moved elsewhere to reduce compile and link time. commit 4eff40dfafb72aeb484910c9ecef791b95332e9f Author: Richard Kreckel <kreckel@ginac.de> Date: Mon Aug 3 19:20:56 2020 +0200 Remove obsolete debug #include file from factor.cpp. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 + check/CMakeLists.txt | 2 - check/Makefile.am | 8 - check/check_mul_info.cpp | 14 - check/exam_factor.cpp | 52 ++-- check/exam_paranoia.cpp | 12 + check/factor_univariate_bug.cpp | 21 -- ginac/factor.cpp | 4 - ginac/version.h | 4 +- m4/host-cpu-c-abi.m4 | 664 ++++++++++++++++++++++++++++++++++++++++ 10 files changed, 703 insertions(+), 81 deletions(-) delete mode 100644 check/check_mul_info.cpp delete mode 100644 check/factor_univariate_bug.cpp create mode 100644 m4/host-cpu-c-abi.m4 hooks/post-receive -- GiNaC -- a C++ library for symbolic computations