Age | Commit message (Expand) | Author |
2016-04-12 | Add support for >gradle 2.12 | Rene Groeschke |
2015-12-29 | workaround for failing fregedoc when ignoring java sources | Rene Groeschke |
2015-12-14 | seme more coverage and work on frege doc task. | Rene Groeschke |
2015-11-23 | fix FregeCompile incremental build behaviour | Rene Groeschke |
2015-11-22 | add integ test coverage for using custom sourcesets with frege | Rene Groeschke |
2015-11-22 | remove redundant unit test | Rene Groeschke |
2015-11-22 | group all frege task in frege group | Rene Groeschke |
2015-11-22 | fix fregepath handling | Rene Groeschke |
2015-11-22 | some more work on coverage and some cleanup | Rene Groeschke |
2015-11-21 | add integtest coverage for calling java from frege | Rene Groeschke |
2015-11-21 | simplify implementation and remove use of internal api that is shaded by clas... | Rene Groeschke |
2015-11-21 | remove optional annotations for property that are not optional but configurable | Rene Groeschke |
2015-11-21 | some integTest cleanup + more test coverage | Rene Groeschke |
2015-11-21 | some integTest cleanup + more test coverage | Rene Groeschke |
2015-11-21 | create frege compile task per sourceSet | Rene Groeschke |
2015-11-18 | introduce frege-base plugin for basic frege functionality | Rene Groeschke |
2015-11-18 | Add infrastructure for adding integration tests using testkit | Rene Groeschke |
2015-09-25 | use newer conventions for group names | Dierk Koenig |
2015-09-25 | make calls a bit more regular | Dierk Koenig |
2015-09-25 | replace base plugin with Java plugin since we depend on it for the "classes" ... | Dierk Koenig |
2015-09-23 | Removed logging source path | Mark Perry |
2015-09-23 | Cleanup compile task and plugin | Mark Perry |
2015-09-23 | Allow disabling frege compile task. Added default modules for compiling freg... | Mark Perry |
2015-09-22 | Added JVM args for quickcheck | Mark Perry |
2015-09-22 | Added quick check dependency to test | Mark Perry |
2015-09-22 | Added src build classes to classpath for frege test tasksource-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 availableinternal-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 7sonatype | 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 |