- Sep 10, 2020
-
-
Igor Chorążewicz authored
and make sure only indexes up to max_index are used.
-
- May 18, 2020
-
-
Igor Chorążewicz authored
Cleanup CI files
-
- May 14, 2020
-
-
Łukasz Stolarczuk authored
based on PMDK's commit 96db274c7, added: - '-j' param to coverity command (make) - necessary vars for coverity script (used for Travis CI) - Coverity certificate download - skip for forked repos
-
- May 08, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
and do minor cleanup in docker scripts.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
- add skip arguments/flags for PMDK and Valgrind builds - move env variable settings to the top of the files
-
- May 07, 2020
-
-
Łukasz Stolarczuk authored
concurrent_hash_map: fix free_data()
-
Igor Chorążewicz authored
Setting ptr to null after calling delete_persistent is required to ensure proper recovery.
-
- May 04, 2020
-
-
Igor Chorążewicz authored
If free_data() was called twice this led to assertion failure and possible double free. This patch skips freeing data when tls_ptr is already nullptr.
-
Łukasz Stolarczuk authored
Apply vcpkg patch for pmdk (stable 1.9)
-
Łukasz Stolarczuk authored
It's a workaround, until vcpkg issue is fixed: https://github.com/microsoft/vcpkg/issues/11096
-
- Apr 22, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.8 into stable-1.9
-
- Apr 21, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Merge stable 1.7 into stable 1.8
-
- Apr 20, 2020
-
-
Igor Chorążewicz authored
-
- Apr 17, 2020
-
-
Szymon Romik authored
Merge stable-1.6 into stable-1.7
-
- Apr 16, 2020
-
-
Igor Chorążewicz authored
Merge stable 1.5 into stable 1.6
-
- Apr 10, 2020
-
-
Igor Chorążewicz authored
-
- Mar 30, 2020
-
-
Szymon Romik authored
contigous_iterator: make operator[] take signed integral instead
-
- Mar 27, 2020
-
-
Igor Chorążewicz authored
of unsigned. The reason is that Windows cannot decide for a call like this: `it[0] = 10` whether to use: * operator[](unsigned) -- one conversion from signed to unsigned * operator T*() and then build in operator[](signed) -- one conversion
-
- Mar 20, 2020
-
-
Igor Chorążewicz authored
fix CMake issue
-
- Mar 18, 2020
-
-
Łukasz Stolarczuk authored
cmake 3.3 (which we're using) doesn't have function GREATER_EQUAL
-
- Mar 13, 2020
-
-
Łukasz Stolarczuk authored
enumerable_thread_specific: remove unnecessary include
-
- Mar 12, 2020
-
-
Igor Chorazewicz authored
Ref: https://github.com/pmem/pmemkv/issues/628
-
Łukasz Stolarczuk authored
Remove script for updating vcpg's PMDK version
-
Igor Chorazewicz authored
Vcpkg already has PMDK 1.8
-
- Mar 10, 2020
-
-
Łukasz Stolarczuk authored
Merge stable 1.7 to stable 1.8
-
- Mar 04, 2020
-
-
Łukasz Stolarczuk authored
-
- Feb 28, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.6 into stable-1.7
-
- Feb 27, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.5 into stable-1.6
-
- Feb 26, 2020
-
-
Igor Chorążewicz authored
fix dir creation in auto docs update
-
Szymon Romik authored
tests: cleanup source of removed test
-
Szymon Romik authored
Only parse libpmemobj version if it matches a pattern (major[.]minor.*)
-
- Feb 25, 2020
-
-
Łukasz Stolarczuk authored
-
Igor Chorążewicz authored
doc: enable auto gh-pages generation in docker script
-
- Feb 20, 2020
-
-
- Feb 17, 2020
-
-
Igor Chorążewicz authored
Add skip flags for additional artifacts built/installed in dockerimages
-
Igor Chorazewicz authored
insert_erase_mt was removed but it's source stayed.
-
- Feb 14, 2020
-
-
Łukasz Stolarczuk authored
-