spot/src/tgba
Alexandre Duret-Lutz aa7b43eadf Fix several warnings reported by clang++ 3.2.
* src/tgba/tgbakvcomplement.cc
(tgba_kv_complement_succ_iterator::current_state_),
src/ta/taexplicit.hh (state_ta_explicit::source_):
Remove useless private member.
* src/ta/taexplicit.cc: Adjust constructors.
* src/ta/tgta.cc, src/ta/taexplicit.hh: Also fix
copyright banner.
* src/bin/ltlcross.cc (exec_with_timeout): Work
around warning about status not being set in the
error path.
2013-01-16 08:52:27 +01:00
..
.cvsignore Initial code for TGBA (Transition Generalized Büchi Automata). 2003-05-26 11:17:40 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
bdddict.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
bdddict.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
bddprint.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
bddprint.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
formula2bdd.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
formula2bdd.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
futurecondcol.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
futurecondcol.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
Makefile.am Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
public.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
sba.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
state.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
statebdd.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
statebdd.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
succiter.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
succiterconcrete.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
succiterconcrete.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
taatgba.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
taatgba.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgba.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgba.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbabddconcrete.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbabddconcrete.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbabddconcretefactory.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbabddconcretefactory.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbabddconcreteproduct.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbabddconcreteproduct.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbabddcoredata.cc Address several issues reported by cppcheck all over the place. 2012-12-24 13:14:33 +01:00
tgbabddcoredata.hh Address several issues reported by cppcheck all over the place. 2012-12-24 13:14:33 +01:00
tgbabddfactory.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbaexplicit.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbaexplicit.hh Remove useless variable. 2012-12-14 11:22:18 +01:00
tgbakvcomplement.cc Fix several warnings reported by clang++ 3.2. 2013-01-16 08:52:27 +01:00
tgbakvcomplement.hh Address several issues reported by cppcheck all over the place. 2012-12-24 13:14:33 +01:00
tgbaproduct.cc tgbaproduct: fix segfault 2013-01-14 18:24:24 +01:00
tgbaproduct.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbasafracomplement.cc Address several issues reported by cppcheck all over the place. 2012-12-24 13:14:33 +01:00
tgbasafracomplement.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbascc.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbascc.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbasgba.cc Address several issues reported by cppcheck all over the place. 2012-12-24 13:14:33 +01:00
tgbasgba.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbatba.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbatba.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbaunion.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
tgbaunion.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
wdbacomp.cc Address several issues reported by cppcheck all over the place. 2012-12-24 13:14:33 +01:00
wdbacomp.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00