- Jan 03, 2020
-
-
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
-
- Dec 16, 2019
-
-
vtune authored
fixed datarace and test added
-
- Dec 13, 2019
-
-
Igor Chorążewicz authored
test: remove concurrent_hash_map_pmreorder_insert_erase_mt test
-
- Dec 12, 2019
-
-
Lukasz Dorau authored
Multi-threaded tests cannot be run under pmreorder, because pmreorder does not support multi-threaded tests.
-
Igor Chorążewicz authored
Add variable to run long tests
-
Szymon Romik authored
Enumerable_thread_specific fix
-
Szymon Romik authored
Add workflow file for GitHub actions
-
Szymon Romik authored
Segment vector fixes
-
Lukasz Dorau authored
If the 'TESTS_LONG' environment variable is set to ON, the long tests will be run (the default value is OFF).
-
- Dec 11, 2019
-
-
Szymon Romik authored
String find
-