- Dec 12, 2018
-
-
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
-
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
-
Krzysztof Kajrewicz authored
-
Igor Chorazewicz authored
Assignment operators didn't work correctly because operatorT() was not really a const function and this_type (used in those functions) was not decalared. This resulted in compile error while trying to assign v<> of different types. Additionally v<> constructor taking const T& as parameter is not needed. Using it would mean assigning some value to underlaing val in v<>, but first call to get() would run constructor (which would potentially change the value).
-
- Nov 30, 2018
-
-
Szymon Romik authored
-
Marcin Ślusarz authored
Implement property that allows to subtract an iterator from another
-
Szymon Romik authored
-
Krzysztof Kajrewicz authored
-
- Nov 29, 2018
-
-
Szymon Romik authored
Imported from llvm-mirror/libcxx@5ae92f0
-
Marcin Ślusarz authored
Change breaking literals rule in clang.format
-
Szymon Romik authored
-
Marcin Ślusarz authored
test: fix includes and flags
-
- Nov 28, 2018
-
-
Szymon Romik authored
-
Marcin Ślusarz authored
Add Valgrind annotation support
-
- Nov 27, 2018
-
-
Szymon Romik authored
-
Marcin Ślusarz authored
Add pmreorder support
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
and add test program to check if pmemobj supports COW for pool opening. COW for reorder tests is needed because if checker program does any recovery (for example in pool::open) this is not logged and will not be reverted by pmreorder. This results in unexpected state in proceding pmreorder steps (expected state is initial pool, modified only by pmreorder)
-
Igor Chorazewicz authored
-