[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-166-g5849153
Jens Vollinga
git at ginac.de
Mon Dec 1 10:15:46 CET 2008
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 58491538f7362529b3eaa1bcffcab3e9c0f0d049 (commit)
via 481e3e83f6b71d6639dd5c3fbd3c0d1e1ac18328 (commit)
via c277943ace48d2f22f7016ba9439ff7cb949a231 (commit)
from 6ddfb1a594386a48ab627ef7237e897535235593 (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 58491538f7362529b3eaa1bcffcab3e9c0f0d049
Author: Alexei Sheplyakov <varg at theor.jinr.ru>
Date: Mon Dec 1 10:13:12 2008 +0100
[PATCH] [build] Simplify generation of ginac/version.h
commit 481e3e83f6b71d6639dd5c3fbd3c0d1e1ac18328
Author: Alexei Sheplyakov <varg at theor.jinr.ru>
Date: Mon Dec 1 10:12:25 2008 +0100
[PATCH] Fix GiNaC library version information.
The libtool naming scheme cannot guarantee that on all systems, the numbering
is consecutive. It only guarantees that it is increasing. This doesn't matter,
though: there is not incurred cost for numbers that are omitted, except for
shrinking the available space of leftover numbers. Not something we need to
worry about yet. ;-) On the other hand, tricks which we were using to make
version numbers consecutive on GNU/Linux break versioning on other OSes.
commit c277943ace48d2f22f7016ba9439ff7cb949a231
Author: Jens Vollinga <jensv at balin.nikhef.nl>
Date: Mon Dec 1 09:54:53 2008 +0100
Fixed a problem in polynomial divide by deactivating a recursion that lead to a
significant slowdown in sqrfree() and sometimes to a infinite loop.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 51 +++++++++++++++++++++++++--------------------------
ginac/normal.cpp | 13 +++++++------
ginac/version.h.in | 12 ++++++++----
3 files changed, 40 insertions(+), 36 deletions(-)
hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations
More information about the GiNaC-devel
mailing list