[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-575-ga807c9f
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 a807c9f5b361fb60e3d0f32de11dcfb3e853f219 (commit) via 864d9d65c5ecd0b4fffa9162c156383fd5cb9951 (commit) via d38e670373b3df4e7ff5835ac4f67743f1351e95 (commit) from 8305ec388e5c205b7392566d32582f9d08adb88d (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 a807c9f5b361fb60e3d0f32de11dcfb3e853f219 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Nov 6 19:41:47 2016 +0100 Fix MSC compiler warning. Thanks to Jan Rheinländer for reporting this. commit 864d9d65c5ecd0b4fffa9162c156383fd5cb9951 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Nov 6 19:35:46 2016 +0100 Clean up some header files and fix compilation with MSC. On MSC there is no <unistd.h>. It turns out that we need to #include <io.h> in order to use close(3). This fixes the build failure introduced in 8305ec38. Thanks to Jan Rheinländer for reporting this. commit d38e670373b3df4e7ff5835ac4f67743f1351e95 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Nov 6 18:39:08 2016 +0100 Remove configure check for type 'long long'. This type with at least 64 bits is mandatory since C++11. ----------------------------------------------------------------------- Summary of changes: acinclude.m4 | 1 - check/mul_eval_memleak.cpp | 1 - check/timer.cpp | 1 - configure.ac | 4 ---- ginac/excompiler.cpp | 12 +++++++++--- ginac/numeric.cpp | 2 +- 6 files changed, 10 insertions(+), 11 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
git@ginac.de