- Jan 08, 2020
-
-
Igor Chorazewicz authored
And explicitly set CXX_STANDARD for each build (also set name of the build functions in run-build.sh accordingly).
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
there is a regression on devel-1.8 which causes compilation error when we do 'sudo make -j$(nproc) install'. This is a workaround.
-
Igor Chorazewicz authored
It allows persistent object to use volatile data. It is implemented as global volatile hash_map which maps PMEMoids to pointers to volatile data. The hash_map is protected by read write lock (available from C++14 hence this is the requirement for the entire feature). Volatile state stored in hash_map is cleared on pool close (only the state which is conncted to pmem objects from the closed pool).
-
- Jan 07, 2020
-
-
Igor Chorazewicz authored
this is neccessary for volatile_state implementation.
-
Igor Chorazewicz authored
to pool and transaction classes description.
-
Igor Chorazewicz authored
It's now possible to register callback for transaction. This implementation uses pmemobj C tx callback internally but the user is able to register multiple callbacks for each transaction stage.
-
- Jan 03, 2020
-
-
Igor Chorążewicz authored
Do not run anything on appveyor
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
Windows builds are now being run on github actions.
-
- Jan 02, 2020
-
-
Łukasz Stolarczuk authored
Add running tests on Github Actions for Windows
-
Igor Chorążewicz authored
Merge changes from stable-1.8
-
Igor Chorazewicz authored
Not passing required flags caused error on windows. Also including libpmemobj.h cause inclusion of type macros which would case problems with offsetoff deifnition on newer VS.
-
Igor Chorazewicz authored
Concurrent hash map does not depend on v<>.
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
this allows vcpkg integrate install to find the libraries. This allows to run cmake without the need for specifying CMAKE_PREFIX_PATH
-
- Dec 31, 2019
-
-
Łukasz Stolarczuk authored
Add Windows build to GitHub Actions
-
Lukasz Dorau authored
-
Łukasz Stolarczuk authored
Add ndctl and daxctl packages to satisfy install-pmdk
-
- Dec 30, 2019
-
-
Lukasz Dorau authored
install-pmdk.sh script requires ndctl and daxctl packages to be installed when installing PMDK from packages.
-
Szymon Romik authored
Segment vector doc fixes
-
- Dec 23, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
After moving out of experimental, we oficially only support our own 3 policies. This patch removes information about specifics of those policies - this is something which might change.
-
Igor Chorążewicz authored
Print found version of clang-format in error message
-
Lukasz Dorau authored
-
Szymon Romik authored
Move segment_vector out of experimental
-
- Dec 20, 2019
-
-
Igor Chorążewicz authored
Set the commit range in case of GitHub Actions
-
- Dec 19, 2019
-
-
Lukasz Dorau authored
It fixes rebuilding the image in case of GitHub Actions
-
Igor Chorazewicz authored
Disabling it is not neccesary.
-
Lukasz Dorau authored
Change the default Policy of segment_vector from exponential_size_array_policy to exponential_size_vector_policy. enumerable_thread_specific has to have 'exponential_size_array_policy' as Storage, because its storage must not do reallocations.
-
- Dec 18, 2019
-
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
- Dec 17, 2019
-
-
Igor Chorążewicz authored
enumerable_thread_specific: fix
-