- Feb 05, 2019
-
-
Krzysztof Kajrewicz authored
-
Marcin Ślusarz authored
Run tests with PMEM_IS_PMEM_FORCE=1
-
Marcin Ślusarz authored
Merge back changes from stable-1.5
-
Szymon Romik authored
Fix range_snapshotting iterator when snapshot_size == 0
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
When snapshot_size == 0, no snapshotting should happen. This condition must be explicitly checked inside range_snapshotting_iterator.
-
Igor Chorazewicz authored
Parameters to iterator should specify range accessible by this iterator. Before this patch those arguments described the whole array instead of just the part from start to start + n.
-
- Feb 04, 2019
-
-
Szymon Romik authored
Change implementation of canonical iterators for tests.
-
Marcin Ślusarz authored
Update a docker image build-dependency.
-
Adam Borowski authored
It got transitioned to libunwind-dev in Oct 2014; there's still a compat alias but using it gets you shouted at.
-
- Feb 01, 2019
-
-
Igor Chorazewicz authored
New version takes iterator type instead data type. This allows for more flexible usage. For example it is required for testing pmem::obj::experimental::basic_string where required iterator type is const char*.
-
Igor Chorążewicz authored
test: remove libcxx vector tests that won't be ported
-
Marcin Ślusarz authored
Update Valgrind to 3.14
-
Marcin Ślusarz authored
fix README list of flags
-
Marcin Ślusarz authored
-
- Jan 31, 2019
-
-
Krzysztof Kajrewicz authored
-
Szymon Romik authored
-
- Jan 30, 2019
-
-
Igor Chorążewicz authored
vector: add methods which change capacity
-
Igor Chorążewicz authored
test: add internal vector test
-
Marcin Ślusarz authored
Add valgrind instrumentation support
-
Szymon Romik authored
Modify vector_private test to work with Valgrind instrumentation.
-
Szymon Romik authored
-
Szymon Romik authored
Add const methods to pmem::obj::experimental::array.
-
Szymon Romik authored
Make persistent atomic fix
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-
Szymon Romik authored
-
Szymon Romik authored
check if vector's copy ctor constructs vector from element's type copy ctor
-
- Jan 29, 2019
-
-
Igor Chorazewicz authored
Tests for: - const_at - cfront - cback - cdata - const version of (r)begin - const version of (r)end - const version of range
-
Igor Chorazewicz authored
These operators should be marked const as they do not modify the iterator.
-
Igor Chorazewicz authored
Add: - const_at - cfront - cback - cdata This methods behaves the same as const overloads of at, front, back and data but can be called on non-const object.
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
Before this patch all arguments passed to constructor were treated as lvalue references. This patch fixes that by mainting information about wheter argument is rvalue of lvalue reference.
-
- Jan 28, 2019
-
-
Marcin Ślusarz authored
Introduce flag parameter to make_persistent(atomic)
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
- Jan 25, 2019
-
-
Marcin Ślusarz authored
fix typo
-
Krzysztof Kajrewicz authored
-