- Aug 30, 2018
-
-
Marcin Ślusarz authored
common: fix array behaviour when its size is zero.
-
- Aug 29, 2018
-
-
Igor Chorazewicz authored
This patch fixes 2 things: - Double braced initialization of scalar types is not allowed in C++ so previous version, where underlying type for zero sized array was pointer prevented proper zero-sized array initlizatation. (Only some compilers complained about this) - Standard states that begin() and end() should return some unique value, now it is done by returning address of the array itself. To achive that alignment of zero-sized array is equal to alignment of type its holding. This approach is also taken by libstdc++.
-
- Aug 24, 2018
-
-
Marcin Ślusarz authored
Limit test execution & dump stack trace when they fail.
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- Aug 23, 2018
-
-
Marcin Ślusarz authored
-
Marcin Ślusarz authored
-
- Aug 21, 2018
-
-
Marcin Ślusarz authored
workaround for old gcc version issue
-
Szymon Romik authored
Check if "inline" aggregate initialization works for array class members. Use double braces initialization as a workaround.
-
- Aug 20, 2018
-
-
Marcin Ślusarz authored
test: add support for matching memcheck logs
-
Szymon Romik authored
Provide support for matching memcheck and pmemcheck output files. Match file should follow pattern: <testname>_<testcase_nr>_<tracer>.err.match
-
- Aug 17, 2018
-
-
Marcin Ślusarz authored
obj: fix pmem::obj::v<> to match new changes
-
Piotr Balcer authored
-
- Aug 16, 2018
-
-
Piotr Balcer authored
Required due to the pmemobj_volatile API change.
-
- Aug 14, 2018
-
-
Piotr Balcer authored
-
Marcin Ślusarz authored
tests: match logs automatically on test finish
-
- Aug 11, 2018
-
-
Marcin Ślusarz authored
common: use coverage flag to group metrics
-
- Aug 10, 2018
-
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
Introduce pmem::obj::array
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
- Aug 09, 2018
-
-
Marcin Ślusarz authored
common: fix doc update script
-
Marcin Ślusarz authored
tests: skip pmemcheck tests if pmemcheck is not found
-
Igor Chorazewicz authored
Using git commit -a only staged modified or deleted files but new files were ommited.
-
Igor Chorazewicz authored
-
- Aug 08, 2018
-
-
Marcin Ślusarz authored
common: fix some warnings on windows
-
Igor Chorazewicz authored
reported by MSVC.
-
- Aug 02, 2018
-
-
Marcin Ślusarz authored
Update clang format
-
- Aug 01, 2018
-
-
Igor Chorazewicz authored
-
Marcin Ślusarz authored
Add aggregate initialization support
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
which fixes unused variable warning in release build.
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
-