1. 4f6aa5c Ensured that the qt4 regression tests compile with the pkg-config flags on all platforms. by bart · 16 years ago
  2. 21d3cfc Qt4 detection test is now based on pkg-config. Qt4 QMutex::tryLock(int) test now uses proper Qt4 compiler flags. by bart · 16 years ago
  3. 623eec3 Un-break configure test for clock_gettime(). by bart · 16 years ago
  4. 31277bf Removed duplicate volatile keyword such that the compiler does no longer print a warning. by bart · 16 years ago
  5. d029e46 Switched from ANSI C stdio to Unix I/O in order to avoid that the I/O statements trigger any locking. by bart · 16 years ago
  6. 09df48f Compiles now with old versions of <sys/epoll.h> too. by bart · 16 years ago
  7. 1d07a38 Updated Makefile.am. by bart · 16 years ago
  8. a1e7d7c Removed duplicate expected output file. by bart · 16 years ago
  9. eb33915 Added suppression pattern for Qt4.0/4.1. by bart · 16 years ago
  10. ce5f249 Added expected output for comiler versions without support for built-in atomic operations. by bart · 16 years ago
  11. b3238a5 Add a followup comment to the changes in r8454, which made memcheck's by sewardj · 16 years ago
  12. e2624a9 Attempted to make DRD documentation compatible with pdfxmltex. Added note about g_thread_init(). by bart · 16 years ago
  13. 2a33acd Sorted noinst_HEADERS filenames alphabetically. by bart · 16 years ago
  14. da7c098 Reverted commit 8448. by bart · 16 years ago
  15. 62f54e4 Added configure test for QMutex::tryLock(int). by bart · 16 years ago
  16. 0c47751 Fixed race condition. by bart · 16 years ago
  17. 059b370 Include inlined C files in tarball, else it's not buildable. by sewardj · 16 years ago
  18. 8d2cd45 Temporarily comment out a couple of XML fragments which cause the .pdf by sewardj · 16 years ago
  19. 8849a56 Change memcheck's (client) realloc implementation so that it copies by sewardj · 16 years ago
  20. 5e5fff9 by sewardj · 16 years ago
  21. afa617b Origin-tracking fix: make sure that we have a shadow-origin (B) by sewardj · 16 years ago
  22. 6f362a6 Temporarily disable Qt4-related tests, as they don't build on systems by sewardj · 16 years ago
  23. 414f358 Always include the X client library suppressions, and don't bother doing by sewardj · 16 years ago
  24. 498185b Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause by sewardj · 16 years ago
  25. 505a819 Fix a silly mistake resulting in a bunch of global variables being by sewardj · 16 years ago
  26. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  27. d696210 Stop mpxlc complaining about GNU-isms when compiling libmpiwrap.c. by sewardj · 16 years ago
  28. f33b433 by sewardj · 16 years ago
  29. 026debf When the leak checker finds overlapping blocks report the details by tom · 16 years ago
  30. 2a836b5 When warning about permissions being changed on a large chunk of by tom · 16 years ago
  31. 95bfdcc Added -m32 flag, such that the SPLASH-2 benchmarks are compiled in 32-bit mode (these benchmarks were not designed to be compiled in 64-bit mode -- radiosity deadlocks when compiled in 64-bit mode). Suppressed harmless data races in the radiosity benchmark. by bart · 16 years ago
  32. c8d376d Enabled Radiosity benchmark. by bart · 16 years ago
  33. 1c6623c Raytrace benchmark now runs as it should. by bart · 16 years ago
  34. 0feed2e Restored proper compiler flag order. by bart · 16 years ago
  35. 83d0149 Cleanup. by bart · 16 years ago
  36. 37630e5 Removed data that is no longer needed. Added a reference. by bart · 16 years ago
  37. 3b7e2e3 Changed benchmark input parameters such that these are now identical to the parameters used in the paper "Accurate and Efficient Filtering for the Intel Thread Checker Race Detector", Paul Sack et al, 2006. by bart · 16 years ago
  38. 15071eb Minimum time measurement error is now really changed from 0.00 to 0.01. by bart · 16 years ago
  39. bd6722b Documented meaning of input parameters. by bart · 16 years ago
  40. 42438ac Changed minimum time measurement error from 0.00 to 0.01. Command line arguments are now saved to the output file. And the output of all three runs is now present in the output file, not only the output of the last run. by bart · 16 years ago
  41. 0dbdd63 Fixed line number. by bart · 16 years ago
  42. 426ee97 Suppressed a compiler warning. by bart · 16 years ago
  43. cca440b Added a regression test for atomic variables. by bart · 16 years ago
  44. 39cf268 Added note about the g_slice facility in GLib. by bart · 16 years ago
  45. 90a8f47 Added even more dynamic loader suppression patterns. by bart · 16 years ago
  46. fca00e5 Print section type and name as a last resort in case the other allocation context detection attempts failed. by bart · 16 years ago
  47. b1b7099 Added more dynamic loader suppression patterns. by bart · 16 years ago
  48. d66ac2d Updated DRD test plan. by bart · 16 years ago
  49. 2819f14 Enabled support for the sched_setparam() system call on the amd64, ppc32 and ppc64 platforms (was already enabled on x86). by bart · 16 years ago
  50. e53fb26 Added libglib and libQtCore suppression patterns. by bart · 16 years ago
  51. 6995375 Added /usr/include/qt4 to search path for C++ header files. Made Qt4 detection test portable. by bart · 16 years ago
  52. 3918690 Switched back from recursive to non-recursive reader-writer lock because Qt4.3 does not support recursive reader-writer locks. by bart · 16 years ago
  53. 9e9a924 Updated expected output file. by bart · 16 years ago
  54. 7faea80 Updated expected output file. by bart · 16 years ago
  55. f025486 Updated expected output. by bart · 16 years ago
  56. 567379c Added prereq clause. by bart · 16 years ago
  57. 9decf21 Fixed bug in test for Qt4. by bart · 16 years ago
  58. 9ab8cac Added paragraphs about the glib and Qt libraries. by bart · 16 years ago
  59. 38f0dd9 Qt4 and GOMP intercepts are now always built, whether or not runtime support for these libraries is present on the build system. by bart · 16 years ago
  60. 8347362 Added support for Qt4 QMutex::tryLock(int). by bart · 16 years ago
  61. 480e22c Added code for triggering QMutex::tryLock(int). by bart · 16 years ago
  62. 4f578bf Added Qt4 reader-writer lock test. by bart · 16 years ago
  63. 9d9fb66 Added intercepts for the public member functions of the Qt4 QMutex class. by bart · 16 years ago
  64. ef9603e Added Qt4 semaphore test. by bart · 16 years ago
  65. a324c10 Fixed comments. by bart · 16 years ago
  66. 41ac62a Added configure test for Qt4. by bart · 16 years ago
  67. 3d622d3 Added Qt4 mutex test. by bart · 16 years ago
  68. 4c85399 Enabled support for nesting mutexes and condition variables in higher-level synchronization primitives. Changed mutex tracing output slightly. by bart · 16 years ago
  69. 3f4623e Enabled support for nesting mutexes and condition variables in higher-level synchronization primitives. Changed mutex tracing output slightly. by bart · 16 years ago
  70. 4e2ab34 Generalized one suppression pattern and added two new suppression patterns. by bart · 16 years ago
  71. 7f912c0 Updated internal documentation. by bart · 16 years ago
  72. 22f7457 Out-of-spec use of POSIX barriers could make drd crash -- fixed this. by bart · 16 years ago
  73. f4f0581 Made spinlocks work again. by bart · 16 years ago
  74. 19c4260 Added regression test for POSIX spinlocks. by bart · 16 years ago
  75. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  76. 02aed96 Added two more expected output files for ppc. Renamed two other expected output files. by bart · 16 years ago
  77. d6dce01 Added -Wformat-nonliteral. by bart · 16 years ago
  78. 3d986d6 Added hints and tips section. by bart · 16 years ago
  79. ef1b972 Changed exp-drd tool name into drd. by bart · 16 years ago
  80. 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
  81. c821a94 Tool description is now the same as in the manual. by bart · 16 years ago
  82. 4e267ff Support .tar.gz archives next to .tar.bz2 archives. by bart · 16 years ago
  83. e65b4c6 Added missing filenames to EXTRA_DIST. by bart · 16 years ago
  84. b4c4e6e Removed empty file. by bart · 16 years ago
  85. f5df2f2 Removed obsolete README.txt. by bart · 16 years ago
  86. da67b17 Updated Subversion properties. by bart · 16 years ago
  87. 022d959 Updated Subversion properties. by bart · 16 years ago
  88. d58b0bf Updated Subversion properties. by bart · 16 years ago
  89. 8ed71a2 Updated Subversion properties. by bart · 16 years ago
  90. dbac625 Updated test plan. by bart · 16 years ago
  91. 0e3a0be Updated to do list. by bart · 16 years ago
  92. b48b4c5 Fixed order of semaphore call stack and semaphore first observed call stack printing. by bart · 16 years ago
  93. 1281fc1 Updated more expected output files. by bart · 16 years ago
  94. 391d9dc Made error messages more verbose. by bart · 16 years ago
  95. 4da0436 Removed a cast. by bart · 16 years ago
  96. 88f1141 Added a three more paragraphs. by bart · 16 years ago
  97. 243ad39 Added a few extra notes. by bart · 16 years ago
  98. d5beeac Make sure DRD does not complain on executables with empty .plt and/or .got.plt sections. by bart · 16 years ago
  99. e14bca2 Renamed a drd suppression pattern. by bart · 16 years ago
  100. 9483fd3 Added an additional suppression pattern. by bart · 16 years ago