spot/tests
Alexandre Duret-Lutz 09c93a3a3d forbid the use of std::endl on std::cerr
std::cerr will flush after each operator<< by default, so it's simpler
to use \n instead of std::endl, especially if we can merge \n into the
previous string.  Ideally we should prefer \n for std::cout as well,
but there are reasonable cases where we want to call std::endl there,
so it's hard to enforce.

* tests/sanity/style.test: Diagnose occurrences of cerr.*<<.*endl.
* bin/autcross.cc, bin/autfilt.cc, bin/ltlcross.cc, bin/ltlsynt.cc,
spot/tl/formula.cc, spot/twa/bdddict.cc, tests/core/checkpsl.cc,
tests/core/checkta.cc, tests/core/consterm.cc, tests/core/emptchk.cc,
tests/core/equalsf.cc, tests/core/ikwiad.cc, tests/core/kind.cc,
tests/core/length.cc, tests/core/ltlrel.cc, tests/core/parity.cc,
tests/core/randtgba.cc, tests/core/reduc.cc, tests/core/syntimpl.cc,
tests/ltsmin/modelcheck.cc: Fix them.
2019-07-17 09:15:50 +02:00
..
core forbid the use of std::endl on std::cerr 2019-07-17 09:15:50 +02:00
ltsmin forbid the use of std::endl on std::cerr 2019-07-17 09:15:50 +02:00
python product: fix handling of output_aborter 2019-07-09 16:09:20 +02:00
sanity forbid the use of std::endl on std::cerr 2019-07-17 09:15:50 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am simplify: GF(f)=GF(dnf(f)) FG(f)=FG(cnf(f)) 2019-06-18 10:03:56 +02:00
run.in work around new import statements generated by swig-4.0 2019-06-04 11:32:46 +02:00