- May 30, 2019
-
-
Igor Chorazewicz authored
-
Krzysztof Kajrewicz authored
Add option to disable hashmap
-
- May 29, 2019
-
-
Szymon Romik authored
string: change sso_capacity so that sizeof(string) is always 32 bytes
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
(which is minimal possible size and equal to sizeof(vector)) and change way of sso and large string detection.
-
- May 28, 2019
-
-
Krzysztof Kajrewicz authored
common: fix Coverity skips with proper variable
-
- May 22, 2019
-
-
Łukasz Stolarczuk authored
-
- May 21, 2019
-
-
Igor Chorazewicz authored
-
- May 17, 2019
-
-
Krzysztof Kajrewicz authored
common: correction of 'equal to' and quotation marks
-
Anna Marcinkowska authored
-
- May 16, 2019
-
-
Igor Chorazewicz authored
-
- May 15, 2019
-
-
Igor Chorazewicz authored
New members order makes it possible to use union and exploit vector _size member to store some additional information (e.g. on MSB).
-
Krzysztof Kajrewicz authored
Merge back changes from Stable 1.6
-
Krzysztof Kajrewicz authored
common: sort arguments alphanumerically in Dockerfiles
-
Igor Chorążewicz authored
test: add iterator tests for string
-
- May 10, 2019
-
-
michalbiesek authored
-
- May 08, 2019
-
-
Krzysztof Kajrewicz authored
Reason: do not test undefined behaviour
-
Krzysztof Kajrewicz authored
-
- Apr 19, 2019
-
-
Igor Chorążewicz authored
string: separate declaration and definition
-
- Apr 17, 2019
-
-
Igor Chorążewicz authored
[1.6] cmake: require c++11 for cow check
-
Igor Chorążewicz authored
common: update check-licence to the newest one from PMDK
-
Igor Chorążewicz authored
[1.6] Bump pmdk to 1.6 in Docker images
-
- Apr 15, 2019
-
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
C++ version was incorrectly computed by cmake to c++98 which resulted in compilation error on ubuntu 16.04
-
- Apr 11, 2019
-
-
Lukasz Dorau authored
-
Krzysztof Kajrewicz authored
-
- Mar 29, 2019
-
-
Szymon Romik authored
test: add tests for string accessors
-
- Mar 27, 2019
-
-
Krzysztof Kajrewicz authored
Move finding valgrind to top level CMakeLists.txt
-
Igor Chorazewicz authored
to allow compiling examples with valgrind support.
-
Igor Chorazewicz authored
-
- Mar 21, 2019
-
-
Krzysztof Kajrewicz authored
Reason: we do not support custom allocators
-
Krzysztof Kajrewicz authored
-
Igor Chorążewicz authored
test: add misc tests
-
Igor Chorążewicz authored
string: extend pmem::string API to work with std::string
-
- Mar 19, 2019
-
-
Igor Chorążewicz authored
Persistent concurrent hash map data structure.
-
- Mar 18, 2019
-
-
Sergei Vinogradov authored
Implementation is based on concurrent_hash_map from Intel TBB library. Test for persistent_concurrent_hash_map is built and executed only if Intel TBB library found by CMake. Update README for Intel TBB related tests. Extend Docker images to support Intel TBB Add abstraction for RW mutex Add pmreorder test for concurrent_hash_map
-
- Mar 15, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
Merge back changes from stable-1.6
-
Szymon Romik authored
Introduce options to enable array/vector/string
-