- Aug 01, 2018
-
-
Marcin Ślusarz authored
Add aggregate initialization support
-
Igor Chorazewicz authored
which fixes unused variable warning in release build.
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
Warnings cleanup
-
Igor Chorazewicz authored
On windows Wall contains all possible warnings (most of which is either generated by windows headers or too pedantic - e.g. padding added by compiler)
-
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
-