spot/spot
Alexandre Duret-Lutz 23908f3d2f Add a --enable-pthread option to activate experimental threading code
* NEWS, README, doc/org/compile.org: Mention the option and
its effect on compilation requirements.
* configure.ac: Add the --enable-pthread option, and ENABLE_PTHREAD
macro.
* doc/org/g++wrap.in, spot/Makefile.am, spot/libspot.pc.in: Compile
with -pthread conditionally.
* spot/graph/graph.hh, spot/twa/twagraph.cc: Adjust the code to not
use thread-local variables, and let the pthread code be optional.
* .gitlab-ci.yml: Activate --enable-pthread in two configurations.
2022-06-21 09:56:13 +02:00
..
bricks more noexcept to pleace GCC 2022-05-17 22:06:59 +02:00
gen gen, bitset: use clz() to simplify 2021-01-17 18:03:09 +01:00
graph Add a --enable-pthread option to activate experimental threading code 2022-06-21 09:56:13 +02:00
kripke build: fix multiple Clang13 warnings 2021-11-22 10:29:15 +01:00
ltsmin ltlsmin: fix incorrect check for dlsym error 2020-10-17 23:26:44 +02:00
mc sched_getcpu() and pthread_setaffinity_np() are non-portable 2021-11-22 10:24:52 +01:00
misc Introducing a global variable to define the number of threads 2022-05-24 16:58:07 +02:00
parseaut Fix a clang++15 warning 2022-05-17 12:01:11 +02:00
parsetl Fix compilation on MacOS X 2022-05-17 09:35:09 +02:00
priv robin_hood: Update to version 3.11.3 2021-09-16 14:07:17 +02:00
ta fixpool: propose alternative policy 2020-06-03 12:22:26 +02:00
taalgos replace bdd_satoneset(x,y,bddtrue) loops by minterms_of(x,y) 2021-04-14 17:31:45 +02:00
tl parsetl: speedup parsing of n-ary operators with many operands 2022-03-28 09:00:18 +02:00
twa Add a --enable-pthread option to activate experimental threading code 2022-06-21 09:56:13 +02:00
twaalgos add a newer version of the generic emptiness check 2022-06-17 09:54:42 +02:00
twacube use <cassert> and not <assert.h> in C++ 2021-06-15 12:34:15 +02:00
twacube_algos use <cassert> and not <assert.h> in C++ 2021-06-15 12:34:15 +02:00
.gitignore install pkg-config configuration files 2017-01-14 17:56:05 +01:00
libspot.pc.in Add a --enable-pthread option to activate experimental threading code 2022-06-21 09:56:13 +02:00
Makefile.am Add a --enable-pthread option to activate experimental threading code 2022-06-21 09:56:13 +02:00