| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Check mk/validate.mk exists before we try grepping it | Ian Lynagh | 2011-06-26 | 1 | -1/+1 |
* | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-06-20 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | haddock the mtl package when validating | Ian Lynagh | 2011-06-16 | 1 | -4/+7 |
* | | Add a comment about how to do validate while capturing a debug log, | Simon Peyton Jones | 2011-06-20 | 1 | -0/+1 |
|/ |
|
* | Install the mtl package into the bindist when validating. This allows | Simon Marlow | 2011-05-24 | 1 | -0/+15 |
* | Make the boot script complain if mk/build.mk doesn't exist | Ian Lynagh | 2011-04-14 | 1 | -1/+1 |
* | Update meta-repo stuff | Ian Lynagh | 2011-03-31 | 1 | -0/+0 |
* | For bindists, build ghc-pwd with stage 1 | Ian Lynagh | 2010-11-21 | 1 | -1/+1 |
* | Have boot check that we have the dph packages when validating | Ian Lynagh | 2010-10-14 | 1 | -1/+1 |
* | Make "./validate --slow" run the full testsuite | Ian Lynagh | 2010-10-07 | 1 | -1/+8 |
* | make test and fulltest targets in the main Makefile; fixes #4297 | Ian Lynagh | 2010-09-30 | 1 | -1/+1 |
* | In validate, use gmake if available; based on a patch from Gabor PALI | Ian Lynagh | 2010-05-17 | 1 | -5/+12 |
* | Add a ghc.mk for bindisttest/ | Ian Lynagh | 2010-05-08 | 1 | -1/+1 |
* | Convert boot and boot-pkgs to perl | Ian Lynagh | 2010-04-15 | 1 | -1/+1 |
* | Allow specifying $threads directly when validating | Ian Lynagh | 2010-03-21 | 1 | -3/+7 |
* | When validating, run the testsuite with the bindisttest compiler | Ian Lynagh | 2009-10-09 | 1 | -1/+1 |
* | Don't remake the bindist when validating with --testsuite-only | Ian Lynagh | 2009-10-09 | 1 | -3/+4 |
* | We no longer need to specify the gcc and ld location when validating | Ian Lynagh | 2009-09-30 | 1 | -12/+0 |
* | Run bindisttest when validating | Ian Lynagh | 2009-09-28 | 1 | -0/+3 |
* | Validate now cleans regardless of whether mk/config.mk exists | Ian Lynagh | 2009-09-21 | 1 | -3/+1 |
* | add the missing final row of dashes in the success message | Simon Marlow | 2009-06-15 | 1 | -0/+3 |
* | don't clean GMP before validating (it rarely changes, and is slow to build) | Simon Marlow | 2009-05-21 | 1 | -1/+1 |
* | validate now uses maintainer-clean, not distclean | Simon Marlow | 2009-05-14 | 1 | -1/+1 |
* | validate does "exit 1" if it fails | Simon Marlow | 2009-05-13 | 1 | -1/+3 |
* | Rename pwd to ghc-pwd | Ian Lynagh | 2009-05-07 | 1 | -1/+1 |
* | Simplify utils/pwd | Ian Lynagh | 2009-05-05 | 1 | -1/+1 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -1/+6 |
* | go back to using $CPUS + 1 for the number of threads to use | Simon Marlow | 2009-03-30 | 1 | -1/+1 |
* | add --with-ld=c:/mingw/bin/ld | Simon Marlow | 2009-03-05 | 1 | -0/+4 |
* | A few bug fixes; some improvements spurred by paper writing | dias@eecs.harvard.edu | 2009-03-03 | 1 | -1/+1 |
* | Check whether mk/validate.mk defines anything after validating | Ian Lynagh | 2008-10-07 | 1 | -0/+8 |
* | Change how we know whether or not we are validating | Ian Lynagh | 2008-08-17 | 1 | -2/+4 |
* | Ooops; lack of mk/confi.mk doesn't mean validate shouldn't run configure! | Ian Lynagh | 2008-08-06 | 1 | -2/+4 |
* | Don't boot/configure if we are validating --no-clean | Ian Lynagh | 2008-08-04 | 1 | -16/+16 |
* | Add a comment in validate saying where the hpc HTML is put | Ian Lynagh | 2008-07-07 | 1 | -0/+1 |
* | Add --slow (and --fast) options to validate | Ian Lynagh | 2008-07-01 | 1 | -11/+17 |
* | Make a "validate --hpc"; shows how much of the compiler the testsuite tests | Ian Lynagh | 2008-07-01 | 1 | -1/+29 |
* | Tell the testsuite how many threads we want it to use when validating | Ian Lynagh | 2008-06-11 | 1 | -2/+1 |
* | When validating, configure with "--prefix=`pwd`/inst" | Ian Lynagh | 2008-05-02 | 1 | -1/+1 |
* | Fix typo | Ian Lynagh | 2008-03-02 | 1 | -4/+4 |
* | Add comments explaining flags | simonpj@microsoft.com | 2008-02-28 | 1 | -0/+6 |
* | Allow skipping "make clean" or only re-running the testsuite in validate | Ian Lynagh | 2008-02-10 | 1 | -22/+57 |
* | Build settings for validation are now in mk/validate-settings.mk | Ian Lynagh | 2007-09-05 | 1 | -17/+2 |
* | Fix and supress some warnings, and turn on -Werror when validating | Ian Lynagh | 2007-09-02 | 1 | -3/+5 |
* | fix typo | Simon Marlow | 2007-08-24 | 1 | -1/+1 |
* | Check haddocking works when validating | Ian Lynagh | 2007-08-24 | 1 | -2/+3 |
* | #1559 is worked around elsewhere, so validate no longer needs to | Ian Lynagh | 2007-07-30 | 1 | -6/+2 |
* | Use "set -e" in validate, so "sh validate" still has it set | Ian Lynagh | 2007-07-29 | 1 | -1/+3 |
* | make validate work on Windows | Simon Marlow | 2007-07-25 | 1 | -3/+21 |
* | Check for framework failures and unexpected passes in validate | Ian Lynagh | 2007-07-22 | 1 | -2/+6 |