summaryrefslogtreecommitdiff
path: root/utils/hpc/HpcMarkup.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement Response File support for HPCPeter Becich2022-08-171-1/+0
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Fix more typosBrian Wignall2019-12-021-1/+1
* hpc: Fix encoding issues. Add test for and fix #17073Alexey Kuleshevich2019-11-191-25/+5
* Add missing Semigroup instances in utils/{hpc,runghc}Herbert Valerio Riedel2017-08-311-4/+5
* hpc: Output a legend at the top of output filesSantiago Munin2017-05-041-0/+7
* hpc: use `takeDirectory` instead of `dropWhileEnd (/= '/')`Thomas Miedema2015-09-121-4/+1
* hpc: use System.FilePath.(</>) instead of (++)Thomas Miedema2015-03-171-4/+5
* Add configurable verbosity level to hpcYuras Shumovich2015-02-171-2/+5
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-021-6/+19
* Revert "Use dropWhileEndLE p instead of reverse . dropWhile p . reverse"Austin Seipp2014-10-021-19/+6
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-011-6/+19
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-1/+0
* Add a --reset-hpcdirs flag to hpcIan Lynagh2012-11-231-0/+1
* 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
* Remove redundant HpcMap and HpcSet wrappers around Data.{Map,Set}Ian Lynagh2010-12-161-1/+1
* __GLASGOW_HASKELL__ >= 604 is now always trueIan Lynagh2010-12-151-2/+0
* Whitespace onlyIan Lynagh2009-12-031-189/+189
* Tweak layout to work with alternative layout ruleIan Lynagh2009-11-291-1/+1
* 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
* Make some utils -Wall cleanIan Lynagh2008-08-211-24/+26
* Fix #2062: foldr1 problem in hpc toolandy@galois.com2008-01-261-13/+16
* updating hpc toolkitandy@galois.com2007-09-081-16/+3
* Fixing hpc to allow use of hash function to seperate source files on source pathandy@galois.com2007-09-071-1/+1
* hpc-tools: improving flag processing and help messages, small bug fixes.andy@galois.com2007-07-201-18/+19
* Warning Police: Unused importsMichael D. Adams2007-07-131-1/+0
* Fixing hpc tools for 6.2 and 6.4andy@galois.com2007-06-291-1/+5
* fixing creation of directory for html output; fixing html markup for 0% bars.andy@galois.com2007-06-271-5/+15
* Adding hpc tools, as a single program.andy@galois.com2007-06-251-0/+452