1. 276ed3a Let the pthread_create@GLIBC_2.0() detection test fail on PowerPC. by bart · 15 years ago
  2. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  3. 24f5390 Fixed typo spotted by Jeroen Witmond. by bart · 15 years ago
  4. 16e1c5a Fixed pthread_create@GLIBC2.0 detection test. by bart · 15 years ago
  5. 36dd85a Added configure test for pthread_create@GLIBC2.0(). by bart · 15 years ago
  6. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 15 years ago
  7. 325cd97 Fixed bug #188046: replaced a bashism by a POSIX compliant shell statement. by bart · 15 years ago
  8. 6cc2247 Merge r9426, r9427 ('pending' portability tweaks) from the DARWIN branch. by njn · 15 years ago
  9. 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
  10. 31f665e Clean up the diff -u test a little. by njn · 16 years ago
  11. 0d2e58f Use 'diff -u' for regtests if it's supported, its output it much easier to by njn · 16 years ago
  12. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
  13. 2aa2363 Removed configure test that is no longer used. by bart · 16 years ago
  14. 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 16 years ago
  15. 311303f Index: Makefile.core.am by njn · 16 years ago
  16. 5d425e8 Add support for glibc-2.10 (when it eventually appears). by sewardj · 16 years ago
  17. c876a2f Move the test for __sync_bool_compare_and_swap almost to the bottom, by sewardj · 16 years ago
  18. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  19. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
  20. 9890ee1 In AC_TRY_COMPILE, only include the function body, not the surrounding "int by njn · 16 years ago
  21. 2eaa8f2 Added automake conditional HAVE_PTHREAD_MUTEX_TIMEDLOCK. by bart · 16 years ago
  22. 6d45e92 Added configure tests for optional POSIX threads functionality. by bart · 16 years ago
  23. cfc000e Generate default.supp at compile-time, not configure-time. by njn · 16 years ago
  24. d74b0ef The load addresses depend on the platform, not the architecture. by njn · 16 years ago
  25. 3b3b76d Create memcheck/tests/linux/ and move some Linux-specific tests by njn · 16 years ago
  26. a454ec0 Create memcheck/tests/x86-linux/ and move some platform-specific tests (the by njn · 16 years ago
  27. 1f2b143 Added configure test for the header file <asm/unistd.h>. by bart · 16 years ago
  28. 8d37f36 Bump version number on the trunk. by sewardj · 16 years ago
  29. 430b688 --> 3.4.0 (first attempt) by sewardj · 16 years ago
  30. df1fc9a Finalise 3.4.0 RC1. by sewardj · 16 years ago
  31. d5a131f Fixed typo: added missing right parentheses. by bart · 16 years ago
  32. 493c4ef Make sure $mflag_primary is used in the tests for Boost and QtCore by sewardj · 16 years ago
  33. d2e31eb glibc 2.9 support by dirk · 16 years ago
  34. f8722ca Don't let GDB_PATH be "" if no GDB is found at configure time, as this causes by sewardj · 16 years ago
  35. a9e7c7c Added configure test for Boost.Threads. by bart · 16 years ago
  36. 5744c02 Merge (from branches/PTRCHECK r8599) a suppression file for exp-ptrcheck. by sewardj · 16 years ago
  37. e8900ff Replaced test for FILE::_lock by a more direct test. by bart · 16 years ago
  38. b8bc078 Added check for the include file <bits/libc-lock.h> by bart · 16 years ago
  39. 05347a9 Added test for pthread_condattr_setclock(). by bart · 16 years ago
  40. 11fbd89 Don't trust the result reported by pkg-config about QtCore, but try whether linking succeeds. This additional test is necessary when running configure with the flag --enable-only32bit. by bart · 16 years ago
  41. 99ae610 Made test for compiler atomic builtins more strict, such that drd/tests/atomic_var.c doesn't trigger bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34115 in a.o. gcc 4.3.1 when Valgrind is configured with --enable-only32bit. by bart · 16 years ago
  42. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  43. 9c606bd by sewardj · 16 years ago
  44. 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
  45. 623eec3 Un-break configure test for clock_gettime(). by bart · 16 years ago
  46. 62f54e4 Added configure test for QMutex::tryLock(int). by bart · 16 years ago
  47. 414f358 Always include the X client library suppressions, and don't bother doing by sewardj · 16 years ago
  48. 498185b Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause by sewardj · 16 years ago
  49. f33b433 by sewardj · 16 years ago
  50. 6995375 Added /usr/include/qt4 to search path for C++ header files. Made Qt4 detection test portable. by bart · 16 years ago
  51. 9decf21 Fixed bug in test for Qt4. by bart · 16 years ago
  52. 41ac62a Added configure test for Qt4. 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
  54. cd529dc Added configure test for the gcc/icc built-in functions for atomic memory access (__sync_bool_compare_and_swap() a.o.). by bart · 16 years ago
  55. 9d865fa Pass the flag -Wno-format-zero-length to gcc (if supported by gcc) while compiling tools. This flag only affects those tools for which -Wformat is enabled (at this time only exp-drd). by bart · 16 years ago
  56. 0b2b462 Renamed download-and-build-splash2 to download-and-build-splash2.in. by bart · 16 years ago
  57. ca9f2ad Modified TLS-test slightly: the program checking for TLS support is now compiled, linked and run when compiling natively and compiled and linked only when cross-compiling. Before it was compiled and linked only, both for native and cross-compilation. by bart · 16 years ago
  58. cddeaf5 Let the configure script recognize the AR variable, such that the name of the archiver can be specified at configure time. Changed test for TLS-support from AC_RUN_IFELSE to AC_LINK_IFELSE. Both changes are necessary to make cross-compilation possible. by bart · 16 years ago
  59. 62c370e Added configure test for Altivec. by bart · 16 years ago
  60. 56730cd Added tests for -Wextra/-W and --param inline-unit-growth. Converted AC_COMPILE_IFELSE() into AC_TRY_COMPILE(). Removed trailing spaces. by bart · 16 years ago
  61. fea0692 Added configure tests for PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_MUTEX_ERRORCHECK_NP, PTHREAD_MUTEX_RECURSIVE_NP and PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP. by bart · 16 years ago
  62. 59e2f18 Added configure test for CLOCK_MONOTONIC. by bart · 16 years ago
  63. eb939fc fix typo by dirk · 16 years ago
  64. 71bad29 Added more configure tests. by bart · 16 years ago
  65. a50aa8a Replaced tests for eventfd() and eventfd_read(). by bart · 16 years ago
  66. ce48fa9 Added tests for <sys/klog.h> and klogctl(). by bart · 16 years ago
  67. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  68. 07596a2 glibc 2.8 has the very same checking reports as did by dirk · 16 years ago
  69. c411d1c Added configure test for mallinfo(). by bart · 16 years ago
  70. 76719bf Made gcc version check more robust. by bart · 16 years ago
  71. 5e389f1 Presence of pthread_mutex_t::__m_kind or pthread_mutex_t::__data.__kind is now detected by configure. DRD now halts if configure could not find either of these two data members. by bart · 16 years ago
  72. 0affa49 Enabled AM_PROG_CC_C_O. According to the automake manual, specifying this flag is required when using per-target flags. by bart · 16 years ago
  73. 3a2dac0 Added the option "foreign" to AM_INIT_AUTOMAKE such that automake no longer complains on the $(addsuffix ...) construct which is present in various Makefile.am files. by bart · 16 years ago
  74. 1f52b82 Renamed HAVE_GCC_FOPENMP into HAVE_OPENMP. Changed compile test into link test. by bart · 16 years ago
  75. 85d2ef2 Third attempt to get the OpenMP configure test right. by bart · 16 years ago
  76. 6111133 Made test for OpenMP more complete. by bart · 16 years ago
  77. 29cc9db Un-break compilation on systems with a compiler that does not support -fopenmp. by bart · 16 years ago
  78. 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 17 years ago
  79. 0a0fcee Add drd suppression file to the default suppressions and avoid by tom · 17 years ago
  80. 17c4eb1 Bop version. by sewardj · 17 years ago
  81. 135a7ff Finalise 3.3.0. by sewardj · 17 years ago
  82. 82dd985 Third time lucky, perhaps. by sewardj · 17 years ago
  83. 8af1014 --> 3.3.0.RC2. by sewardj · 17 years ago
  84. bd44287 Finalise 3.3.0.RC1. by sewardj · 17 years ago
  85. 3c5eeef Set version to 3.3.0-RC1. by sewardj · 17 years ago
  86. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  87. 68c80c1 Preliminary support for Fedora 8, which includes initial support for glibc-2.7. by sewardj · 17 years ago
  88. 2c4f3dd Add some Helgrind suppressions for LinuxThreads. by sewardj · 17 years ago
  89. 0ab5548 Merge (from branches/THRCHECK) misc build-system changes. Nothing significant. by sewardj · 17 years ago
  90. 99a2ceb by sewardj · 17 years ago
  91. d5a8d24 Change ms_print to ms_print.in, link it into the build/install system. by njn · 17 years ago
  92. 69f499c This should have gone in with the last commit. by njn · 17 years ago
  93. 734b805 Merged the MASSIF2 branch to the trunk. Main changes: by njn · 17 years ago
  94. c8bd0c5 glibc 2.6 support by dirk · 17 years ago
  95. a72c26d If gcc supports -fno-stack-protector, use it. This should fix by sewardj · 17 years ago
  96. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 17 years ago
  97. f0aabf8 Older assemblers don't speak SSE3. Add a configure test for it. by sewardj · 17 years ago
  98. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
  99. 8fa084e Back out 'memtrace' related stuff until status of it is established; by sewardj · 18 years ago
  100. 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago