- Feb 06, 2019
-
-
Szymon Romik authored
Remove string libcxx tests which won't be ported
-
kkajrewicz authored
refactor vector private methods
-
- Feb 05, 2019
-
-
Szymon Romik authored
Add get(args) method overload for v.
-
Igor Chorazewicz authored
These tests are either testing deduction guides (which won't be implemented) or using custom allocator, which cannot be used with pmem::obj::experimental::string.
-
Szymon Romik authored
-
Szymon Romik authored
Make vector's private methods more generic. It will be beneficial for implementing vector's modifiers methods.
-
Igor Chorążewicz authored
cmake: refactor the way we add tests to the project
-
Igor Chorazewicz authored
get(args) method forwards args to the objects constructor. operator= was only assuring that 'this' object was initialized by calling get. This patch also assures that object from which we assign is also initialized.
-
Krzysztof Kajrewicz authored
-
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
add support for situation, if we don't want to enable valgrind tool A instrumentation, when test is ran with Valgrind tool B
-
Szymon Romik authored
Change implementation of canonical iterators for tests.
-
Igor Chorazewicz authored
-
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
-