- Jul 12, 2018
-
-
Marcin Ślusarz authored
common: auto doc update
-
Igor Chorazewicz authored
-
- Jul 09, 2018
-
-
Marcin Ślusarz authored
common: fix finding libpmemobj
-
Igor Chorazewicz authored
Code for finding libpmemobj was not properly removed.
-
- Jul 05, 2018
-
-
Marcin Ślusarz authored
CMake files refactoring
-
Marcin Ślusarz authored
common: use explicit conversions
-
Igor Chorazewicz authored
to avoid sign-conversion warnings. All values used in indexing and persistent_ptr arithmetic operations are explicitly casted to uint64_t. Based on well-defined unsinged overflow arithmetic and standard guarantees about integer conversions: [conv.integral] If the destination type is unsigned, the resulting value is the least unsigned integer congruent to the source integer (modulo 2 n where n is the number of bits used to represent the unsigned type).
-
Igor Chorazewicz authored
Do not require libpmemobj when tests and examples are not built.
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
common: detect pmemvlt support in libpmemobj
-
- Jul 04, 2018
-
-
Igor Chorazewicz authored
Current required version of libpmemobj is 1.4 which does not have pmemvlt support. This patch turns off and building tests and examples using it if pmemvlt is not provided by libpmemobj.
-
Marcin Ślusarz authored
doc: fix stripping paths in generated files
-
- Jul 03, 2018
-
-
Igor Chorazewicz authored
-
- Jul 02, 2018
-
-
Marcin Ślusarz authored
Add badges and instructions for Windows
-
- Jun 30, 2018
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
- Jun 25, 2018
-
-
Marcin Ślusarz authored
common: add coverage support
-
Igor Chorazewicz authored
-
- Jun 22, 2018
-
-
Marcin Ślusarz authored
Required by Coverity script.
-
- Jun 21, 2018
-
-
Marcin Ślusarz authored
common: add ruby to Dockerfile
-
Igor Chorazewicz authored
required by coverity
-
Marcin Ślusarz authored
common: fix run-coverity.sh
-
Igor Chorazewicz authored
-
- Jun 18, 2018
-
-
Marcin Ślusarz authored
Windows support
-
Marcin Ślusarz authored
Add packaging support and write basic README
-
- Jun 16, 2018
-
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
- Jun 15, 2018
-
-
Marcin Ślusarz authored
Build examples
-
Igor Chorazewicz authored
before this patch adding cppstyle and check_whitespace only worked if ${srcs} contained exactly one path -
Igor Chorazewicz authored
-
Marcin Ślusarz authored
Add exec rights for run-coverity.sh
-
Igor Chorazewicz authored
-
- Jun 08, 2018
-
-
Marcin Ślusarz authored
Check style for all headers
-
- Jun 07, 2018
-
-
Marcin Ślusarz authored
Add coverity support
-