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
Age
Commit message (
Expand
)
Author
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-30
trying to publishPlugins to the gradle plugin portal. Currently fails because...
Dierk Koenig
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-24
adding a task openFregeRepl that opens the repl with the current compile clas...
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
2015-02-17
Compile project if frege source dir is missing
Mark Perry
2015-02-15
streamlined the compile to reflect the latest frege compiler capabilities and...
Dierk Koenig
2015-02-11
Ensure output dir for classes always created
Mark Perry
2015-02-11
Changed debug message
Mark Perry
2015-02-11
Improve task options
Mark Perry
2015-02-06
Auto format files
Mark Perry
2015-02-06
Added dependency between classes and compileFrege
Mark Perry
2015-02-06
Added example for configuring extension
Mark Perry
2015-02-06
Tidy up files, added extension configuration
Mark Perry
2015-02-06
Changed default output dir
Mark Perry
2013-10-17
Reshuffle to make plugin a first level project
Galder Zamarreño
2013-10-17
Working!! :)
Galder Zamarreño