- Mar 19, 2021
-
-
Łukasz Stolarczuk authored
do all updates and packages installs in one RUN; and create user and password in one step as well.
-
Łukasz Stolarczuk authored
and images' cleanups.
-
Łukasz Stolarczuk authored
update docs
-
- Mar 17, 2021
-
-
Łukasz Stolarczuk authored
so it will be available in the generated docs.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
- Mar 11, 2021
-
-
Łukasz Stolarczuk authored
Add extra Windows CI job
-
- Mar 10, 2021
-
-
Łukasz Stolarczuk authored
examples: extend radix_tree_complex_value example
-
Łukasz Stolarczuk authored
tests: add double-create test for pool
-
- Mar 09, 2021
-
-
Igor Chorążewicz authored
to show that creating city_info on dram is not possible and show example with a structure wrapped in pmem::obj::p<>
-
Łukasz Stolarczuk authored
it should fail with pool_invalid_argument, since it returns EEXIST.
-
- Mar 08, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Fix a bunch of typos.
-
- Mar 06, 2021
-
-
Adam Borowski authored
-
- Mar 04, 2021
-
-
Igor Chorążewicz authored
tests: run concurrent map gdb test only on gcc
-
- Mar 01, 2021
-
-
Igor Chorążewicz authored
Update cmake_build_type handling and switch default to RelWithDebInfo
-
Łukasz Stolarczuk authored
it should now produce warnings, when it shouldn't be run. This way we make sure our CMake warns users properly.
-
Łukasz Stolarczuk authored
This test doesn't work properly with Clang compiler (rbreak seems to not work), Since it works well with gcc it's better to run it only on gcc and print a warning otherwise, so user doesn't run it accidentally. Fixes #968
-
- Feb 26, 2021
-
-
Łukasz Stolarczuk authored
add pool_invalid_argument exception
-
- Feb 25, 2021
-
-
Jan Dorniak authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
- make use of STRINGS keyword to display better hint for the CMake param (in cmake gui), - warn if unusual build type chosen.
-
Łukasz Stolarczuk authored
in the past some users run e.g. benchmarks and was surprised with the results. Using release version should omit that problem. Documentation is updated as well to point users with proper CMake parameter.
-
- Feb 24, 2021
-
-
Łukasz Stolarczuk authored
docker: fix packages deps
-
Łukasz Stolarczuk authored
it's because of an automake bug in Fedora Rawhide docker image: https://bugzilla.redhat.com/show_bug.cgi?id=1903527 I hope it's temporary change and it will be fixed on next release.
-
Igor Chorążewicz authored
docker: update PMDK version to current master
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
it's required by pmreorder, which we install with PMDK.
-
- Feb 23, 2021
-
-
Łukasz Stolarczuk authored
to include fix for rpm packaging.
-
Łukasz Stolarczuk authored
Update docker images
-
Łukasz Stolarczuk authored
cmake: prioritize TBB_DIR to find TBB module
-
- Feb 22, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
rolling is actually the latest release (which we have in separate image). See for more info: https://hub.docker.com/_/ubuntu
-
Łukasz Stolarczuk authored
-