summaryrefslogtreecommitdiff
path: root/auxprogs
AgeCommit message (Expand)AuthorFilesLines
2005-07-05Fix quoting some more. Shell script sucks.sewardj1-1/+1
2005-07-05Fix quoting a bit.sewardj1-2/+2
2005-07-04Check args a bit.sewardj1-0/+11
2005-07-04Add a test script (recycled version of Tom's nightly/bin/nightly)sewardj2-1/+93
2005-07-02Fixed 'make dist'. In particular, all the arch/platform-specific filesnjn1-0/+2
2005-07-01Removed Corecheck, as it no longer serves a useful purpose.njn1-1/+1
2005-06-26Killed --libc option -- can be achieved with --hide.njn2-28/+19
2005-06-26Allow multiple module names per --hide option.njn1-3/+6
2005-06-25A small program to read .dot files created by auxprogs/gen-mdg andsewardj1-0/+271
2005-06-23argh! there were loads of the little beggars ....de1-3/+0
2005-06-20New script for graphing module dependencies.njn1-0/+272
2005-06-19Final commit for the initial modularisation pass:njn1-1/+1
2005-06-18Move VG_CLO_DEFAULT_LOGPORT to a better spot.njn1-1/+1
2005-06-18Moved VG_BUGS_TO out of basic_types.h into libcassert.h.njn1-3/+2
2005-05-17Avoid compiler warnings.njn1-10/+10
2005-05-17Get rid of all the duplicated settings of AM_CFLAGS in the makefilestom1-2/+0
2005-05-16Added module m_options for holding all the command-line option stuff.njn1-0/+1
2005-05-15Don't mix backticks and apostrophes when quoting words -- eg. use 'foo'njn1-2/+2
2005-03-27Merge STR and VG__STRING macros into one, VG_STRINGIFY. Also, innjn1-3/+3
2005-03-12Update copyright notice for 2005 on all relevant files. Don't bother tryingnjn1-1/+1
2004-12-01Changed message at the top of files, and the startup message, and thenjn1-2/+2
2004-09-01Arch-abstraction step: renamed "vg_include.h" as "core.h".nethercote1-1/+1
2004-09-01Use Makefile.am includes. This gets rid of 110 lines of repetitive Makefile.amnethercote1-6/+3
2004-08-23Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments innethercote1-2/+1
2004-06-29Make VPATH builds work so that valgrind can be built in a differentthughes1-1/+2
2004-01-04Updated copyright dates for 2004. Also added a couple of missing headers andnethercote1-1/+1
2003-11-20Updated all "report bugs to..." messages to point to valgrind.kde.org; alsonethercote1-3/+3
2003-09-18compiler warning fixesdaywalker1-1/+1
2003-07-20Close fds to avoid fd leakage.sewardj1-1/+2
2003-07-06Restarting valgrind-listener quickly can produce:sewardj1-2/+11
2003-06-12Some Makefile.am changes. Lots of them affected:njn1-4/+3
2003-04-17reapply automake fixes. make check will now generate the binaries whichdaywalker1-1/+1
2003-04-15Updated copyright notices for 2003. Only 4 months late.njn1-1/+1
2003-02-28Change a bunch of AM_CFLAGS, AM_CXXFLAGS to CFLAGS, CXXFLAGS.sewardj1-1/+1
2003-02-25fix make distcheck with newer automakedaywalker2-1/+4
2002-11-16A bit more flushing of stdout, so that "valgrind-listener | tee logfile"sewardj1-0/+2
2002-11-13Rename --exit-when-zero flag to --exit-at-zero, in accordance with docs.sewardj1-3/+3
2002-11-10This isn't performance-critical; remove some optimisation flags.sewardj1-1/+1
2002-11-09Added Makefile.am for auxprogs/.njn1-0/+13
2002-11-09Clean up; add command-line spec of port # and request to exit when numbersewardj1-31/+118
2002-11-06Clean up; deal with tedious error handling etc.sewardj1-137/+169
2002-11-03Fix a buffering problem, so the output can sensibly be piped throughsewardj1-0/+3
2002-11-03Add a simple listener program, which captures output from --logsocket=.sewardj1-0/+266