- Jul 26, 2021
-
-
Adam Borowski authored
-
Adam Borowski authored
-
Adam Borowski authored
-
Igor Chorążewicz authored
disable 'maybe-uninitialized' compiler flag
-
- Jul 23, 2021
-
-
Łukasz Stolarczuk authored
in tests, examples and benchmarks - it produces many false-positives.
-
- Jul 22, 2021
-
-
Igor Chorążewicz authored
tests: add drd/memcheck suppressions
-
Igor Chorążewicz authored
-
- Jul 21, 2021
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Łukasz Stolarczuk authored
inline_string: add missing specialization for total_sizeof
-
Igor Chorążewicz authored
-
Łukasz Stolarczuk authored
inline_string: implement copy assignment operator
-
Igor Chorążewicz authored
Older compilers have problems with using assignment operator from the base class.
-
Łukasz Stolarczuk authored
[inline_string] Differentiate inline_string on PMEM and DRAM
-
- Jul 20, 2021
-
-
Krzysztof Filipek authored
instead of basic_inline_string so that there is no implicit copy of inline_string when string_view is passed. Authored by: Igor Chorazewicz
-
Krzysztof Filipek authored
-
Igor Chorążewicz authored
Fixes
-
Łukasz Stolarczuk authored
tests: remove Testcase1 object before exiting from test.
-
- Jul 19, 2021
-
-
Łukasz Stolarczuk authored
it wasn't added during one of merge's. ref. 1c37736e
-
Łukasz Stolarczuk authored
next may be end() in case of the last key (or in case of concurrent erase).
-
Łukasz Stolarczuk authored
CI: extend weekly runs with ASAN/UBSAN on fedora rawhide
-
Igor Chorążewicz authored
-
Łukasz Stolarczuk authored
Rename TESTS_USAN to TESTS_ASAN
-
Igor Chorążewicz authored
[array] add c++20 initialization_list constructor
-
Igor Chorążewicz authored
to match CMake option
-
Igor Chorążewicz authored
To avoid memory leak (reported by ASAN)
-
Igor Chorążewicz authored
-
Pawel Karczewski authored
Deprication warning combined with -Wall cause build failures for compatibility tests
-
Pawel Karczewski authored
-
Pawel Karczewski authored
-
Pawel Karczewski authored
Since C++20 classes with explicitly defaulted constructors are no more aggregates, so constructor for initialization_list is needed.
-
- Jul 16, 2021
-
-
Igor Chorążewicz authored
Extend radix_tree tests and disable operator-- (for MtMode)
-
Łukasz Stolarczuk authored
the usings' names were a bit to elaborate and they influence line limit.
-
Łukasz Stolarczuk authored
Concurrency issue may occur if an element is removed during decrement.
-
- Jul 14, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Fix CI scripts
-
- Jul 13, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-