Skip to content
  • Alexandre Duret-Lutz's avatar
    Add a --enable-pthread option to activate experimental threading code · 23908f3d
    Alexandre Duret-Lutz authored
    * 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.
    23908f3d