summaryrefslogtreecommitdiff
path: root/src/main/groovy/frege
AgeCommit message (Expand)Author
2015-09-22Added src build classes to classpath for frege test tasksource-path-experimentMark Perry
2015-09-20Added main class option. Removed automatic module nameMark Perry
2015-09-20Implemented most options to use the plugin to compile the Frege sourceMark Perry
2015-09-18Changes for source path - does not workMark Perry
2015-09-17Added what little help on native gen is availableinternal-compilationMark Perry
2015-09-17Added help to fregeDoc taskMark Perry
2015-09-17Fixed quickcheck within the moduleMark Perry
2015-09-16Removed commented out codeMark Perry
2015-09-16Use internal compilation, fails with thread pool issueMark Perry
2015-09-16Added help and Frege package dir for compile taskMark Perry
2015-08-23allow setting the stack size for the compiler with xss, default is 4mDierk Koenig
2015-03-20completing the NativeGenTask with support for setting the input and output fileDierk Koenig
2015-03-18included the FregeDocTask, streamlined some dependenciesDierk Koenig
2015-03-13Fixed workingDir to not be null when source dir does not existMark Perry
2015-03-13Improve frege repl taskMark Perry
2015-03-13Use official frege snapshotsMark Perry
2015-03-10Apply solution for #9 directly to pluginMark Perry
2015-03-04Get compilation working with few dependencies, using travis on java 7sonatypeMark Perry
2015-02-25the repl needs to start with the targetDir on the classpath where the compile...Dierk Koenig
2015-02-24first step into quickcheck integration. It works on "inline" checks but not y...Dierk Koenig
2015-02-24we now have two repl tasks to choose from :-)Dierk Koenig
2015-02-24Merge remote-tracking branch 'origin/master'Dierk Koenig
2015-02-18Added native code generation tool taskMark Perry
2015-02-17Pass empty array to frege replMark Perry
2015-02-17Added repl task named fregeReplMark Perry
2015-02-17Changed package name to frege.gradle to match frege compiler package namesMark Perry