- Jul 05, 2019
-
-
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.
-
- Feb 04, 2019
-
-
Igor Chorazewicz authored
argn was not incremented in case of get(). This resulted in "invalid queue operation" message on every get. Also fix "usage" for "insert" operation. Ref: #186
-
- Jan 14, 2019
-
-
Marcin Ślusarz authored
Fix typo
-
- Jan 04, 2019
-
-
Igor Chorazewicz authored
-
- Dec 21, 2018
-
-
Marcin Ślusarz authored
common: fix typo
-
Krzysztof Kajrewicz authored
-
- Dec 12, 2018
-
-
Marcin Ślusarz authored
tests: change initialization of slice
-
Igor Chorazewicz authored
gcc (7.3.0) gives array-subscript error when pointer to array is decremented by 1.
-
- 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
-