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

Richard B. Kreckel git at ginac.de
Sun Nov 8 23:35:44 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  34f23dc638fba5905a1edb3ebcaf99d6eedabf3c (commit)
       via  852fb174c43b49a3ce1b568f959d23e8a1959ee1 (commit)
       via  20159f92a9ffad034172bd36d532e5ffd24c9ff2 (commit)
      from  ff4d880932862000fce73efc3fb6da49c8d63ed6 (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 34f23dc638fba5905a1edb3ebcaf99d6eedabf3c
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Sun Nov 8 23:33:33 2015 +0100

    Replace static const variables with constexpr, where applicable.

commit 852fb174c43b49a3ce1b568f959d23e8a1959ee1
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Sun Nov 8 23:18:19 2015 +0100

    Fix some pedantic compiler warnings.
    
    Found with CLang++ -Wall. (There remain some more, but these are
    more ugly to fix.)

commit 20159f92a9ffad034172bd36d532e5ffd24c9ff2
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Sun Nov 8 22:19:08 2015 +0100

    Replace GiNaC::ToString() with std::to_string().
    
    And, while at it, also make CMake exercise the new real_imag exam
    introduced last week and document successful build with GCC-4.8.

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

Summary of changes:
 INSTALL                        |  2 +-
 check/CMakeLists.txt           |  1 +
 check/time_antipode.cpp        |  2 +-
 check/time_lw_M2.cpp           |  2 +-
 check/time_lw_N.cpp            |  2 +-
 check/time_lw_O.cpp            |  2 +-
 check/time_lw_Q.cpp            |  2 +-
 check/time_lw_Qprime.cpp       |  2 +-
 ginac/CMakeLists.txt           |  1 -
 ginac/Makefile.am              |  2 +-
 ginac/archive.cpp              |  7 +++----
 ginac/basic.h                  |  2 +-
 ginac/factor.cpp               |  2 ++
 ginac/function.cppy            |  3 +--
 ginac/inifcns.cpp              |  2 +-
 ginac/numeric.cpp              |  5 ++---
 ginac/parser/parser_compat.cpp |  2 +-
 ginac/ptr.h                    |  2 +-
 ginac/symbol.cpp               |  5 +----
 ginac/tostring.h               | 41 -----------------------------------------
 20 files changed, 22 insertions(+), 67 deletions(-)
 delete mode 100644 ginac/tostring.h


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


More information about the GiNaC-devel mailing list