index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
GF
/
CompileInParallel.hs
Age
Commit message (
Expand
)
Author
2018-07-22
GF_LIB_PATH can now be path1:path2:path3, not just path1
meng wong
2018-04-18
Fixes for GHC 8.4.1 compatibility
Thomas Hallgren
2015-09-11
Parallel compilation: "gf -make -j" and "gf -make -j=n" now work as expected
hallgren
2015-06-23
Bump version of .gfo and .pgf files, improve error messages on version mismatch
hallgren
2015-03-31
GF.CompileInParallel: get rid of the cryptic 'thread blocked indefinitely in ...
hallgren
2015-03-13
GF.CompileInParallel: fix a Win32 problem
hallgren
2014-11-10
Documentation improvements and cleanup relating to the IOE monad
hallgren
2014-10-28
Use terminfo to highlight warnings and errors in blue and red
hallgren
2014-10-28
A couple of haddock documentation improvements
hallgren
2014-10-21
ModuleName and Ident are now distinct types
hallgren
2014-10-21
Renaming SourceGrammar to Grammar and similarly for some related types
hallgren
2014-10-20
type IOE a = IO a
hallgren
2014-10-20
Remove some dead code
hallgren
2014-10-16
More haddock documentation improvements
hallgren
2014-10-15
Fixes for the haddock documentation
hallgren
2014-09-08
(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo
hallgren
2014-08-25
Fix GHC 7.4 compatibility issue caused by previous patch
hallgren
2014-08-25
Experimental: parallel batch compilation of grammars
hallgren