spot/src
Alexandre Duret-Lutz 58878cd405 Work around the clang version installed with MacOS X 10.9.
Apparently their hash tables store the hash functions in a const
member, and this requires a user-supplied default constructor.
Reported by Étienne Renault.

* src/misc/hash.hh: Add an empty constructor to all hash functions.
2014-02-11 10:40:19 +01:00
..
bin sat: adjust SPOT_SATSOLVER default for glucose 3.0 2014-02-08 21:34:35 +01:00
dstarparse Fix warning of Clang-3.5 against Doxygen comments. 2014-02-05 15:07:34 +01:00
eltlparse * src/eltlparse/eltlscan.ll (_atoi): Fix range checking. 2014-01-13 17:25:35 +01:00
eltltest eltl2tgba: slight cleanup of the tests. 2013-01-17 14:06:31 +01:00
kripke Add missing const. 2014-02-11 10:05:57 +01: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 Workaround another g++-4.0.1 bug on Darwin. 2014-01-15 23:04:38 +01:00
ltlenv Use -fvisibility=hidden globally. 2013-07-29 01:14:37 +02:00
ltlparse ltlparse, eltlparse: avoid unnecessary calls to strlen(). 2014-01-13 17:25:35 +01:00
ltltest testsuite: find files when building in remote directory 2014-02-10 16:56:20 +01:00
ltlvisit randltl: gracefully handle the absence of unary or binary operators. 2014-02-06 00:15:27 +01:00
misc Work around the clang version installed with MacOS X 10.9. 2014-02-11 10:40:19 +01: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/emptinessta.cc: Include <cstdlib> for abs(). 2014-01-13 17:25:35 +01:00
tgba * src/tgba/tgbaunion.hh: Remove unused private member. 2013-12-16 10:27:39 +01:00
tgbaalgos sat-minimize: more statistics. 2014-02-08 20:31:49 +01:00
tgbaparse Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
tgbatest * src/tgbatest/satmin2.test, src/tgbatest/Makefile.am: New test. 2014-02-08 20:31:49 +01: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