- Aug 01, 2018
-
-
Igor Chorazewicz authored
and remove comment regarding clang-format (only 3.8 and 3.9 is supported)
-
Igor Chorazewicz authored
to avoid -Wformat-security
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
- Jul 31, 2018
-
-
Marcin Ślusarz authored
common: update docker images
-
- Jul 28, 2018
-
-
Igor Chorazewicz authored
-
- Jul 19, 2018
-
-
Marcin Ślusarz authored
common: set codecov threshold to 0.2
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
common: fix cmake variable name in readme
-
Marcin Ślusarz authored
tests: better message while skipping tests
-
Igor Chorazewicz authored
-
- Jul 18, 2018
-
-
Igor Chorazewicz authored
-
- 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
-