1. d94169a Replaced regular increment by atomic increment. by bart · 16 years ago
  2. d22e8b2 Made config.h include path consistent with the other regression tests. by bart · 16 years ago
  3. ba1686b Finished renaming of boost_threads into boost_thread. by bart · 16 years ago
  4. 6fd7d74 Added another regression test. by bart · 16 years ago
  5. 3e017fa Fixed semaphore vector clock updating / simplified semaphore tracing. by bart · 16 years ago
  6. afb42b7 Fixed regression test tc20_verifywrap2, which was broken through r8829. by bart · 16 years ago
  7. da9436b Added more semaphore tracing info. by bart · 16 years ago
  8. c98279e Simplified test program. by bart · 16 years ago
  9. de57c49 Added prereq clause. by bart · 16 years ago
  10. c4a9e0f Added bar_bad and bar_trivial to the regression tests. by bart · 16 years ago
  11. 809427d Updated expected output after spelling fix in drd_barrier.c. by bart · 16 years ago
  12. c41688d Renamed boost_threads* into boost_thread*. by bart · 16 years ago
  13. 61e34a1 Added regression test for Boost.Threads. by bart · 16 years ago
  14. b4d8713 Update expected outputs following a (trivial) change in the source of by sewardj · 16 years ago
  15. b19a5b0 Make regression test output independent of the presence of glibc debug information. by bart · 16 years ago
  16. bbd3dcf Added omp_printf regression test. by bart · 16 years ago
  17. 8fe15da Added command-line option -h. by bart · 16 years ago
  18. 3eadaa0 Only call pthread_condattr_setclock() if it's available in libpthread. by bart · 16 years ago
  19. e64f11d Added a regression test called monitor_example. by bart · 16 years ago
  20. 032424f Added the pth_cancel_locked test. by bart · 16 years ago
  21. 143eec7 Renamed __sync_add_and_fetch() into sync_add_and_fetch(). by bart · 16 years ago
  22. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  23. 9c606bd by sewardj · 16 years ago
  24. 209ad83 Updated expected output after most recent source code modifications. by bart · 16 years ago
  25. 83d509a Added more comments. by bart · 16 years ago
  26. 0d84eab Make sure that atomic_var.c compiles without warnings in case HAVE_BUILTIN_ATOMIC has not been defined. by bart · 16 years ago
  27. 4f6aa5c Ensured that the qt4 regression tests compile with the pkg-config flags on all platforms. by bart · 16 years ago
  28. 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
  29. 1d07a38 Updated Makefile.am. by bart · 16 years ago
  30. a1e7d7c Removed duplicate expected output file. by bart · 16 years ago
  31. ce5f249 Added expected output for comiler versions without support for built-in atomic operations. by bart · 16 years ago
  32. da7c098 Reverted commit 8448. by bart · 16 years ago
  33. 62f54e4 Added configure test for QMutex::tryLock(int). by bart · 16 years ago
  34. 0c47751 Fixed race condition. by bart · 16 years ago
  35. 6f362a6 Temporarily disable Qt4-related tests, as they don't build on systems by sewardj · 16 years ago
  36. 0dbdd63 Fixed line number. by bart · 16 years ago
  37. 426ee97 Suppressed a compiler warning. by bart · 16 years ago
  38. cca440b Added a regression test for atomic variables. by bart · 16 years ago
  39. 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
  40. 9e9a924 Updated expected output file. by bart · 16 years ago
  41. 7faea80 Updated expected output file. by bart · 16 years ago
  42. f025486 Updated expected output. by bart · 16 years ago
  43. 567379c Added prereq clause. by bart · 16 years ago
  44. 480e22c Added code for triggering QMutex::tryLock(int). by bart · 16 years ago
  45. 4f578bf Added Qt4 reader-writer lock test. by bart · 16 years ago
  46. ef9603e Added Qt4 semaphore test. by bart · 16 years ago
  47. a324c10 Fixed comments. by bart · 16 years ago
  48. 3d622d3 Added Qt4 mutex test. by bart · 16 years ago
  49. 4c85399 Enabled support for nesting mutexes and condition variables in higher-level synchronization primitives. Changed mutex tracing output slightly. by bart · 16 years ago
  50. 19c4260 Added regression test for POSIX spinlocks. by bart · 16 years ago
  51. 02aed96 Added two more expected output files for ppc. Renamed two other expected output files. by bart · 16 years ago
  52. ef1b972 Changed exp-drd tool name into drd. by bart · 16 years ago
  53. 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