1. Oct 22, 2018
  2. Oct 20, 2018
  3. Oct 19, 2018
  4. Oct 18, 2018
  5. Oct 15, 2018
  6. Oct 11, 2018
  7. Oct 02, 2018
  8. Sep 25, 2018
  9. Sep 18, 2018
  10. Sep 17, 2018
  11. Sep 14, 2018
  12. Sep 12, 2018
  13. Sep 10, 2018
  14. Sep 08, 2018
  15. Sep 07, 2018
  16. Sep 03, 2018
  17. Aug 31, 2018
    • Marcin Ślusarz's avatar
      Fix v constructor to always initialize its state. · 817c13cf
      Marcin Ślusarz authored
      Depending on how structure containing v is initialized
      runid is intialized or not, which leads memcheck to complain:
      
      Conditional jump or move depends on uninitialised value(s)
         at 0x4E5F3CD: pmemobj_volatile (sync.c:656)
         by 0x10AF36: pmem::obj::v<(anonymous namespace)::foo>::get() (v.hpp:125)
         by 0x10A830: (anonymous namespace)::test_init(pmem::obj::pool<(anonymous namespace)::root>&) (v.cpp:80)
         by 0x10AAC8: main (v.cpp:105)
      817c13cf