- Apr 16, 2020
-
-
Igor Chorążewicz authored
Merge stable 1.5 into stable 1.6
-
- Apr 10, 2020
-
-
Igor Chorążewicz authored
-
- Mar 30, 2020
-
-
Szymon Romik authored
contigous_iterator: make operator[] take signed integral instead
-
- Mar 27, 2020
-
-
Igor Chorążewicz authored
of unsigned. The reason is that Windows cannot decide for a call like this: `it[0] = 10` whether to use: * operator[](unsigned) -- one conversion from signed to unsigned * operator T*() and then build in operator[](signed) -- one conversion
-
- Feb 27, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.5 into stable-1.6
-
- Feb 26, 2020
-
-
Igor Chorążewicz authored
fix dir creation in auto docs update
-
- Feb 25, 2020
-
-
Łukasz Stolarczuk authored
-
Igor Chorążewicz authored
doc: enable auto gh-pages generation in docker script
-
- Feb 10, 2020
-
-
Łukasz Stolarczuk authored
-
- Jan 31, 2020
-
-
Igor Chorążewicz authored
Create separate Docker images for stable-1.6 branch
-
- Jan 30, 2020
-
-
Lukasz Dorau authored
-
- Dec 24, 2019
-
-
Igor Chorążewicz authored
tests: remove unnecessary #include <libpmemobj.h>
-
Igor Chorążewicz authored
Merge changes from stable-1.5
-
Igor Chorążewicz authored
allocator: remove unnecessary #include <libpmemobj.h>
-
Igor Chorazewicz authored
Including libpmemobj.h causes inclusion of all type macros which are not needed by C++.
-
Igor Chorazewicz authored
Including libpmemobj.h causes inclusion of all type macros which are not needed by C++.
-
- Sep 20, 2019
-
-
Szymon Romik authored
Merge back changes from stable-1.5 to stable-1.6
-
- Sep 17, 2019
-
-
Igor Chorazewicz authored
-
- Sep 09, 2019
-
-
Igor Chorążewicz authored
[1.5] Do not check pkgconfig on windows
-
Igor Chorazewicz authored
it might be installed (as part of cygwin).
-
Igor Chorążewicz authored
Backport appveyor update to stable-1.5
-
- Sep 06, 2019
-
-
Lukasz Dorau authored
... to reduce the Appveyor build time.
-
Lukasz Dorau authored
... to reduce the Appveyor build time.
-
Lukasz Dorau authored
PMEM_IS_PMEM_FORCE is not set in tests and Appveyor build is timed out.
-
Lukasz Dorau authored
This change is required because of the following issue: https://help.appveyor.com/discussions/problems/24684-problem-with-vcpkg-wrong-version-on-appveyor https://github.com/appveyor/ci/issues/3052 which cannot be fixed directly now.
-
- Jul 05, 2019
-
-
Szymon Romik authored
Extend warning message when valgrind is not found.
-
Szymon Romik authored
Install libpmemobj++.pc in all configurations
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
Specify we need devel package.
-
- Jun 26, 2019
-
-
Krzysztof Kajrewicz authored
fix missing include header file
-
freboat authored
stdexcept is needed in slice.hpp for std::out_of_range support
-
- Jun 24, 2019
-
-
Szymon Romik authored
[1.6] Mark allocation_flag constructor as explicit.
-
- Jun 14, 2019
-
-
Igor Chorazewicz authored
Having implicit constructor caused unexpected beahviour with make_persistent_array. For make_persistent version designed to work with sized arrays calling make_persistent<int[100]>(90) didn't failed as expected. Instead, '90' was implicitly converted to allocation_flag.
-
- Jun 12, 2019
-
-
Krzysztof Kajrewicz authored
[1.6] Add option to force define IS_TRIVIALLY_COPYABLE
-
- Jun 11, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
- May 30, 2019
-
-
Krzysztof Kajrewicz authored
[1.6] string: fix max_size() return value
-
- May 24, 2019
-
-
Igor Chorazewicz authored
-
- May 22, 2019
-
-
Krzysztof Kajrewicz authored
[1.6] Add missing include to v.hpp.
-
- May 21, 2019
-
-
Igor Chorazewicz authored
Needed by std::forward_as_tuple.
-