[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, ginac_1-4, updated. release_1-4-0-32-gc5b3353
varg at theor.jinr.ru
varg at theor.jinr.ru
Tue Mar 4 06:57:51 CET 2008
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, ginac_1-4 has been updated
via c5b33532bf01f11cbc989b52c527d96762b5c622 (commit)
from 87075486bb2b63a6d8b577722bf2cb08bf7143be (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 c5b33532bf01f11cbc989b52c527d96762b5c622
Author: Alexei Sheplyakov <varg at theor.jinr.ru>
Date: Thu Feb 28 10:11:50 2008 +0300
check: indicate the test failures with non-zero exit code; split test programs.
IMNSHO parsing the output of test programs in order to check if the
tests passed is a bad idea (and it causes *real* problems, see e.g.
http://www.ginac.de/pipermail/ginac-list/2008-February/001345.html).
It's much simpler and cleaner to indicate the failure in a genuine
*NIX way: exit with nonzero code.
-----------------------------------------------------------------------
Summary of changes:
check/Makefile.am | 245 ++++++++++++++++++++++++++++++++++-----
check/check_inifcns.cpp | 19 ++--
check/check_lsolve.cpp | 22 ++--
check/check_matrices.cpp | 26 +++--
check/check_numeric.cpp | 18 ++--
check/checks.cpp | 60 ----------
check/checks.h | 47 --------
check/checks.ref | 8 --
check/exam_archive.cpp | 21 ++--
check/exam_clifford.cpp | 18 ++--
check/exam_color.cpp | 18 ++--
check/exam_differentiation.cpp | 17 ++--
check/exam_hashmap.cpp | 19 ++--
check/exam_indexed.cpp | 18 ++--
check/exam_inifcns.cpp | 18 ++--
check/exam_inifcns_nstdsums.cpp | 20 ++--
check/exam_lsolve.cpp | 18 ++--
check/exam_matrices.cpp | 18 ++--
check/exam_misc.cpp | 19 ++--
check/exam_normalization.cpp | 18 ++--
check/exam_numeric.cpp | 20 ++--
check/exam_paranoia.cpp | 18 ++--
check/exam_polygcd.cpp | 18 ++--
check/exam_powerlaws.cpp | 18 ++--
check/exam_pseries.cpp | 17 ++--
check/exam_structure.cpp | 20 ++--
check/exams.cpp | 70 -----------
check/exams.h | 51 --------
check/exams.ref | 36 ------
check/randomize_serials.cpp | 31 +++++
check/run_checks | 4 -
check/run_exams | 4 -
check/run_times | 4 -
check/time_antipode.cpp | 23 ++--
check/time_dennyfliegner.cpp | 24 +++--
check/time_fateman_expand.cpp | 22 +++--
check/time_gammaseries.cpp | 23 +++--
check/time_hashmap.cpp | 24 +++--
check/time_lw_A.cpp | 24 +++--
check/time_lw_B.cpp | 23 +++--
check/time_lw_C.cpp | 24 +++--
check/time_lw_D.cpp | 24 +++--
check/time_lw_E.cpp | 24 +++--
check/time_lw_F.cpp | 24 +++--
check/time_lw_G.cpp | 24 +++--
check/time_lw_H.cpp | 24 +++--
check/time_lw_IJKL.cpp | 28 +++--
check/time_lw_M1.cpp | 23 +++--
check/time_lw_M2.cpp | 24 +++--
check/time_lw_N.cpp | 25 +++--
check/time_lw_O.cpp | 34 +++---
check/time_lw_P.cpp | 25 +++--
check/time_lw_Pprime.cpp | 24 +++--
check/time_lw_Q.cpp | 25 +++--
check/time_lw_Qprime.cpp | 25 +++--
check/time_toeplitz.cpp | 23 +++--
check/time_vandermonde.cpp | 23 +++--
check/times.cpp | 104 -----------------
check/times.h | 63 ----------
check/times.ref | 56 ---------
60 files changed, 820 insertions(+), 967 deletions(-)
delete mode 100644 check/checks.cpp
delete mode 100644 check/checks.h
delete mode 100644 check/checks.ref
delete mode 100644 check/exams.cpp
delete mode 100644 check/exams.h
delete mode 100644 check/exams.ref
create mode 100644 check/randomize_serials.cpp
delete mode 100755 check/run_checks
delete mode 100755 check/run_exams
delete mode 100755 check/run_times
delete mode 100644 check/times.cpp
delete mode 100644 check/times.h
delete mode 100644 check/times.ref
hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations
More information about the GiNaC-devel
mailing list