- Dec 24, 2019
-
-
Igor Chorazewicz authored
Including libpmemobj.h causes inclusion of all type macros which are not needed by C++.
-
- 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.
-
- Apr 17, 2019
-
-
Igor Chorążewicz authored
[1.6] cmake: require c++11 for cow check
-
Igor Chorążewicz authored
[1.6] Bump pmdk to 1.6 in Docker images
-
- Apr 15, 2019
-
-
Krzysztof Kajrewicz authored
-
Krzysztof Kajrewicz authored
C++ version was incorrectly computed by cmake to c++98 which resulted in compilation error on ubuntu 16.04
-
- Mar 15, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Szymon Romik authored
Introduce options to enable array/vector/string
-
- Mar 14, 2019
-
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
Merge back changes from stable-1.5
-
- Mar 13, 2019
-
-
Szymon Romik authored
Adjust TRAVIS_COMMIT_RANGE variable to contain only commits from a PR.
-
Igor Chorazewicz authored
to contain only commits from a PR. Ref: travis-ci/travis-ci/issues/4596
-
Szymon Romik authored
Limit job configurations run on travis.
-
Igor Chorazewicz authored
-
- Mar 11, 2019
-
-
Igor Chorążewicz authored
[1.5] cmake: check if dot tool is installed
-
- Mar 08, 2019
-
-
kkajrewicz authored
fix doxygen invalid \ref command
-
Krzysztof Kajrewicz authored
which is required by doxygen to generate graphs
-