spot/spot/bricks
Alexandre Duret-Lutz 2a4e68bfae more noexcept to pleace GCC
* spot/bricks/brick-hashset (Row): Add noexcept.
* bin/autcross.cc (out_statistics): Likewise.
* bin/ltlcross.cc (statistics): Likewise.
2022-05-17 22:06:59 +02:00
..
brick-assert please gcc snapshot 2020-06-03 12:22:40 +02:00
brick-bitlevel please gcc snapshot 2020-06-03 12:22:40 +02:00
brick-hash * spot/bricks/brick-hash: Add missing include. 2021-11-16 09:47:42 +01:00
brick-hashset more noexcept to pleace GCC 2022-05-17 22:06:59 +02:00
brick-shmem please gcc snapshot 2020-06-03 12:22:40 +02:00
brick-types please gcc snapshot 2020-06-03 12:22:40 +02:00
README bricks: details version and modifications 2020-06-10 09:02:11 +02:00

Bricks is a collection of useful C++ code, organised in standalone
header files. By default, the code uses the latest stable C++ standard.
Bricks is publicly available at:
       https://github.com/paradise-fi/divine/tree/master/bricks

This directory only contains the necessary subset to have a
multithreaded hashmap in Spot. The integration with Spot requires
modifications of the original files:
    - prefer <spot/misc/clz.hh> to builtin clz
    - use SPOT_FALLTHROUGH when required

In addition to the previous modifications, and to please both GCC and
Spot compilation options, the following changes have been made:
    - add missing override
    - add missing = default
    - add missing default values


This directory contains the current version of Bricks as of Divine 3.3.2.