- Oct 16, 2019
-
-
Igor Chorążewicz authored
Update readmes
-
Igor Chorążewicz authored
Add Dockerfile.ubuntu-rolling
-
Igor Chorążewicz authored
Add Dockerfile.debian-testing
-
Igor Chorążewicz authored
Add Dockerfile.fedora-rawhide
-
Igor Chorążewicz authored
Add Dockerfile.centos-8
-
- Oct 15, 2019
-
-
Lukasz Dorau authored
-
- Oct 14, 2019
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Lukasz Dorau authored
-
- Oct 11, 2019
-
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Igor Chorążewicz authored
.mailmap
-
- Oct 07, 2019
-
-
Adam Borowski authored
Our machines have names spelt inconsistently or not set at all.
-
- Oct 04, 2019
-
-
Adam Borowski authored
Two files have been committed using private email addresses, thus check-license did not complain.
-
- Oct 03, 2019
-
-
Szymon Romik authored
-
Szymon Romik authored
-
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
-