spot/python
Alexandre Duret-Lutz d1b8495510 do not use a global variable to define the number of available threads
* python/spot/impl.i: Make parallel_policy implicitly contractible.
* spot/graph/graph.hh (sort_edges_srcfirst_): Pass a parallel_policy
explicitly.
* spot/twa/twagraph.hh, spot/twa/twagraph.cc (merge_states): Likewise.
* spot/misc/common.cc: Remove file.
* spot/misc/common.hh (set_nthreads, get_nthreads): Remove, and
replace with...
(parallel_policy): ... this.
* spot/misc/Makefile.am, tests/python/mergedge.py, NEWS: Adjust.
2022-08-14 23:09:56 +02:00
..
spot do not use a global variable to define the number of available threads 2022-08-14 23:09:56 +02:00
.gitignore remove more references to the old cgi-based translator 2018-08-28 20:48:44 +02:00
buddy.i Adding bdd_is_cube for python 2021-09-16 14:53:45 +02:00
Makefile.am Work around issue with inttypes.h macros 2021-11-16 23:28:16 +01:00