[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, c++11, created. release_1-4-0-472-ge935014
Richard B. Kreckel
git at ginac.de
Tue Nov 3 21:39:23 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 created
at e9350141809e90921b793ef0e5ee2ece71c96fad (commit)
- Log -----------------------------------------------------------------
commit e9350141809e90921b793ef0e5ee2ece71c96fad
Author: Richard Kreckel <kreckel at ginac.de>
Date: Tue Nov 3 21:23:16 2015 +0100
Use AX_CXX_COMPILE_STDCXX_11 macro to force C++11 compilation.
commit faf8c206bdcd01eee758103d56b83a634f787e7a
Author: Richard Kreckel <kreckel at ginac.de>
Date: Tue Nov 3 20:53:07 2015 +0100
Fix most remaining GCC compiler warnings.
commit ac8c33efafa1c9f62db040db0d974f47229960b8
Author: Richard Kreckel <kreckel at ginac.de>
Date: Tue Nov 3 16:46:06 2015 +0100
Move ctors for classes matrix and pseries.
commit 1b8bcb068171ce9d5c8202ae3c76647b65c9a06d
Author: Richard Kreckel <kreckel at ginac.de>
Date: Tue Nov 3 14:15:57 2015 +0100
Use C++11 range-based foor loops and auto, where possible.
commit 38e03cb00e07aa13d10ba75f79a5fee593b6f2cb
Author: Richard Kreckel <kreckel at ginac.de>
Date: Mon Nov 2 00:00:48 2015 +0100
Update documentation of prerequisites.
commit acae7ab5a4dc94d1f54ba794f32f5764cdb4d704
Author: Richard Kreckel <kreckel at ginac.de>
Date: Sun Nov 1 23:48:05 2015 +0100
Replace use of NULL by C++11 nullptr.
commit 7d2c44606a17c76f6bec520c22eba96fa5875961
Author: Richard Kreckel <kreckel at ginac.de>
Date: Sun Nov 1 20:16:12 2015 +0100
Remove dependence on depreacted std::auto_ptr<T>.
Most of the auto_ptr were introduced to avoid copying. C++11 supports
move semantics for this. Some other can be replaced by std::unique_ptr<T>.
commit 0e22c5a63bb0f5792beba531d77944db18e3c191
Author: Richard Kreckel <kreckel at ginac.de>
Date: Sat Oct 31 17:18:55 2015 +0100
Remove support for Cint.
commit c532971f9e99886781437912ae1655719284ac2f
Author: Richard Kreckel <kreckel at ginac.de>
Date: Sat Oct 31 17:02:14 2015 +0100
Remove unfinished code for hash table-based expairseq.
This is unfinished code by A.F. Later generations don't ever
seem to have tinkered much with it. ;-)
-----------------------------------------------------------------------
hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations
More information about the GiNaC-devel
mailing list