Skip to content
Snippets Groups Projects
  1. Aug 09, 2017
  2. Jun 20, 2017
  3. Jun 19, 2017
  4. Jun 22, 2017
  5. May 31, 2017
  6. May 23, 2017
  7. May 20, 2017
  8. May 19, 2017
    • Eric Cano's avatar
      Reviewed promised based thread synchronisation · 17d5a84e
      Eric Cano authored
      Fixed calls to promise::get_future() after possible access form other thread. They are now guaranteed to happen before.
      Added helgrind annotations for promise based synchronisation.
      Added macros enabling helgrind annotations for shared_ptr.
      Added suppression for shared_ptr used inside other standard lib object and not covered by the previous macros.
      Added unit test for lower level .
      Added suppressions for reported race conditions in Rados library.
      Review heavily MemArchiveQueue and fixed missing commit in object store, leading to potentially orphaned objects.
      Enabled formerly disabled test as it is now fast enough.
      17d5a84e
  9. May 17, 2017
  10. Feb 16, 2017
  11. Feb 15, 2017
  12. Jan 12, 2017
  13. Jan 11, 2017
    • Eric Cano's avatar
      Added suppression lists for helgrind issues #51 · 9838bee0
      Eric Cano authored
      The first 6 issues are about places where error conditions of the pthread mutexes are validated (And a suppression is required).
      The 7th one is about a race between the unlocking of the mutex itself and it deletion. We seupresed this error also.
      9838bee0
  14. Dec 16, 2016
  15. Dec 15, 2016
  16. Nov 16, 2016
  17. Nov 10, 2016
  18. Oct 12, 2016
  19. Sep 09, 2016
  20. Sep 06, 2016
  21. Sep 05, 2016
  22. Aug 31, 2016
  23. Aug 22, 2016
  24. Aug 16, 2016
  25. Aug 11, 2016
  26. Jul 07, 2016
  27. Jun 29, 2016
  28. Jun 28, 2016
  29. May 13, 2016
  30. May 12, 2016
  31. Apr 26, 2016
Loading