- Jun 21, 2021
-
-
Łukasz Stolarczuk authored
-
- Nov 18, 2020
-
-
Igor Chorążewicz authored
add "rebuild" param to utils' script, to force dockers rebuilding
-
- Oct 08, 2020
-
-
Łukasz Stolarczuk authored
it makes more sense to rebuild dockers all the time on stable branches, because we don't have to count on DockerHub's policy to keep our docker images on their servers.
-
- Sep 11, 2020
-
-
Łukasz Stolarczuk authored
Update doxygen settings
-
Igor Chorążewicz authored
bump docker images versions
-
- Sep 10, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
and set clang-format to fixed version (6.0).
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
fixes #854
-
Łukasz Stolarczuk 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 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
-
- Dec 24, 2019
-
-
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++.
-
- 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.
-
- 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.
-