- Nov 07, 2019
-
-
Pawel Karczewski authored
It's needed for testing with clang-9
-
- Oct 03, 2019
-
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
segment_vector: fix typo and doxygen comments
-
Szymon Romik authored
test: fix briefs of concurrent_hash_map test files
-
Szymon Romik authored
Merge back changes from stable 1.7
-
Szymon Romik authored
Fix array_modifiers test
-
Szymon Romik authored
Move containers out from experimental
-
Igor Chorazewicz authored
This fixes warnings generated by doxygen.
-
Igor Chorazewicz authored
and expose range_snapshotting_terator as typdef in containers.
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
There was an assignment instead of comparison in the test.
-
Lukasz Dorau authored
-
Igor Chorazewicz authored
-
Szymon Romik authored
Use tx add range flags in vector and string containers
-
Szymon Romik authored
Fix conditional statement for installing segment_vector.hpp
-
Igor Chorążewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
Until now, data in sso was accessed using pmem::obj::array::operator[]. This operator snapshots data which has some performance cost (even if the data is already snapshotted). This patch change all calls to pmem::obj::array::operator[] which are alredy preceded by snapshotting entire sso, by calls to operator[] on direct array of element (_data member).
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
Rename method to 'add_data_to_tx' and change last parameter meaning. Now, last parameter is number of elements to snapshot instead of index of last element.
-
Igor Chorazewicz authored
This test tests that there is no memcheck error during snapshoting elements (if element have some uninitialized memory).
-
Igor Chorazewicz authored
This flag is needed for objects which are not fully initliazed (for example pmem::obj::string). Vector always snapshots entires object and if there are some uninitialized bytes, memcheck will report an error.
-
Szymon Romik authored
Split concurrent_hash_map test into 2
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
-
Igor Chorazewicz authored
To avoid tiemout for drd on travis.
-
Szymon Romik authored
concurrent_hash_map: remove dependency from v<>
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Szymon Romik authored
Remove internal aliases from concurrent hash map interface
-
Szymon Romik authored
Add new data structure: segment_table
-
- Oct 02, 2019
-
-
Igor Chorazewicz authored
-
Szymon Romik authored
Add concurrent_hash_map usage example for doxygen
-
Igor Chorazewicz authored
for consistency with other types.
-