- b11355c Refactoring: replaced two AC_TRY_COMPILE() occurrences by AC_CHECK_MEMBER(). by bart · 15 years ago
- 0383a9d Removed sem_init() test again. by bart · 15 years ago
- a72a27b Added configure test for pthread_yield() and sem_init(). by bart · 15 years ago
- 226e078 Add the arm exp-bbv tests Makefile to the main configure.in file. by vince · 15 years ago
- 3e21612 Don't use -Wdeclaration-after-statement. We long since abandoned any by sewardj · 15 years ago
- 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
- 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
- 0fac7ff Added support for glibc 2.11. by bart · 15 years ago
- 9da08ba Fixed typo. by bart · 15 years ago
- 4f43e00 Added configure test for QAtomicInt. by bart · 15 years ago
- d1f724c Added regression tests that verify the following behavior: by bart · 15 years ago
- 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
- 9ccee39 Bump version number on trunk. (is that the correct convention, "3.6.0.SVN" ?) by sewardj · 15 years ago
- 6bbe024 Finalise 3.5.0. by sewardj · 15 years ago
- 4b2f0ad First tarball-test point for 3.5.0. by sewardj · 15 years ago
- bf9b85c Suppressed compiler warnings reported by gcc 4.4.x on the source code by bart · 15 years ago
- 7375de3 More docs build tweaks: by njn · 15 years ago
- 17594bb Various docs build tweaks: by njn · 15 years ago
- 6ccda14 Added DRD-specific suppression patterns for Darwin. by bart · 15 years ago
- dbebecc Add exp-bbv to the tool-suite. I'm seeing a couple of amd64-linux test by njn · 15 years ago
- 629a5ec comment change by njn · 15 years ago
- 0cd2689 Disable AC_PROG_OBJC -- it's currently not required and apparently causes by njn · 15 years ago
- e026bd2 Restored configure test for -Wno-empty-body. by bart · 15 years ago
- 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
- acda178 Remove exp-omega's code. It was disabled in 3.4.0 to few complaints. by njn · 15 years ago
- ee9d8c0 Removed configure test for -Wno-empty-body again. by bart · 15 years ago
- 3f8a6e9 Added VGCONF_ARCH_SEC. This fixes problems with building libmpiwrap-*-*.so on by njn · 15 years ago
- ee0c66a Rename a conf variable. by njn · 15 years ago
- c82d137 The conditional HAVE_BUILTIN_ATOMIC is now available in the various Makefile.am files. by bart · 15 years ago
- 8241095 Added test that checks whether the compiler supports -Wno-empty-body. by bart · 15 years ago
- f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
- 377c43f Use our CPU/OS variable when printing the results in configure. by njn · 16 years ago
- 803ef5f DARWIN sync: don't insist on GNU sed. by njn · 16 years ago
- 276ed3a Let the pthread_create@GLIBC_2.0() detection test fail on PowerPC. by bart · 16 years ago
- 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 16 years ago
- 24f5390 Fixed typo spotted by Jeroen Witmond. by bart · 16 years ago
- 16e1c5a Fixed pthread_create@GLIBC2.0 detection test. by bart · 16 years ago
- 36dd85a Added configure test for pthread_create@GLIBC2.0(). by bart · 16 years ago
- 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 16 years ago
- 325cd97 Fixed bug #188046: replaced a bashism by a POSIX compliant shell statement. by bart · 16 years ago
- 6cc2247 Merge r9426, r9427 ('pending' portability tweaks) from the DARWIN branch. by njn · 16 years ago
- 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
- 31f665e Clean up the diff -u test a little. by njn · 16 years ago
- 0d2e58f Use 'diff -u' for regtests if it's supported, its output it much easier to by njn · 16 years ago
- 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
- 2aa2363 Removed configure test that is no longer used. by bart · 16 years ago
- 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 16 years ago
- 311303f Index: Makefile.core.am by njn · 16 years ago
- 5d425e8 Add support for glibc-2.10 (when it eventually appears). by sewardj · 16 years ago
- c876a2f Move the test for __sync_bool_compare_and_swap almost to the bottom, by sewardj · 16 years ago
- 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
- a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 16 years ago
- 9890ee1 In AC_TRY_COMPILE, only include the function body, not the surrounding "int by njn · 16 years ago
- 2eaa8f2 Added automake conditional HAVE_PTHREAD_MUTEX_TIMEDLOCK. by bart · 16 years ago
- 6d45e92 Added configure tests for optional POSIX threads functionality. by bart · 16 years ago
- cfc000e Generate default.supp at compile-time, not configure-time. by njn · 16 years ago
- d74b0ef The load addresses depend on the platform, not the architecture. by njn · 16 years ago
- 3b3b76d Create memcheck/tests/linux/ and move some Linux-specific tests by njn · 16 years ago
- a454ec0 Create memcheck/tests/x86-linux/ and move some platform-specific tests (the by njn · 16 years ago
- 1f2b143 Added configure test for the header file <asm/unistd.h>. by bart · 16 years ago
- 8d37f36 Bump version number on the trunk. by sewardj · 16 years ago
- 430b688 --> 3.4.0 (first attempt) by sewardj · 16 years ago
- df1fc9a Finalise 3.4.0 RC1. by sewardj · 16 years ago
- d5a131f Fixed typo: added missing right parentheses. by bart · 16 years ago
- 493c4ef Make sure $mflag_primary is used in the tests for Boost and QtCore by sewardj · 16 years ago
- d2e31eb glibc 2.9 support by dirk · 16 years ago
- f8722ca Don't let GDB_PATH be "" if no GDB is found at configure time, as this causes by sewardj · 16 years ago
- a9e7c7c Added configure test for Boost.Threads. by bart · 16 years ago
- 5744c02 Merge (from branches/PTRCHECK r8599) a suppression file for exp-ptrcheck. by sewardj · 16 years ago
- e8900ff Replaced test for FILE::_lock by a more direct test. by bart · 16 years ago
- b8bc078 Added check for the include file <bits/libc-lock.h> by bart · 16 years ago
- 05347a9 Added test for pthread_condattr_setclock(). by bart · 16 years ago
- 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
- 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
- e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
- 9c606bd by sewardj · 16 years ago
- 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
- 623eec3 Un-break configure test for clock_gettime(). by bart · 16 years ago
- 62f54e4 Added configure test for QMutex::tryLock(int). by bart · 16 years ago
- 414f358 Always include the X client library suppressions, and don't bother doing by sewardj · 16 years ago
- 498185b Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause by sewardj · 16 years ago
- f33b433 by sewardj · 16 years ago
- 6995375 Added /usr/include/qt4 to search path for C++ header files. Made Qt4 detection test portable. by bart · 16 years ago
- 9decf21 Fixed bug in test for Qt4. by bart · 16 years ago
- 41ac62a Added configure test for Qt4. by bart · 16 years ago
- 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
- 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
- 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
- 0b2b462 Renamed download-and-build-splash2 to download-and-build-splash2.in. by bart · 16 years ago
- 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
- 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 · 17 years ago
- 62c370e Added configure test for Altivec. by bart · 17 years ago
- 56730cd Added tests for -Wextra/-W and --param inline-unit-growth. Converted AC_COMPILE_IFELSE() into AC_TRY_COMPILE(). Removed trailing spaces. by bart · 17 years ago
- 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 · 17 years ago
- 59e2f18 Added configure test for CLOCK_MONOTONIC. by bart · 17 years ago
- eb939fc fix typo by dirk · 17 years ago
- 71bad29 Added more configure tests. by bart · 17 years ago
- a50aa8a Replaced tests for eventfd() and eventfd_read(). by bart · 17 years ago
- ce48fa9 Added tests for <sys/klog.h> and klogctl(). by bart · 17 years ago
- f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 17 years ago