- Sep 23, 2021
-
-
Łukasz Stolarczuk authored
it wasn't added into Fedora 34, while we bumped 'doc' job to use latest Fedora.
-
Igor Chorążewicz authored
CI: use Fedora 34 instead of 32, since 32 is EOL now
-
- Sep 22, 2021
-
-
Łukasz Stolarczuk authored
as long as it's working it can run in nightly build.
-
Łukasz Stolarczuk authored
Merge stable-1.12 into stable-1.13
-
- Sep 21, 2021
-
-
Paweł Karczewski authored
Fix Docker image version(s) in CI
-
- Sep 20, 2021
-
-
Igor Chorążewicz authored
CI: update valgrind to 3.17
-
Łukasz Stolarczuk authored
It's copy pasted from pmemkv (0d764bd). Without this fix doc job may fail if image changed for master.
-
Łukasz Stolarczuk authored
This solution is copy-pasted from pmemkv (70cd9e4). Without this change PRs created against any stable branch may end up failing, because it uses 'latest' image, instead of proper stable (e.g. '1.13') image.
-
Łukasz Stolarczuk authored
We now use x.y.z format for all releases and the regex did not work well with 1.13.0 release.
-
- Sep 17, 2021
-
-
Łukasz Stolarczuk authored
our pmemcheck tool was recently rebased to upstream 3.17 version. It contains at least few useful bug fixes, e.g.: https://bugs.kde.org/show_bug.cgi?id=426144 https://bugs.kde.org/show_bug.cgi?id=407764
-
Łukasz Stolarczuk authored
Avoid libunwind on valgrind tests
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
- Jul 27, 2021
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
- Jul 26, 2021
-
-
Igor Chorążewicz 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)
-