[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-663-g1193f765
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 1193f765c62171a4267ef0138ecc22c875a7daf4 (commit) via e937cf43540a47c8163a3f590b2415487a7b8f0a (commit) from 5f7f81ad35a80e12c6a9a2272e3882387732be4f (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 1193f765c62171a4267ef0138ecc22c875a7daf4 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Jun 28 17:21:33 2020 +0200 Add exam for exam_common_factors. Including a case involving a hidden zero to catch errors like the one fixed in 5f7f81ad35a, as suggested by Alexey Sheplyakov <asheplyakov@yandex.ru>. commit e937cf43540a47c8163a3f590b2415487a7b8f0a Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Jun 28 16:07:30 2020 +0200 [build] Check for python3 command, not python. PEP 394 does not require the python command to be installed. ----------------------------------------------------------------------- Summary of changes: check/CMakeLists.txt | 1 + check/Makefile.am | 4 +++ check/exam_collect_common_factors.cpp | 59 +++++++++++++++++++++++++++++++++++ configure.ac | 8 ++--- 4 files changed, 68 insertions(+), 4 deletions(-) create mode 100644 check/exam_collect_common_factors.cpp hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
Richard B. Kreckel