[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-446-gc814fb2
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 c814fb2991fc9d44c7466da5bbf20e58c0f4238f (commit) via 5745deb8dbcee040d1012b8260ed317eb2a32f4b (commit) from 0b985d5336debdd396f0fbeca8df850af5f569f4 (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 c814fb2991fc9d44c7466da5bbf20e58c0f4238f Author: Vladimir Kisil <kisilv@maths.leeds.ac.uk> Date: Tue Apr 14 23:14:09 2015 +0200 Make power::expand() (x*p)^c -> x^c * p^c, if p>0. This expansion seems to be helpful in many cases. commit 5745deb8dbcee040d1012b8260ed317eb2a32f4b Author: Martin Vala <mvala@saske.sk> Date: Tue Apr 14 22:50:31 2015 +0200 Make compile_ex() work with CMake. Infrastructure fixes to make CMake find libdl and make ginac-excompiler listen to the $CXXFLAGS environment variable. ----------------------------------------------------------------------- Summary of changes: CMakeLists.txt | 5 +++++ check/CMakeLists.txt | 2 +- check/exam_powerlaws.cpp | 32 ++++++++++++++++++++++++++++++ cmake/modules/FindLibDL.cmake | 30 +++++++++++++++++++++++++++++ config.cmake.in | 1 + doc/examples/compile1.cpp | 3 +++ doc/examples/compile2.cpp | 3 +++ doc/examples/compile3.cpp | 3 +++ doc/tutorial/ginac.texi | 8 +++++++- ginac/power.cpp | 45 +++++++++++++++++++++++++++++++++++++++++++ ginsh/CMakeLists.txt | 2 +- tools/CMakeLists.txt | 11 ++++++++++- tools/ginac-excompiler.in | 2 +- 13 files changed, 142 insertions(+), 5 deletions(-) create mode 100644 cmake/modules/FindLibDL.cmake hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
git@ginac.de