- Sep 18, 2020
-
-
Łukasz Stolarczuk authored
-
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 17, 2020
-
-
Szymon Romik authored
Merge stable-1.6 into stable-1.7
-
- 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 28, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.6 into stable-1.7
-
- 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
-
Szymon Romik authored
Only parse libpmemobj version if it matches a pattern (major[.]minor.*)
-
- Feb 25, 2020
-
-
Łukasz Stolarczuk authored
-
Igor Chorążewicz authored
doc: enable auto gh-pages generation in docker script
-
- Feb 20, 2020
-
-
- Feb 17, 2020
-
-
Igor Chorążewicz authored
Add skip flags for additional artifacts built/installed in dockerimages
-
- Feb 14, 2020
-
-
Łukasz Stolarczuk authored
-
- Feb 10, 2020
-
-
Łukasz Stolarczuk authored
-
- Jan 31, 2020
-
-
Igor Chorążewicz authored
Merge stable-1.6 into stable-1.7
-
Igor Chorazewicz authored
-
Igor Chorążewicz authored
Create separate Docker images for stable-1.7 branch
-
Igor Chorążewicz authored
Create separate Docker images for stable-1.6 branch
-
- Jan 30, 2020
-
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
- Dec 31, 2019
-
-
Łukasz Stolarczuk authored
Add missing pmdk-debuginfo rpms installation
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Merge changes from stable-1.6
-
- Dec 24, 2019
-
-
Igor Chorążewicz authored
tests: remove unnecessary #include <libpmemobj.h>
-