aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2015-02-24adding a task openFregeRepl that opens the repl with the current compile ↵Dierk Koenig
classpath on the source directory. Since the repl dependencies cannot be loaded from mavenCentral, one has to set the replDir where the download is. Default is <user.home>/.frege/repl
2015-02-15streamlined the compile to reflect the latest frege compiler capabilities ↵Dierk Koenig
and make the input/output handling Gradle-friendly such that caching works out of the box
2015-02-11Ensure output dir for classes always createdMark Perry
2015-02-11Changed debug messageMark Perry
2015-02-11Improve task optionsMark Perry
2015-02-06Auto format filesMark Perry
2015-02-06Added dependency between classes and compileFregeMark Perry
2015-02-06Added example for configuring extensionMark Perry
2015-02-06Tidy up files, added extension configurationMark Perry
2015-02-06Changed default output dirMark Perry
2013-10-17Reshuffle to make plugin a first level projectGalder Zamarreño
2013-10-17Working!! :)Galder Zamarreño