1. Jan 08, 2020
    • Igor Chorazewicz's avatar
      Introduce volatile_state support class · 43ebd27f
      Igor Chorazewicz authored
      It allows persistent object to use volatile data. It is
      implemented as global volatile hash_map which maps PMEMoids
      to pointers to volatile data. The hash_map is protected by
      read write lock (available from C++14 hence this is the
      requirement for the entire feature).
      
      Volatile state stored in hash_map is cleared on pool close
      (only the state which is conncted to pmem objects from the
      closed pool).
      43ebd27f
  2. Jan 07, 2020
  3. Jan 03, 2020
  4. Jan 02, 2020
  5. Dec 31, 2019
  6. Dec 30, 2019
  7. Dec 23, 2019
  8. Dec 20, 2019
  9. Dec 19, 2019
  10. Dec 18, 2019
  11. Dec 17, 2019
  12. Dec 16, 2019
  13. Dec 13, 2019
  14. Dec 12, 2019