spot/spot/tl
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
..
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
apcollect.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
apcollect.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
contain.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
contain.hh add binding for language_containment_checker and document them 2016-05-25 15:12:45 +02:00
declenv.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
declenv.hh use more override and final keywords 2016-02-16 11:59:00 +01:00
defaultenv.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
defaultenv.hh use more override and final keywords 2016-02-16 11:59:00 +01:00
dot.cc implement SVA's first_match operator 2019-05-06 15:11:30 +02:00
dot.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
environment.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
exclusive.cc exclusive_ap::constrain does not improve determism 2018-09-26 11:35:19 +02:00
exclusive.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
formula.cc forbid the use of std::endl on std::cerr 2019-07-17 09:15:50 +02:00
formula.hh use a bibtex file to collect all references in Doxygen 2019-06-14 21:02:27 +02:00
hierarchy.cc hierarchy: add a new way to check DBA-realizability via DPA 2019-06-12 23:38:17 +02:00
hierarchy.hh hierarchy: add a new way to check DBA-realizability via DPA 2019-06-12 23:38:17 +02:00
length.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
length.hh * spot/tl/length.hh: Fix comment. 2016-08-15 14:57:30 +02:00
ltlf.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
ltlf.hh ltlf: ensure alive holds initially 2016-12-09 21:37:15 +01:00
Makefile.am include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
mark.cc implement SVA's first_match operator 2019-05-06 15:11:30 +02:00
mark.hh move the sanity tests in tests/sanity/ 2016-01-05 17:20:51 +01:00
mutation.cc implement SVA's first_match operator 2019-05-06 15:11:30 +02:00
mutation.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
nenoform.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
nenoform.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
parse.hh * spot/tl/parse.hh (fix_utf8_locations): Fix documentation. 2017-02-08 10:51:19 +01:00
print.cc implement SVA's first_match operator 2019-05-06 15:11:30 +02:00
print.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
randomltl.cc implement SVA's first_match operator 2019-05-06 15:11:30 +02:00
randomltl.hh randomltl: avoid #define 2018-05-16 18:35:36 +02:00
relabel.cc tl: implement relabel_apply() 2019-05-18 11:22:52 +02:00
relabel.hh tl: implement relabel_apply() 2019-05-18 11:22:52 +02:00
remove_x.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
remove_x.hh use a bibtex file to collect all references in Doxygen 2019-06-14 21:02:27 +02:00
simplify.cc tl: eight new simplification rules 2019-07-09 16:09:15 +02:00
simplify.hh use a bibtex file to collect all references in Doxygen 2019-06-14 21:02:27 +02:00
snf.cc implement SVA's first_match operator 2019-05-06 15:11:30 +02:00
snf.hh use a bibtex file to collect all references in Doxygen 2019-06-14 21:02:27 +02:00
unabbrev.cc implement SVA's first_match operator 2019-05-06 15:11:30 +02:00
unabbrev.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00