- Sep 09, 2019
-
-
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.
-
- 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
-
- Mar 11, 2019
-
-
Igor Chorążewicz authored
[1.5] cmake: check if dot tool is installed
-
- Mar 08, 2019
-
-
Krzysztof Kajrewicz authored
which is required by doxygen to generate graphs
-
Igor Chorążewicz authored
[1.5] fix typo
-
Krzysztof Kajrewicz authored
-
- Mar 02, 2019
-
-
Igor Chorążewicz authored
Fix crash when previous transaction failed to start
-
- Mar 01, 2019
-
-
Marcin Ślusarz authored
... because of already taken lock.
-
- Feb 25, 2019
-
-
kkajrewicz authored
Bump pmdk to 1.5.1 in Docker images.
-
kkajrewicz authored
Throw an exception when unlocking failed.
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- Feb 20, 2019
-
-
Marcin Ślusarz authored
-
- Feb 19, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
backport: Disable some libcxx tests for old g++ compilers.
-
- Feb 18, 2019
-
-
Igor Chorazewicz authored
They cannot be compiled due to lack of full C++11 support.
-
- Feb 15, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
stable1.5: fix persistent ptr
-
Szymon Romik authored
-
Szymon Romik authored
This reverts commit 6bbb319e.
-
Szymon Romik authored
This reverts commit 0f0779d7.
-
- Feb 11, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- Feb 09, 2019
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
Decrease number of persistent_ptr dereferences by caching raw pointer.
-
- Feb 08, 2019
-
-
Igor Chorazewicz authored
Ref: #181
-
Marcin Ślusarz authored
Fix argument parsing in examples/map_cli.
-
- Feb 05, 2019
-
-
Szymon Romik authored
Fix range_snapshotting iterator when snapshot_size == 0
-
Igor Chorazewicz authored
When snapshot_size == 0, no snapshotting should happen. This condition must be explicitly checked inside range_snapshotting_iterator.
-
Igor Chorazewicz authored
Parameters to iterator should specify range accessible by this iterator. Before this patch those arguments described the whole array instead of just the part from start to start + n.
-