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.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
Age
Commit message (
Expand
)
Author
2022-02-15
Add support for the frege-intellij plugin
HEAD
master
nea
2021-12-21
fix: only compile `*.fr` files
Thibault Gagnaux
2021-12-21
chore: renames `replModule` -> `replSource` and updates readme
Thibault Gagnaux
2021-12-21
feat: adds `replSource` property and command-line option
Thibault Gagnaux
2021-12-21
refactor: extracts common `setupClasspath` logic to util class
Thibault Gagnaux
2021-12-21
feat: adds `outputDir` to classpath
Thibault Gagnaux
2021-12-10
refactor: adds an internal `depsFrege` task and simplifes `replFrege`
Thibault Gagnaux
2021-12-08
feat: replFrege task v2 returns classpath with all dependencies
Thibault Gagnaux
2021-11-28
fix: adds `System.in` as StandardInput to make `ReplFrege` task interactively
Thibault Gagnaux
2021-11-24
feat: adds `replFrege` task
f-repl-task
Thibault Gagnaux
2021-11-24
refactor: allows to configure the classpath with the groovy dependency notation
Thibault Gagnaux
2021-11-17
feat: Adds incremental build and build cache support for the `fregeCompile` task
Thibault Gagnaux
2021-11-16
feat: adds `compilerFlags` property to configure the Frege compiler
Thibault Gagnaux
2021-11-10
feat: `mainModule` property can be configured with command-line option
Thibault Gagnaux
2021-11-09
feat: adds two tests and makes them pass for new `runFregeTask`
Thibault Gagnaux
2021-07-07
Refactors tests
Thibault Gagnaux
2021-07-02
Adds `fregeCompile` task with some tests
Thibault Gagnaux
2021-07-01
Refactors `SetupFregeCompilerTask` tests
Thibault Gagnaux
2021-06-30
Adds first `SetupFregeCompilerTaks` with some tests
Thibault Gagnaux
2021-06-29
Switches from groovy's spock testing framework back to java
Thibault Gagnaux
2021-06-28
Inits branch with a simple groovy test
Thibault Gagnaux
2020-06-28
upgrading to gradle 6.5
Dierk Koenig
2020-06-28
compiles and runs with frege-3.25.84.jar and Gradle 5.0
Dierk Koenig
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
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
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
create frege compile task per sourceSet
Rene Groeschke
2015-11-18
introduce frege-base plugin for basic frege functionality
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 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
[next]