- Sep 18, 2020
-
-
Igor Chorążewicz authored
docker: make build- and push-image scripts more verbose
-
Igor Chorążewicz authored
Merge stable-1.5 into stable-1.6
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
otherwise it will still use found (most likely, newer) clang-format.
-
- Sep 11, 2020
-
-
Łukasz Stolarczuk authored
-
Ł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
-
- Apr 16, 2020
-
-
Igor Chorążewicz authored
Merge stable 1.5 into stable 1.6
-
- Apr 10, 2020
-
-
Igor Chorążewicz 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 27, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.5 into stable-1.6
-
- 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
-
- Jan 31, 2020
-
-
Igor Chorążewicz authored
Create separate Docker images for stable-1.6 branch
-
- Jan 30, 2020
-
-
Lukasz Dorau authored
-
- 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 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 05, 2019
-
-
Szymon Romik authored
Extend warning message when valgrind is not found.
-