[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-420-g1172e1b
Alexei Sheplyakov
git at ginac.de
Sun Feb 2 16:57:30 CET 2014
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 1172e1bef381de7fc303997c7790785132e2de88 (commit)
via f2efaa250656be56ffc66d6c98b3384fd8d9a60d (commit)
via 741cfbcecd0d64faeb843823ece888758f2a9d84 (commit)
via 244c5cb90b4650deebb237eaaadc02fb90ad7682 (commit)
via bed06c78cdca3df4edccd26ef3cf913b1c82be76 (commit)
via a2c08961530e08935a372913c9bc9bb5c3d89d27 (commit)
via a81a2c92a099f07d9451f4d182484af40aa1fe4e (commit)
via bee5f67dae5b409bc53ff71cb98f6630832540e7 (commit)
from 5acfced77964d811d66f83e83b8fa06d77f3edd0 (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 1172e1bef381de7fc303997c7790785132e2de88
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date: Sun Feb 2 12:56:46 2014 +0200
[build] Document that Python is required for building GiNaC.
commit f2efaa250656be56ffc66d6c98b3384fd8d9a60d
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date: Sun Feb 2 17:49:18 2014 +0200
[build] Fix `make pdf' for out of the source (auto* tools) build.
commit 741cfbcecd0d64faeb843823ece888758f2a9d84
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date: Sun Feb 2 17:47:38 2014 +0200
[build] Include the generated sources (function.{h,cpp}) into the tarball.
commit 244c5cb90b4650deebb237eaaadc02fb90ad7682
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date: Sat Feb 1 18:56:29 2014 +0200
[build] Include CMake related files into the tarball.
commit bed06c78cdca3df4edccd26ef3cf913b1c82be76
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date: Sat Feb 1 18:50:37 2014 +0200
[build] Include the helper scripts into the tarball.
commit a2c08961530e08935a372913c9bc9bb5c3d89d27
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date: Fri Jan 31 21:46:26 2014 +0200
check: auto* tools build: compile and run check_mul_info.
commit a81a2c92a099f07d9451f4d182484af40aa1fe4e
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date: Tue Jan 28 08:59:48 2014 +0200
[build] ginsh: fix `make distcheck' failure.
commit bee5f67dae5b409bc53ff71cb98f6630832540e7
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date: Sat Jan 18 14:13:46 2014 +0200
log_eval: don't apply the log(x^p) -> p*log(x) rule.
Automatically transforming log(p^2) into 2 log(p) might be quite annoying.
Perhaps this transformation should be moved to expand() and applied only
if expand_options::expand_transcendental is specified.
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 3 ++-
Makefile.am | 12 +++++++++++-
check/Makefile.am | 5 +++++
check/exam_inifcns.cpp | 3 ---
doc/Makefile.am | 1 +
doc/examples/Makefile.am | 2 +-
doc/reference/Makefile.am | 3 ++-
doc/tutorial/Makefile.am | 2 +-
ginac/Makefile.am | 3 ++-
ginac/inifcns_trans.cpp | 5 -----
ginsh/Makefile.am | 6 +++---
tools/Makefile.am | 2 +-
12 files changed, 29 insertions(+), 18 deletions(-)
hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations
More information about the GiNaC-devel
mailing list