- Jul 17, 2018
-
-
Marcin Ślusarz authored
doc: fix reference to v snippet
-
- Jul 16, 2018
-
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
Add PMEMOBJ++Config.cmake and build standalone examples
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
and some cleanup
-
- Jul 13, 2018
-
-
Marcin Ślusarz authored
doc: add link to v template
-
Marcin Ślusarz authored
common: deal with dot files
-
Marcin Ślusarz authored
-
- Jul 12, 2018
-
-
Marcin Ślusarz authored
examples: add standalone CMakeLists
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
common: auto doc update
-
Marcin Ślusarz authored
-
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
-