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