- Apr 20, 2021
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
- Apr 15, 2021
-
-
Igor Chorążewicz authored
Make syncthreads() in parallel_xexec multi-use
-
- Apr 14, 2021
-
-
Igor Chorążewicz authored
Previously syncthreads could only be used once and this was not documented. This patch allows for having multiple synchronization points in a function. This might useful for testing hazard pointers.
-
- Mar 25, 2021
-
-
Igor Chorążewicz authored
Add example for using pool as a class member
-
Łukasz Stolarczuk authored
CMake fixes
-
- Mar 22, 2021
-
-
Pawel Karczewski authored
-
- Mar 19, 2021
-
-
Łukasz Stolarczuk authored
version comparison should be used, instead of string comparison. Simplify the function, by the way.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
- extend print messages, - print warnings once per build, where possible, - add more comments, - fix minor todo's, - add cache string for TBB_DIR.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Clean docker images
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
because PMDK is installed from OS'es package repository.
-
Ł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.
-