- Feb 22, 2019
-
-
Igor Chorążewicz authored
vector: add comparison operators between pmem::vector and std::vector
-
- Feb 21, 2019
-
-
kkajrewicz authored
add .gitattributes
-
Marcin Ślusarz authored
Merge back changes from stable-1.5
-
kkajrewicz authored
extend vector API
-
Szymon Romik authored
-
Szymon Romik authored
set text and eol config parameteres
-
Marcin Ślusarz authored
explicitly cast values to match parameters
-
Szymon Romik authored
-
- Feb 20, 2019
-
-
Szymon Romik authored
travis: run valgrind tests only in one configuration.
-
Szymon Romik authored
-
Igor Chorazewicz authored
and run tests with valgrind only in one configuration on travis.
-
Szymon Romik authored
add comparison operators between vector and std::vector
-
Szymon Romik authored
Explicit cast is required for persistent_ptr (array type overload) operator[] which now takes integral_type, but after merge back from stable 1.5 will require std::ptrdiff type.
-
Igor Chorążewicz authored
test: port miscellaneous libcxx's vector tests
-
Szymon Romik authored
Change it in vector ctors and assign method.
-
Szymon Romik authored
-
Krzysztof Kajrewicz authored
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- Feb 19, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
backport: Disable some libcxx tests for old g++ compilers.
-
Krzysztof Kajrewicz authored
Reason: our default and move ctors are throwing
-
Igor Chorążewicz authored
test: extend vector access tests
-
- Feb 18, 2019
-
-
Igor Chorazewicz authored
They cannot be compiled due to lack of full C++11 support.
-
Igor Chorążewicz authored
vector: add modifiers methods.
-
Szymon Romik authored
string: use const_pointer as const_iterator
-
Szymon Romik authored
-
Szymon Romik authored
-
Krzysztof Kajrewicz authored
-
Szymon Romik authored
-
Krzysztof Kajrewicz authored
-
Szymon Romik authored
Add insert(), emplace(), push_back(), erase() methods and their overloads.
-
Igor Chorazewicz authored
-
Szymon Romik authored
-
Szymon Romik authored
Introduce pmem::obj::experimental::string.
-
kkajrewicz authored
Add missing testcases for array.range()
-
kkajrewicz authored
Remove const_contiguous_iterator.
-
Krzysztof Kajrewicz authored
Reason: undefined behaviour
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
-