- Feb 05, 2019
-
-
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.
-
- Feb 04, 2019
-
-
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 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
-
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.
-