spot/src
Alexandre Duret-Lutz 1fa1621a6b Hide the safra_tree_automaton type from the public interface.
We do that because the declaration of this type, which is local to
src/tgba/tgbasafracomplement.cc has a member in an anonymous
namespace, and some versions of g++-4.2 issue a very annoying
warning about this legitimate code.  See Bug 29365 on GCC's
Bugzilla.  Report by Silien Hong <silien.hong@lip6.fr>.

* src/tgba/tgbasafracomplement.hh (safra_tree_automaton): Do not
forward declare.
(tgba_safra_complement): Use void* instead of
safra_tree_automaton*.
* src/tgba/tgbasafracomplement.cc: static_cast void* to
safra_tree_automaton* anywhere needed.
2010-10-07 15:17:18 +02:00
..
eltlparse Modernize Bison parsers. 2010-04-08 11:53:34 +02:00
eltltest Check for missing Copyright blurbs, and add them. 2010-01-30 16:32:13 +01:00
evtgba Fix copyrights. 2010-01-24 20:51:09 +01:00
evtgbaalgos Fix copyrights. 2010-01-24 20:51:09 +01:00
evtgbaparse Modernize Bison parsers. 2010-04-08 11:53:34 +02:00
evtgbatest * src/evtgbatest/ltl2evtgba.test: Replace * by &. 2010-01-30 14:16:15 +01:00
kripke Introduce some experimental kripke classes to simplify writing 2009-06-02 17:30:27 +02:00
ltlast Add support for W (weak until) and M (strong release) operators. 2010-04-12 16:40:41 +02:00
ltlenv Fix copyrights. 2010-01-24 20:51:09 +01:00
ltlparse Add support for W (weak until) and M (strong release) operators. 2010-04-12 16:40:41 +02:00
ltltest Reorder recent additions to reduccmp.test. 2010-04-15 19:05:03 +02:00
ltlvisit Fix a long-standing bug in the stronger rule for R and its recent 2010-04-15 16:07:36 +02:00
misc Fix copyrights. 2010-01-24 20:51:09 +01:00
saba Work around a spurious style.test error. 2010-02-23 17:31:39 +01:00
sabaalgos More Doxygen fixes. 2010-01-31 20:57:02 +01:00
sabatest Check for missing Copyright blurbs, and add them. 2010-01-30 16:32:13 +01:00
sanity * src/sanity/style.test: Better fix for the previous error. 2010-02-24 13:56:08 +01:00
tgba Hide the safra_tree_automaton type from the public interface. 2010-10-07 15:17:18 +02:00
tgbaalgos Add support for W (weak until) and M (strong release) operators. 2010-04-12 16:40:41 +02:00
tgbaparse Modernize Bison parsers. 2010-04-08 11:53:34 +02:00
tgbatest Revert "Add never claim parser." 2010-06-21 17:42:29 +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 Revert "Add never claim parser." 2010-06-21 17:42:29 +02:00