1. d2e31eb glibc 2.9 support by dirk · 16 years ago
  2. f8722ca Don't let GDB_PATH be "" if no GDB is found at configure time, as this causes by sewardj · 16 years ago
  3. a9e7c7c Added configure test for Boost.Threads. by bart · 16 years ago
  4. 5744c02 Merge (from branches/PTRCHECK r8599) a suppression file for exp-ptrcheck. by sewardj · 16 years ago
  5. e8900ff Replaced test for FILE::_lock by a more direct test. by bart · 16 years ago
  6. b8bc078 Added check for the include file <bits/libc-lock.h> by bart · 16 years ago
  7. 05347a9 Added test for pthread_condattr_setclock(). by bart · 16 years ago
  8. 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
  9. 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
  10. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  11. 9c606bd by sewardj · 16 years ago
  12. 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
  13. 623eec3 Un-break configure test for clock_gettime(). by bart · 16 years ago
  14. 62f54e4 Added configure test for QMutex::tryLock(int). by bart · 16 years ago
  15. 414f358 Always include the X client library suppressions, and don't bother doing by sewardj · 16 years ago
  16. 498185b Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause by sewardj · 16 years ago
  17. f33b433 by sewardj · 16 years ago
  18. 6995375 Added /usr/include/qt4 to search path for C++ header files. Made Qt4 detection test portable. by bart · 16 years ago
  19. 9decf21 Fixed bug in test for Qt4. by bart · 16 years ago
  20. 41ac62a Added configure test for Qt4. by bart · 16 years ago
  21. 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
  22. 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
  23. 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
  24. 0b2b462 Renamed download-and-build-splash2 to download-and-build-splash2.in. by bart · 16 years ago
  25. 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
  26. 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
  27. 62c370e Added configure test for Altivec. by bart · 16 years ago
  28. 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
  29. 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
  30. 59e2f18 Added configure test for CLOCK_MONOTONIC. by bart · 16 years ago
  31. eb939fc fix typo by dirk · 16 years ago
  32. 71bad29 Added more configure tests. by bart · 16 years ago
  33. a50aa8a Replaced tests for eventfd() and eventfd_read(). by bart · 16 years ago
  34. ce48fa9 Added tests for <sys/klog.h> and klogctl(). by bart · 16 years ago
  35. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  36. 07596a2 glibc 2.8 has the very same checking reports as did by dirk · 16 years ago
  37. c411d1c Added configure test for mallinfo(). by bart · 16 years ago
  38. 76719bf Made gcc version check more robust. by bart · 16 years ago
  39. 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
  40. 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
  41. 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
  42. 1f52b82 Renamed HAVE_GCC_FOPENMP into HAVE_OPENMP. Changed compile test into link test. by bart · 16 years ago
  43. 85d2ef2 Third attempt to get the OpenMP configure test right. by bart · 16 years ago
  44. 6111133 Made test for OpenMP more complete. by bart · 16 years ago
  45. 29cc9db Un-break compilation on systems with a compiler that does not support -fopenmp. by bart · 16 years ago
  46. 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 16 years ago
  47. 0a0fcee Add drd suppression file to the default suppressions and avoid by tom · 17 years ago
  48. 17c4eb1 Bop version. by sewardj · 17 years ago
  49. 135a7ff Finalise 3.3.0. by sewardj · 17 years ago
  50. 82dd985 Third time lucky, perhaps. by sewardj · 17 years ago
  51. 8af1014 --> 3.3.0.RC2. by sewardj · 17 years ago
  52. bd44287 Finalise 3.3.0.RC1. by sewardj · 17 years ago
  53. 3c5eeef Set version to 3.3.0-RC1. by sewardj · 17 years ago
  54. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  55. 68c80c1 Preliminary support for Fedora 8, which includes initial support for glibc-2.7. by sewardj · 17 years ago
  56. 2c4f3dd Add some Helgrind suppressions for LinuxThreads. by sewardj · 17 years ago
  57. 0ab5548 Merge (from branches/THRCHECK) misc build-system changes. Nothing significant. by sewardj · 17 years ago
  58. 99a2ceb by sewardj · 17 years ago
  59. d5a8d24 Change ms_print to ms_print.in, link it into the build/install system. by njn · 17 years ago
  60. 69f499c This should have gone in with the last commit. by njn · 17 years ago
  61. 734b805 Merged the MASSIF2 branch to the trunk. Main changes: by njn · 17 years ago
  62. c8bd0c5 glibc 2.6 support by dirk · 17 years ago
  63. a72c26d If gcc supports -fno-stack-protector, use it. This should fix by sewardj · 17 years ago
  64. fa18a26 Don't build SSE3 tests if the configure test determined that the assembler by sewardj · 17 years ago
  65. f0aabf8 Older assemblers don't speak SSE3. Add a configure test for it. by sewardj · 17 years ago
  66. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
  67. 8fa084e Back out 'memtrace' related stuff until status of it is established; by sewardj · 18 years ago
  68. 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  69. 0f8881b Fix installation of includes. by sewardj · 18 years ago
  70. 03d86f2 by sewardj · 18 years ago
  71. aece45c glibc 2.5 support. this is actually cheap so far, by dirk · 18 years ago
  72. d639839 Try and automatically detect pure 64 bit systems with no 32 bit support. by tom · 18 years ago
  73. 484afbe Bump the version. by sewardj · 18 years ago
  74. 3ecf8f2 Finalise 3.2.0. by sewardj · 18 years ago
  75. b70a613 Wibble, wibble, wibble by sewardj · 18 years ago
  76. af92499 3.2.0rc1, hopefully. by sewardj · 18 years ago
  77. d7baad4 Change the default load address on all platforms to be 7/8s of a G. by sewardj · 18 years ago
  78. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  79. a17f2a3 Callgrind merge: code by weidendo · 18 years ago
  80. e9fa506 When testing 'mpicc', try at least somewhat to test for the primary by sewardj · 18 years ago
  81. dd4cbe1 Unbreak mtoctf configure check. by sewardj · 18 years ago
  82. 00f1e62 Work around lameness in older ppc assemblers. by sewardj · 18 years ago
  83. d3fcc64 The mpicc being tested needs to be able to link stuff, not merely compile it. by sewardj · 18 years ago
  84. de4f384 MPI checks: use AC_TRY_COMPILE correctly, so as to generate a test program by sewardj · 18 years ago
  85. 1a85e60 MPI build system refinements: just base everything off mpicc, and don't by sewardj · 18 years ago
  86. 0ad4609 Detect/select 'mpicc' (from --with-mpicc=) and use that to build libmpiwrap.so. by sewardj · 18 years ago
  87. 8063775 Build system hacks to build and install the MPI wrappers library when by sewardj · 18 years ago
  88. 86e992f Add configure flags --enable-only64bit and --enable-only32bit with by sewardj · 19 years ago
  89. 72a547e Ensure -Wdeclaration-after-statement gets through to vex-land. by sewardj · 19 years ago
  90. 9b0567a Reinstate VG_ARCH_ALL, erroneously removed by r5496. by sewardj · 19 years ago
  91. bc692db Minor cleanups: by sewardj · 19 years ago
  92. 0126214 by sewardj · 19 years ago
  93. d55121e Fixed to check whether __builtin_expect is supported before using it. by tom · 19 years ago
  94. ec0c27a First attempt at some performance tracking tools. Includes a script vg_perf by njn · 19 years ago
  95. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  96. 0181c77 Update version number to 3.2.0.SVN (I think that's right). by njn · 19 years ago
  97. fa46202 Hopefully final changes for 3.1.0. by sewardj · 19 years ago
  98. ae17e7e Hopefully final 3.1.0RC1 changes. by sewardj · 19 years ago
  99. b637bad Reworked to avoid depending on $(eval) in the make files as only fairly by tom · 19 years ago
  100. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago