[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, c++11, updated. release_1-4-0-507-ga56196f

Richard B. Kreckel git at ginac.de
Thu Dec 17 23:10:57 CET 2015


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, c++11 has been updated
       via  a56196f3830a5a467d79b6d7009598e7f05ba7d3 (commit)
       via  da3cc1d79533680f0722be73abe95aedcac96b72 (commit)
       via  6eb7dee7ea9e83d3e0599aec9ab7c6084a47b71c (commit)
      from  82df718524319471d3a92fb051329aa8cd529c22 (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 a56196f3830a5a467d79b6d7009598e7f05ba7d3
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu Dec 17 22:57:04 2015 +0100

    include <algorithm> for use of std::min().
    
    Thanks to Jan Rheinländer for reporting this.

commit da3cc1d79533680f0722be73abe95aedcac96b72
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu Dec 17 22:45:50 2015 +0100

    Remove useless code in add::eval().
    
    With commit ae6c004b, we have actually a more rigorous solution for the
    bug fixed first (and wrongly) on September 23 2010 with commit 89d5356b.
    This patch removes the now useless code and adds the new regression check
    from master, just in case.

commit 6eb7dee7ea9e83d3e0599aec9ab7c6084a47b71c
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu Dec 17 09:32:15 2015 +0100

    Add rvalue reference ctors from epvectors for add, mul.

-----------------------------------------------------------------------

Summary of changes:
 check/exam_cra.cpp           |  1 +
 check/exam_paranoia.cpp      | 20 +++++++++++++++-----
 ginac/add.cpp                | 33 ++++++++++-----------------------
 ginac/add.h                  |  3 ++-
 ginac/mul.cpp                |  7 +++++++
 ginac/mul.h                  |  1 +
 ginac/polynomial/mod_gcd.cpp |  1 +
 7 files changed, 37 insertions(+), 29 deletions(-)


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations


More information about the GiNaC-devel mailing list