- Oct 18, 2019
-
-
Igor Chorazewicz authored
(and not libpmem). Add FindLIBPMEM.cmake Previous behaviour was inconsistent with pkg_check_modules(LIBPMEMOBJ ...) which only looked for libpmemobj.
-
- Oct 16, 2019
-
-
Igor Chorążewicz authored
Remove using namespace from a header
-
Igor Chorążewicz authored
Install pmdk-debuginfo package
-
- Oct 14, 2019
-
-
Igor Chorążewicz authored
Merge pull request #480 from ldorau/common-fix-invalid-TRAVIS_COMMIT_RANGE-in-case-of-non-upstream-repository common: fix invalid TRAVIS_COMMIT_RANGE in case of non-upstream repository
-
- Oct 11, 2019
-
-
Igor Chorążewicz authored
Add missing --output-on-failure to all ctest calls
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
Add valgrind instrumentation to concurrent_hash_map
-
Igor Chorążewicz authored
Add -j$(nproc) to make commands
-
- Oct 10, 2019
-
-
Lukasz Dorau authored
It fixes the following error on Fedora-rawhide: error: Failed dependencies: pmdk-debuginfo(x86-64) = 1.7-1.fc32 is needed by libpmem-debug-debuginfo-1.7-1.fc32.x86_64 pmdk-debuginfo(x86-64) = 1.7-1.fc32 is needed by libpmem-debuginfo-1.7-1.fc32.x86_64
-
Lukasz Dorau authored
TRAVIS_COMMIT_RANGE is usually invalid for force pushes. Fix it when used with a non-upstream repository by setting to the following value: $LAST_MERGE_COMMIT..HEAD
-
Lukasz Dorau authored
-
- Oct 08, 2019
-
-
Sergei Vinogradov authored
The commit fix the issue with concurrent_hash_map_rehash_0_helgrind test
-
- 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
-