1. Jan 10, 2020
  2. Jan 09, 2020
    • Lukasz Dorau's avatar
      test: fix one type in volatile_state test · d912f771
      Lukasz Dorau authored
      It fixes the following compilation error:
      
      In file included from /libpmemobj-cpp/tests/volatile_state/\
      volatile_state.cpp:33:0:
      /libpmemobj-cpp/tests/volatile_state/volatile_state.cpp:\
      In function 'void test_vector_of_elements(pmem::obj::pool<root>&)':
      /libpmemobj-cpp/tests/volatile_state/volatile_state.cpp:348:30:\
      error: conversion to 'size_t {aka long unsigned int}' \
      from 'std::__atomic_base<int>::__int_type {aka int}' \
      may change the sign of the result [-Werror=sign-conversion]
        UT_ASSERT(v2_initialized == NUM_ELEMENTS);
                                    ^
      d912f771
    • Szymon Romik's avatar
      Merge pull request #559 from lukaszstolarczuk/change-persistent_ptr_base-class · 56767209
      Szymon Romik authored
      Make persistent_ptr_base non-template and move to main namespace
      56767209
  3. Jan 08, 2020
  4. Jan 07, 2020
  5. Jan 03, 2020
  6. Jan 02, 2020
  7. Dec 31, 2019
  8. Dec 30, 2019
  9. Dec 23, 2019