index
:
github/frege-gradle-plugin.git
PluginPortal
SourceSet
SourceSet3
develop
f-debug-windows-failure
f-minimal-frege-repl
f-repl-task
f-simple-javaExec-task-alternative
feature/intellij-new
internal-compilation
master
sonatype
source-path-experiment
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
groovy
/
frege
Age
Commit message (
Expand
)
Author
2015-09-22
Added src build classes to classpath for frege test task
source-path-experiment
Mark Perry
2015-09-20
Added main class option. Removed automatic module name
Mark Perry
2015-09-20
Implemented most options to use the plugin to compile the Frege source
Mark Perry
2015-09-18
Changes for source path - does not work
Mark Perry
2015-09-17
Added what little help on native gen is available
internal-compilation
Mark Perry
2015-09-17
Added help to fregeDoc task
Mark Perry
2015-09-17
Fixed quickcheck within the module
Mark Perry
2015-09-16
Removed commented out code
Mark Perry
2015-09-16
Use internal compilation, fails with thread pool issue
Mark Perry
2015-09-16
Added help and Frege package dir for compile task
Mark Perry
2015-08-23
allow setting the stack size for the compiler with xss, default is 4m
Dierk Koenig
2015-03-20
completing the NativeGenTask with support for setting the input and output file
Dierk Koenig
2015-03-18
included the FregeDocTask, streamlined some dependencies
Dierk Koenig
2015-03-13
Fixed workingDir to not be null when source dir does not exist
Mark Perry
2015-03-13
Improve frege repl task
Mark Perry
2015-03-13
Use official frege snapshots
Mark Perry
2015-03-10
Apply solution for #9 directly to plugin
Mark Perry
2015-03-04
Get compilation working with few dependencies, using travis on java 7
sonatype
Mark Perry
2015-02-25
the repl needs to start with the targetDir on the classpath where the compile...
Dierk Koenig
2015-02-24
first step into quickcheck integration. It works on "inline" checks but not y...
Dierk Koenig
2015-02-24
we now have two repl tasks to choose from :-)
Dierk Koenig
2015-02-24
Merge remote-tracking branch 'origin/master'
Dierk Koenig
2015-02-18
Added native code generation tool task
Mark Perry
2015-02-17
Pass empty array to frege repl
Mark Perry
2015-02-17
Added repl task named fregeRepl
Mark Perry
2015-02-17
Changed package name to frege.gradle to match frege compiler package names
Mark Perry