- Jan 29, 2019
-
-
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
-
Marcin Ślusarz authored
test: fix sudo issue
-
Szymon Romik authored
Default number of minutes that can elapse before sudo will ask for a password again is 5. It is too short for our increasing set of tests. In this patch we force sudo to ask for a password and provide sudo with valid password each time.
-
- Jan 24, 2019
-
-
Marcin Ślusarz authored
test: add vector-iter-iter custom test
-
Marcin Ślusarz authored
Disable some libcxx tests for old g++ compilers.
-
Szymon Romik authored
verify if iter-iter vector ctor will construct vector from element's type copy ctor
-
Szymon Romik authored
add emplace_constructible_copy_insertable_move_insertable helper class
-
Igor Chorazewicz authored
They cannot be compiled due to lack of full C++11 support.
-
- Jan 23, 2019
-
-
Igor Chorazewicz authored
This was not included in #150 by mistake.
-
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
-