1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. 3cc2620 drd: Ignore ordering introduced by a mutex used in the thread creation wrapper by bart · 10 years ago
  4. cb48672 drd: Add semaphore annotations (#333072) by bart · 10 years ago
  5. d4bab99 drd: Update copyright notice by bart · 11 years ago
  6. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  7. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  8. 88d7584 Make it possible to #include <valgrind/drd.h> after <valgrind/helgrind.h> by bart · 12 years ago
  9. d678054 drd: Rename DRD_STOP_TRACE_VAR() into DRD_STOP_TRACING_VAR() by bart · 12 years ago
  10. 37013cf drd.h: Add macro DRD_STOP_TRACE_VAR(). To do: update manual by bart · 12 years ago
  11. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  12. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  13. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  14. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  15. 12dca00 Let the macro ANNOTATE_BENIGN_RACE_STATIC() do what the comment above that macro says what it does. by bart · 14 years ago
  16. 876cafd E-mail address update. by bart · 14 years ago
  17. a7103ba drd.h: removed inline functions and replaced these by direct client request invocations. by bart · 14 years ago
  18. 93eed90 Compiles now with the Microsoft C Compiler too. by bart · 14 years ago
  19. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  20. 141a7ed Resynchronized client requests with the latest version of TSan's header file by bart · 14 years ago
  21. 5bb492d Removed ANNOTATE_HAPPENS_DONE() again. by bart · 14 years ago
  22. cfb039e Marked the annotations ANNOTATE_MUTEX_IS_USED_AS_CONDVAR, by bart · 14 years ago
  23. 733db9e Added a definition for a new annotation: ANNOTATE_HAPPENS_DONE(). by bart · 14 years ago
  24. e08eb5f Updated the semantics of ANNOTATE_BENIGN_RACE() as discussed on the Valgrind by bart · 14 years ago
  25. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  26. 66f196d - Made the ANNOTATE_RWLOCK_*() macros binary compatible with Helgrind. by bart · 15 years ago
  27. f64a8aa Made ANNOTATE_HAPPENS_BEFORE()/_AFTER() binary compatible with Helgrind. by bart · 15 years ago
  28. d9b8eb7 Added the macro DRD_STOP_IGNORING_VAR(). by bart · 15 years ago
  29. 7fd1f77 Fixed two typo's. by bart · 15 years ago
  30. 1c8cc40 Added four more ANNOTATE_*() macro's / removed the API-warning. by bart · 15 years ago
  31. 82c54c4 Updated documentation of PCQ annotations. by bart · 15 years ago
  32. df5a1e2 Updated ANNOTATE_*() macro's as discussed on the valgrind-developers mailing list. Merged drt/unittest r1007:1014. Updated to do list. by bart · 15 years ago
  33. 44afe93 Added API warning for the recently added ANNOTATE_*() macro's. by bart · 15 years ago
  34. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  35. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  36. e747176 Removed cross-tool dependency on helgrind/helgrind.h. by bart · 15 years ago
  37. 2356798 Updated copyright statement. by bart · 15 years ago
  38. 8e1033f Moved two define's, such that the ABIWARNING appears immediately before the enum declaration it applies to. by bart · 15 years ago
  39. ccf17de Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools. by bart · 16 years ago[Renamed from exp-drd/drd.h]
  40. 5f57be9 - Renamed the client request VG_USERREQ__GET_THREAD_SELF into by bart · 16 years ago
  41. 3c1e9d8 Split client requests into public and tool-internal. by bart · 16 years ago