1. Jul 06, 2021
    • Igor Chorążewicz's avatar
      tests: link atomic to all tests · ea65a8e7
      Igor Chorążewicz authored
      Not only self_relative_ptr tests use atomics. On some platforms
      (e.g. riscv64) -latomic is needed for a few other tests
      (pool_cleanup, volatile_state).
      ea65a8e7
  2. Oct 27, 2020
  3. Oct 20, 2020
    • Igor Chorążewicz's avatar
      radix_tree: fix try_emplace implementation · fca1e543
      Igor Chorążewicz authored
      It was not possible to pass to value ctor different number of elements than 1.
      Fix this by implementing make_key_args function taking heterogenous key and
      variadic args to be passed to value constructor.
      
      The function name is different from make() to avoid ambiguity in emplace().
      fca1e543
  4. Oct 13, 2020
  5. Oct 08, 2020
  6. Oct 07, 2020
  7. Oct 06, 2020
  8. Oct 02, 2020
  9. Oct 01, 2020
  10. Sep 30, 2020
  11. Sep 29, 2020