- Mar 19, 2020
-
-
Igor Chorążewicz authored
Example: Add try-catch clause around pool close function
-
- Mar 18, 2020
-
-
Krzysztof Filipek authored
Avoid throwing an exception from main function
-
Igor Chorążewicz authored
Avoid potential side effect in array_modifiers test
-
- Mar 17, 2020
-
-
Krzysztof Filipek authored
Move post-incrementation after assertion to avoid side effect
-
Szymon Romik authored
String capacity test - unchecked value fix
-
Szymon Romik authored
Exception handling for volatile state test
-
Szymon Romik authored
examples: add vector-based slab example
-
Krzysztof Filipek authored
Add suppression for not checked return values
-
Łukasz Stolarczuk authored
tests: cmake fixes
-
Łukasz Stolarczuk authored
tests: group tests based on binary name
-
Łukasz Stolarczuk authored
Exception handling for array example fix
-
Łukasz Stolarczuk authored
Exception handling fix for hash map benchmark
-
- Mar 16, 2020
-
-
Krzysztof Filipek authored
Added try-catch clause for PMEM related exceptions
-
Krzysztof Filipek authored
Add try-catch clause for PMEM related exception
-
Igor Chorążewicz authored
Fix unhandled exceptions in Segment Vector example
-
- Mar 13, 2020
-
-
Krzysztof Filipek authored
Change phrase "constructor exception" to "constructor's exception"
-
Krzysztof Filipek authored
Rename all occurences in segment_vector
-
Piotr Balcer authored
-
Krzysztof Filipek authored
Add try-catch clause for affected code blocks
-
- Mar 12, 2020
-
-
Krzysztof Filipek authored
Added try-catch clause for pmem related exceptions
-
Łukasz Stolarczuk authored
Merge changes from 'stable 1.9' into 'master'
-
Łukasz Stolarczuk authored
Remove script for updating vcpg's PMDK version
-
Igor Chorazewicz authored
Vcpkg already has PMDK 1.8
-
- Mar 10, 2020
-
-
Igor Chorazewicz authored
-
Łukasz Stolarczuk authored
Fix handling issues in concurrent hashmap snippets
-
Igor Chorazewicz authored
This way it's more obvious if all necessary tracers are used.
-
- Mar 06, 2020
-
-
Krzysztof Filipek authored
-
- Mar 03, 2020
-
-
Igor Chorążewicz authored
Pool test fix
-
Krzysztof Filipek authored
Avoid passing layout nullptr to string constructor (undefined behavior)
-
Łukasz Stolarczuk authored
SPDX
-
- Mar 02, 2020
-
-
Adam Borowski authored
There's no need for a complex tool anymore.
-
Adam Borowski authored
-
Adam Borowski authored
-
Łukasz Stolarczuk authored
tests: remove find_pmemcheck function from ctest_helpers
-
- Feb 27, 2020
-
-
Igor Chorążewicz authored
Typo fix proxy address in Docker README
-
- Feb 26, 2020
-
-
Krzysztof Filipek authored
-
- Feb 20, 2020
-
-
Igor Chorazewicz authored
it's already defined in cmake/functions.cmake
-
- Feb 17, 2020
-
-
Igor Chorążewicz authored
tests: introduce run_test function
-
Igor Chorazewicz authored
it wraps called function with try/catch block and calls backtrace init methods.
-
- Feb 14, 2020
-
-
Igor Chorazewicz authored
-