1. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  2. 922304f Updated modeline and copyright statement in DRD source files. by bart · 14 years ago
  3. 12dca00 Let the macro ANNOTATE_BENIGN_RACE_STATIC() do what the comment above that macro says what it does. by bart · 14 years ago
  4. 876cafd E-mail address update. by bart · 14 years ago
  5. a7103ba drd.h: removed inline functions and replaced these by direct client request invocations. by bart · 14 years ago
  6. 93eed90 Compiles now with the Microsoft C Compiler too. by bart · 14 years ago
  7. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  8. 141a7ed Resynchronized client requests with the latest version of TSan's header file by bart · 15 years ago
  9. 5bb492d Removed ANNOTATE_HAPPENS_DONE() again. by bart · 15 years ago
  10. cfb039e Marked the annotations ANNOTATE_MUTEX_IS_USED_AS_CONDVAR, by bart · 15 years ago
  11. 733db9e Added a definition for a new annotation: ANNOTATE_HAPPENS_DONE(). by bart · 15 years ago
  12. e08eb5f Updated the semantics of ANNOTATE_BENIGN_RACE() as discussed on the Valgrind by bart · 15 years ago
  13. 31b983d Removed trailing whitespace in C source and header files. by bart · 15 years ago
  14. 66f196d - Made the ANNOTATE_RWLOCK_*() macros binary compatible with Helgrind. by bart · 15 years ago
  15. f64a8aa Made ANNOTATE_HAPPENS_BEFORE()/_AFTER() binary compatible with Helgrind. by bart · 15 years ago
  16. d9b8eb7 Added the macro DRD_STOP_IGNORING_VAR(). by bart · 15 years ago
  17. 7fd1f77 Fixed two typo's. by bart · 15 years ago
  18. 1c8cc40 Added four more ANNOTATE_*() macro's / removed the API-warning. by bart · 15 years ago
  19. 82c54c4 Updated documentation of PCQ annotations. by bart · 15 years ago
  20. 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
  21. 44afe93 Added API warning for the recently added ANNOTATE_*() macro's. by bart · 15 years ago
  22. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  23. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 16 years ago
  24. e747176 Removed cross-tool dependency on helgrind/helgrind.h. by bart · 16 years ago
  25. 2356798 Updated copyright statement. by bart · 16 years ago
  26. 8e1033f Moved two define's, such that the ABIWARNING appears immediately before the enum declaration it applies to. by bart · 16 years ago
  27. 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]
  28. 5f57be9 - Renamed the client request VG_USERREQ__GET_THREAD_SELF into by bart · 16 years ago
  29. 3c1e9d8 Split client requests into public and tool-internal. by bart · 16 years ago