- Jan 09, 2019
-
-
Szymon Romik authored
Functions: begin(), end(), free_data(), size(), capacity() are being used in ctors/dtor and tests. This commit provides these functions as well. Index access operators are added.
-
- Dec 19, 2018
-
-
Szymon Romik authored
Imported from llvm-mirror/libcxx@5ae92f0
-
Marcin Ślusarz authored
Modify pmem::obj::array tests
-
Marcin Ślusarz authored
vector: fix _alloc() error handling
-
Szymon Romik authored
We need to cache pmemobj_tx_alloc return value and only after that assign it to _data, because when pmemobj_tx_alloc fails, it aborts transaction.
-
Szymon Romik authored
-
- Dec 18, 2018
-
-
Marcin Ślusarz authored
test: fix vector default ctor test
-
Szymon Romik authored
Even if we are removing created files in our test framework, we should delete manually persistent pointers (for clarity sake).
-
- Dec 17, 2018
-
-
Igor Chorazewicz authored
it was not build previously
-
Igor Chorazewicz authored
-
- Dec 14, 2018
-
-
Marcin Ślusarz authored
check for brace initialization in new expression for specific classes
-
- Dec 13, 2018
-
-
Szymon Romik authored
This line will fail to compile with clang++ <=7.0.0 for C++17 right after destructor will be added to vector class.
-
Szymon Romik authored
Check for issues related to agregate initialization in new expression for specific classes. Set flag in order to avoid unsafe code in tests.
-
- Dec 12, 2018
-
-
Marcin Ślusarz authored
vector: fix functions description
-
Marcin Ślusarz authored
vector: rm unnecessary cast
-
Szymon Romik authored
-
Marcin Ślusarz authored
Merge back changes from stable-1.5
-
- Dec 11, 2018
-
-
Marcin Ślusarz authored
Change conversion operator from T() to T&() in v<>
-
Marcin Ślusarz authored
persistent_ptr: add unsigned index operator 1.5
-
Szymon Romik authored
-
Igor Chorazewicz authored
Ref: #103
-
- Dec 07, 2018
-
-
Szymon Romik authored
-
- Dec 06, 2018
-
-
Szymon Romik authored
-
- Dec 05, 2018
-
-
Marcin Ślusarz authored
Vector skeleton
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
-
- Dec 04, 2018
-
-
Marcin Ślusarz authored
Merge back changes from stable-1.5
-
Marcin Ślusarz authored
Fix v swap, assignment operators and constructors.
-
Marcin Ślusarz authored
Fix include in one more header
-
Igor Chorazewicz authored
-
- Dec 03, 2018
-
-
Marcin Ślusarz authored
Fix headers inclusion for system headers
-
Marcin Ślusarz authored
Merge back changes from stable-1.5
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
Fix headers inclusion for system headers
-
Marcin Ślusarz authored
Add info about pmemcheck annotations in readme
-
Marcin Ślusarz authored
Fix ambiguous comments in make_persistent array
-
Krzysztof Kajrewicz authored
Changes are applied to files that were created after stable-1.5
-