- Jan 28, 2022
-
-
Łukasz Stolarczuk authored
Merge stable-1.12 into stable-1.13
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Merge stable-1.11 into stable-1.12
-
- Jan 26, 2022
-
-
Łukasz Stolarczuk authored
Fix compliation on gcc 12
-
Igor Chorążewicz authored
Replace decltype() with specific type.
-
- Nov 30, 2021
-
-
Łukasz Stolarczuk authored
Turn libunwind off for valgrind tests
-
- Nov 29, 2021
-
-
Łukasz Stolarczuk authored
It's set in our CI scripts to 0 by default, it's unnecessary to duplicate it.
-
- Nov 24, 2021
-
-
Łukasz Stolarczuk authored
-
- Sep 28, 2021
-
-
Łukasz Stolarczuk authored
docker: add missing hub package
-
- 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
-