spot/src
Alexandre Duret-Lutz 3c943d836a Add support for Bison 3.0.
We still want to remain compatible with Bison 2.7 so instead of fixing
all the new errors reported by 3.0 we silence some warning.  We should
fix these for good once Bison 3.0 is more widespread.

* m4/bison.m4: New file. Test if bison support -Wno-empty-rule and
-Wno-deprecated.  Define BISON and BISON_EXTRA_FLAGS.
* configure.ac: Do not test for yacc, use the above test instead.
* src/dstarparse/Makefile.am, src/eltlparse/Makefile.am,
src/kripkeparse/Makefile.am, src/ltlparse/Makefile.am,
src/neverparse/Makefile.am, src/tgbaparse/Makefile.am: Use BISON
and BISON_EXTRA_FLAGS.
* src/ltlparse/ltlparse.yy: Fix or and remove useless %right/%nonassoc
settings.
* src/eltlparse/eltlparse.yy: Likewise, and remove "%pure-parser".
2013-09-30 20:32:15 +02:00
..
bin relabel: implement relabeling of Boolean subexpressions. 2013-09-28 09:02:30 +02:00
dstarparse Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
eltlparse Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
eltltest eltl2tgba: slight cleanup of the tests. 2013-01-17 14:06:31 +01:00
kripke Use -fvisibility=hidden globally. 2013-07-29 01:14:37 +02:00
kripkeparse Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
kripketest more files to ignore 2012-11-28 16:45:04 +01:00
ltlast Sort comutative binops like we sort multops. 2013-09-29 20:58:19 +02:00
ltlenv Use -fvisibility=hidden globally. 2013-07-29 01:14:37 +02:00
ltlparse Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
ltltest Work around some configurations of latexmk. 2013-09-30 11:52:24 +02:00
ltlvisit Generalize implication-based simplifications for multops. 2013-09-29 21:06:09 +02:00
misc * src/misc/satsolver.cc: Report when SAT-solver terminate by signal. 2013-09-16 08:31:43 +02:00
neverparse Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
priv Use the count_state() function instead of stats_reachable(). 2013-07-29 01:14:37 +02:00
saba Use the count_state() function instead of stats_reachable(). 2013-07-29 01:14:37 +02:00
sabaalgos Use -fvisibility=hidden globally. 2013-07-29 01:14:37 +02:00
sabatest more files to ignore 2012-11-28 16:45:04 +01:00
sanity Add missing copyright blurbs to sanity tests. 2013-07-29 01:14:36 +02:00
ta Use -fvisibility=hidden globally. 2013-07-29 01:14:37 +02:00
taalgos * src/taalgos/tgba2ta.cc: Cosmetics. 2013-07-29 01:14:37 +02:00
tgba * src/tgba/tgbatba.cc: Register the variables of the source automaton. 2013-08-26 17:27:41 +02:00
tgbaalgos * src/tgbaalgos/randomgraph.hh: Two typos, reported by Akim. 2013-09-27 14:38:03 +02:00
tgbaparse Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
tgbatest Arrange multops so that Boolean arguments come first. 2013-09-26 17:14:58 +02:00
.cvsignore * src/ltlvisit/Makefile.am (lib_LTLIBRARIES): Rename as ... 2003-04-30 12:46:12 +00:00
.gitignore more files to ignore 2009-09-02 10:41:18 +02:00
Makefile.am dstarparse: Preliminary work on a parser for ltl2dstar. 2013-08-23 17:02:30 +02:00