- Sep 06, 2019
-
-
Igor Chorążewicz authored
Add concurrent_hash_map_pmreorder_insert_erase_mt test
-
Igor Chorążewicz authored
Correct small misspell in pman's Game Over message
-
- Sep 05, 2019
-
-
Igor Chorążewicz authored
Decrease Visual Studio warning level to W3
-
Igor Chorążewicz authored
appveyor: msbuild: set verbosity to minimal
-
Lukasz Dorau authored
... to reduce the Appveyor build time.
-
Lukasz Dorau authored
... to reduce the Appveyor build time.
-
- Sep 04, 2019
-
-
Marcin Ślusarz authored
appveyor: set PMEM_IS_PMEM_FORCE in tests
-
Lukasz Dorau authored
PMEM_IS_PMEM_FORCE is not set in tests and Appveyor build is timed out.
-
- Sep 03, 2019
-
-
Igor Chorążewicz authored
Appveyor: switch to Visual Studio 2017
-
Lukasz Dorau authored
This change is required because of the following issue: https://help.appveyor.com/discussions/problems/24684-problem-with-vcpkg-wrong-version-on-appveyor https://github.com/appveyor/ci/issues/3052 which cannot be fixed directly now.
-
- Aug 30, 2019
-
-
Lukasz Dorau authored
-
- Aug 28, 2019
-
-
Łukasz Stolarczuk authored
-
- Aug 23, 2019
-
-
Marcin Ślusarz authored
Concurrent hashmap: removal of atomic allocation support and minor refactoring
-
- Aug 14, 2019
-
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
Atomic allocator has limited use case since pmemobj does not allow for nesting make_persistent_atomic calls.
-
- Aug 08, 2019
-
-
Igor Chorazewicz authored
To make it obvious what is the layout of the structure.
-
Igor Chorążewicz authored
Fix concurrent_hash_map_pmreorder_multiple_buckets test
-
- Aug 06, 2019
-
-
Lukasz Dorau authored
The check_consistency() function verifies if the hash map contains elements (0, 0), (1, 1), (2, 2)... starting from (0, 0), so the first inserted element should be (0, 0), not (1, 1).
-
- Jul 15, 2019
-
-
Szymon Romik authored
Add transaction_out_of_memory exception
-
Szymon Romik authored
Update readme
-
Szymon Romik authored
Use COW support from pmdk-1.6
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
and catch it whenever obj return error and set errno to ENOMEM.
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
Merge back changes from stable-1.7
-
- Jul 12, 2019
-
-
Szymon Romik authored
Throw transaction_scope_error in case vector/string ctor was called o…
-
Szymon Romik authored
[1.7] Fix compilation of concurrent hash map test
-
Szymon Romik authored
[1.7] Fix void_t declaration.
-
- Jul 11, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
Fixes: https://github.com/pmem/libpmemobj-cpp/issues/366
-
- Jul 10, 2019
-
-
Igor Chorazewicz authored
-
- Jul 09, 2019
-
-
Igor Chorążewicz authored
Update test to new hashmap API introduced in: c67264ae
-
- Jul 05, 2019
-
-
Szymon Romik authored
Drop libdir from pkgconfig.
-
Szymon Romik authored
Extend messages in exceptions
-
Igor Chorazewicz authored
Until CWG 1558 (a C++14 defect), unused parameters in alias templates were not guaranteed to ensure SFINAE and could be ignored, this implementation of void_t solves this issue. See: https://en.cppreference.com/w/cpp/types/void_t
-
- Jul 04, 2019
-
-
Igor Chorazewicz authored
to message argument. Use those exception in every place where pmemobj error is handled.
-
- Jul 03, 2019
-
-
Szymon Romik authored
-