summaryrefslogtreecommitdiff
path: root/utils/hpc
Commit message (Expand)AuthorAgeFilesLines
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* Add a --reset-hpcdirs flag to hpcIan Lynagh2012-11-236-6/+17
* de-tab hpcIan Lynagh2012-11-238-335/+335
* "hpc version" now shows the version number from the .cabal fileIan Lynagh2012-11-232-2/+5
* Fix some dependenciesIan Lynagh2012-10-141-1/+1
* Use Cabal to build hpc-binIan Lynagh2012-10-142-4/+11
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-3/+4
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* Update dependencies.Paolo Capriotti2012-07-191-3/+3
* Write locale character encoding to hpc html report (#5006)Bas van Dijk2012-07-161-3/+19
* Follow the removal of the Show superclass of NumIan Lynagh2011-10-121-1/+1
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-281-5/+5
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-6/+6
* Remove redundant HpcMap and HpcSet wrappers around Data.{Map,Set}Ian Lynagh2010-12-1611-83/+12
* __GLASGOW_HASKELL__ >= 604 is now always trueIan Lynagh2010-12-151-2/+0
* add some {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-171-0/+1
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-061-1/+1
* Work around missing type signature in Happysimonpj@microsoft.com2010-07-301-1/+9
* Fix HPC column numbers, following the column number changes in GHCIan Lynagh2009-12-031-2/+2
* Whitespace onlyIan Lynagh2009-12-031-189/+189
* Tweak layout to work with alternative layout ruleIan Lynagh2009-11-291-1/+1
* Fix unused import warningsIan Lynagh2009-07-071-1/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* Put "%expect 0" directives in the .y filesIan Lynagh2009-06-081-0/+1
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-263-5/+10
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-1/+1
* Update dependenciesIan Lynagh2008-09-201-2/+2
* Fixing directory creation to not create "" directories inside hpc report (har...andygill@ku.edu2008-09-161-1/+3
* Fix Trac #2311: creates subdirs for package coverage informationandygill@ku.edu2008-09-151-10/+20
* Re-merge concurrent,timeout,unique,st,getopt into baseIan Lynagh2008-09-031-2/+0
* Get everything building with base 4 in the HEADIan Lynagh2008-08-251-4/+14
* Make some utils -Wall cleanIan Lynagh2008-08-2111-89/+129
* Explicitly list HpcParser as a module in hpc-binIan Lynagh2008-07-181-0/+1
* Build hpc with CabalIan Lynagh2008-07-182-31/+32
* Get rid of compat/Ian Lynagh2008-07-081-2/+1
* Fixing hpc combine and hpc map to use the correct help messageandy@galois.com2008-04-081-3/+3
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-0/+9
* All installed Haskell prgms have an inplace and an installed versionManuel M T Chakravarty2008-02-181-0/+6
* Fix #2062: foldr1 problem in hpc toolandy@galois.com2008-01-262-16/+20
* Fixing typo in runtime documentation for hpc, push to stableandy@unsafeperformio.com2007-10-252-2/+2
* Improving the combine mode for hpcandy@galois.com2007-10-143-45/+146
* Fixing Hpc's Finite Map compat lib for ghc 6.2.1andy@galois.com2007-09-081-0/+2
* updating hpc toolkitandy@galois.com2007-09-0811-44/+167
* Fixing hpc to allow use of hash function to seperate source files on source pathandy@galois.com2007-09-076-16/+18
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-021-0/+7
* Link ghc-pkg and hpc with containers if building ghc 6.7 or newerEsa Ilari Vuokko2007-08-211-0/+4
* Add newline to end of Hpc.hsIan Lynagh2007-08-161-1/+1