- Feb 14, 2020
-
-
Łukasz Stolarczuk authored
-
- Jan 31, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.6 into stable-1.7
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
Create separate Docker images for stable-1.7 branch
-
Igor Chorążewicz authored
Create separate Docker images for stable-1.6 branch
-
- Jan 30, 2020
-
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
- Dec 31, 2019
-
-
Łukasz Stolarczuk authored
Add missing pmdk-debuginfo rpms installation
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Merge changes from stable-1.6
-
- 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 23, 2019
-
-
Igor Chorążewicz authored
Merge stable-1.6 into stable-1.7
-
- 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 12, 2019
-
-
Szymon Romik authored
[1.7] Fix compilation of concurrent hash map test
-
Szymon Romik authored
[1.7] Fix void_t declaration.
-
- Jul 09, 2019
-
-
Igor Chorążewicz authored
Update test to new hashmap API introduced in: c67264ae
-
- 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
-
Szymon Romik authored
Drop libdir from pkgconfig.
-
Igor Chorazewicz authored
Specify we need devel package.
-
Igor Chorazewicz authored
Until CWG 1558 (a C++14 defect), unused parameters in alias templates were not guaranteed to ensure SFINAE and could be ignored, this implementation of void_t solves this issue. See: https://en.cppreference.com/w/cpp/types/void_t
-
- Jul 02, 2019
-
-
Igor Chorążewicz authored
cmake: fix tbb detection for distros without tbb cmake integration
-
- Jul 01, 2019
-
-
Marcin Ślusarz authored
-
- Jun 28, 2019
-
-
Adam Borowski authored
There's no binary library to link against.
-
- Jun 27, 2019
-
-
Szymon Romik authored
string: fix memcheck error of uninitialized size field
-
Krzysztof Kajrewicz authored
-
Szymon Romik authored
-