summaryrefslogtreecommitdiff
path: root/src/compiler/GF/CompileInParallel.hs
AgeCommit message (Expand)Author
2020-09-05MonadFail: Make backwards-compatibleAndreas Källberg
2020-08-05Fix most build errorsAndreas Källberg
2019-09-20more dead codekrangelov
2018-07-22GF_LIB_PATH can now be path1:path2:path3, not just path1meng wong
2018-04-18Fixes for GHC 8.4.1 compatibilityThomas Hallgren
2015-09-11Parallel compilation: "gf -make -j" and "gf -make -j=n" now work as expectedhallgren
2015-06-23Bump version of .gfo and .pgf files, improve error messages on version mismatchhallgren
2015-03-31GF.CompileInParallel: get rid of the cryptic 'thread blocked indefinitely in ...hallgren
2015-03-13GF.CompileInParallel: fix a Win32 problemhallgren
2014-11-10Documentation improvements and cleanup relating to the IOE monadhallgren
2014-10-28Use terminfo to highlight warnings and errors in blue and redhallgren
2014-10-28A couple of haddock documentation improvementshallgren
2014-10-21ModuleName and Ident are now distinct typeshallgren
2014-10-21Renaming SourceGrammar to Grammar and similarly for some related typeshallgren
2014-10-20type IOE a = IO ahallgren
2014-10-20Remove some dead codehallgren
2014-10-16More haddock documentation improvementshallgren
2014-10-15Fixes for the haddock documentationhallgren
2014-09-08(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfohallgren
2014-08-25Fix GHC 7.4 compatibility issue caused by previous patchhallgren
2014-08-25Experimental: parallel batch compilation of grammarshallgren