- Jan 29, 2019
-
-
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.
-
- Jan 23, 2019
-
-
Marcin Ślusarz authored
tests: expose env variable for changing pmreorder stacktrace depth
-
Igor Chorazewicz authored
and show pmreorder log on test failure (if the log exists).
-
Marcin Ślusarz authored
vector: change capacity to fit size (in ctors)
-
Marcin Ślusarz authored
Fix gcc trivially copyable
-
- Jan 22, 2019
-
-
Szymon Romik authored
-
Szymon Romik authored
std::is_trivially_copyable is missing in gcc < 5
-
Szymon Romik authored
-
Szymon Romik authored
-
- Jan 19, 2019
-
-
Marcin Ślusarz authored
test: vector copy/move/init_list constructor tests
-
- Jan 18, 2019
-
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-
Marcin Ślusarz authored
Vector iterators and access methods
-
Marcin Ślusarz authored
vector: fix transaction error msg
-
Marcin Ślusarz authored
Import llvm tests for string.
-
Marcin Ślusarz authored
test: remove redundant includes and fix comment
-
- Jan 17, 2019
-
-
Szymon Romik authored
this test checks if specyfic access methods can be called out of transaction scope and if accessed elements are being snapshotted
-
Szymon Romik authored
test: add vector iterators.pass test test: add vector contiguous.pass test test: add vector data_const.pass and data.pass
-
Szymon Romik authored
-
- Jan 16, 2019
-
-
Szymon Romik authored
Imported from llvm-mirror/libcxx@5ae92f0 vector: add libcxx iterator.pass test Imported from llvm-mirror/libcxx@5ae92f0 vector: add libcxx types.pass test Imported from llvm-mirror/libcxx@5ae92f0 test: add libcxx data tests Imported from llvm-mirror/libcxx@5ae92f0
-
Igor Chorazewicz authored
Imported from llvm-mirror/libcxx@88f5d7a38
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-
- Jan 15, 2019
-
-
Marcin Ślusarz authored
Merge back changes from stable-1.5
-
Marcin Ślusarz authored
Always initialize pmem::obj::array using double braces.
-
- Jan 14, 2019
-
-
Marcin Ślusarz authored
test: copy libcxx vector tests
-
Marcin Ślusarz authored
test: rm unused file
-
Marcin Ślusarz authored
vector: add comparison operators
-
Marcin Ślusarz authored
Fix typo
-
- Jan 11, 2019
-
-
Szymon Romik authored
Copy remaining libcxx vector tests. Those test should be ported to test persistent vetctor. Imported from llvm-mirror/libcxx@5ae92f0
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-
- Jan 10, 2019
-
-
Jan Michalski authored
transaction: add snapshot method
-
Szymon Romik authored
test/common/cont_test_common.hpp is as old file, we used to use in tests for STL containers with persistent allocator
-
Jan Michalski authored
vector ctors
-
Krzysztof Kajrewicz authored
-
Jan Michalski authored
fix coverege travis output issue
-
Szymon Romik authored
travis output has 4MB limitation for an output and recently it became a limitation for libpmemobj-cpp project this patch removes llvm-cov output from travis log, but coverage analysis are still being performed
-
- Jan 09, 2019
-
-
Krzysztof Kajrewicz authored
-