1. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  2. a705c28 Add comments from Julian as to why mc_main.c and mc_replace_strmem.c by florian · 12 years ago
  3. 8f927a5 Fix 247386 make perf does not run all performance tests : by philippe · 12 years ago
  4. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  5. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  6. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  7. 7375de3 More docs build tweaks: by njn · 15 years ago
  8. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  9. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  10. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  11. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 15 years ago
  12. 7ce7166 by sewardj · 16 years ago
  13. 7cf4e6b by sewardj · 16 years ago
  14. 1eff82b by sewardj · 18 years ago
  15. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  16. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  17. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
  18. 45f4e7c by sewardj · 19 years ago
  19. 44acd3e Removed mc_asm.h, which is no longer needed since Memcheck has no by njn · 19 years ago
  20. 717cde5 by njn · 19 years ago
  21. 00cae24 Rename mac_needs.c as mac_shared.c, which is much more sensible and by njn · 19 years ago
  22. 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 19 years ago
  23. 23eb2fd Mostly finish fixing fast-path cases. Also enhance sanity checking. by sewardj · 19 years ago
  24. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 19 years ago
  25. 39b4f01 Removed mc_helpers.S, which is no longer used. by njn · 20 years ago
  26. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  27. 8b76fe5 by nethercote · 20 years ago
  28. 799fb80 by nethercote · 20 years ago
  29. 5a2664c by nethercote · 20 years ago
  30. 4388a40 by nethercote · 20 years ago
  31. 215dfdc Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in by nethercote · 20 years ago
  32. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  33. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 20 years ago
  34. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 20 years ago
  35. 66fe05a Added overlap checking to Addrcheck, mostly just moving things around. In by njn · 21 years ago
  36. a63e2d7 by njn · 21 years ago
  37. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  38. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  39. 43c799e by njn · 21 years ago
  40. 67aa818 by sewardj · 21 years ago
  41. f5ef185 fix make distcheck with newer automake by daywalker · 21 years ago
  42. b4db402 by sewardj · 21 years ago
  43. 5c004e4 by njn · 22 years ago
  44. 683c6ee by njn · 22 years ago
  45. 47f4b3e Fix build problems on SuSE 8.1 -- -I.. not included in compile cmds by sewardj · 22 years ago
  46. 4d54243 by njn25 · 22 years ago
  47. cac76cb by njn25 · 22 years ago
  48. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  49. da5402c Include valgrind.spec and valgrind.spec.in in tarballs. by sewardj · 22 years ago
  50. 83abe43 Add helpful info for package builders. by sewardj · 22 years ago
  51. 7cf0bd3 by njn · 22 years ago
  52. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  53. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  54. 03be163 Use $(srcdir) to specify the location of the linker script by gobry · 22 years ago
  55. 71889e6 Insert hacks, only partially successful, to make 'make distcheck' work by sewardj · 22 years ago
  56. 0facc4f More symbol versioning stuff by sewardj · 22 years ago
  57. 4c6fcf1 Add a version script so as to create the right versioned symbols for by sewardj · 22 years ago
  58. 83adf41 Build and install 'cachegrind' along with 'valgrind'. by sewardj · 22 years ago
  59. aa6fecc Config/build/install vg_annotate and vg_cachegen correctly. by sewardj · 22 years ago
  60. 4f9c934 by njn · 22 years ago
  61. e9667e6 Administrivia. by sewardj · 22 years ago
  62. 3b13f0e Try and give at least some minimal binding for all functions exported by sewardj · 22 years ago
  63. 1685184 - Use CFLAGS in demangle/Makefile.am by sewardj · 22 years ago
  64. a0d3ab6 - don't check if the compiler supports const. No compiler we care by daywalker · 22 years ago
  65. 408ccf1 Compile flags += -Werror. I'm tired of looking carefully for warnings. by sewardj · 22 years ago
  66. 2f242b3 malloc() and friends have moved to vg_clientfuncs.c, so move the by sewardj · 22 years ago
  67. 47160d6 fix initial installation problem by daywalker · 22 years ago
  68. 48ccca5 some workarounds for newer automake by daywalker · 22 years ago
  69. b0a955e use install-exec-hook to create the .so.0 symlink. by gobry · 22 years ago
  70. fed4dd0 Fix problems to do with make dist/make distcheck not finding the source by sewardj · 22 years ago
  71. 9a199dc by sewardj · 22 years ago
  72. be54e1f added rules to generate libpthread.so by gobry · 22 years ago
  73. cf2b14a by sewardj · 22 years ago
  74. 2e93c50 by sewardj · 22 years ago
  75. 3b77789 splitted the suppression files so that default.supp can be created by picking by gobry · 22 years ago
  76. 1be1985 Applied patch from Simon Hausmann <hausmann@kde.org> to enable automake1.5 by gobry · 22 years ago
  77. c76b795 added a bzdist target by gobry · 22 years ago
  78. 3e2c3b8 Remove mention of vg_version.h. by sewardj · 22 years ago
  79. e721a52 improved the build system by gobry · 22 years ago
  80. de4a1d0 Initial revision by sewardj · 22 years ago