- 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
-
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
-