aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-15Add support for the frege-intellij pluginHEADmasternea
2022-01-18Merge pull request #20 from tricktron/f-java-target-versiontricktron
2022-01-18chore: updates readme and version 1.6.0 -> 1.6.1Thibault Gagnaux
2022-01-18chore: updates junit jupiter 5.8.1 -> 5.8.2Thibault Gagnaux
2022-01-18feat: uses java 11 toolchain and upgrades the gradle wrapper to version 7.3.3Thibault Gagnaux
2021-12-21Merge pull request #17 from tricktron/f-repl-with-source-depstricktron
2021-12-21fix: only compile `*.fr` filesThibault Gagnaux
2021-12-21chore: renames `replModule` -> `replSource` and updates readmeThibault Gagnaux
2021-12-21feat: adds `replSource` property and command-line optionThibault Gagnaux
2021-12-21refactor: extracts common `setupClasspath` logic to util classThibault Gagnaux
2021-12-21feat: adds `outputDir` to classpathThibault Gagnaux
2021-12-11Merge pull request #13 from tricktron/f-repl-frege-v2v1.5.0-alphatricktron
2021-12-11chore: updates readme for `replFrege` task v2Thibault Gagnaux
2021-12-10refactor: adds an internal `depsFrege` task and simplifes `replFrege`Thibault Gagnaux
2021-12-09fix: only asserts a substring of the classpathThibault Gagnaux
2021-12-09refactor: adds test case for classpath with external dependenciesThibault Gagnaux
2021-12-08feat: replFrege task v2 returns classpath with all dependenciesThibault Gagnaux
2021-11-28fix: adds `System.in` as StandardInput to make `ReplFrege` task interactivelyThibault Gagnaux
2021-11-24Merge pull request #6 from tricktron/f-repl-taskv1.4.0-alphatricktron
2021-11-24feat: adds `replFrege` taskf-repl-taskThibault Gagnaux
2021-11-24chore: updates readmeThibault Gagnaux
2021-11-24Merge pull request #5 from tricktron/f-classpath-configtricktron
2021-11-24refactor: allows to configure the classpath with the groovy dependency notationThibault Gagnaux
2021-11-21Merge pull request #4 from tricktron/f-dependent-frege-filestricktron
2021-11-21fix: adds dependent frege files test casesThibault Gagnaux
2021-11-17Merge pull request #3 from tricktron/f-incremental-compilev1.3.0-alphatricktron
2021-11-17feat: Adds incremental build and build cache support for the `fregeCompile` taskThibault Gagnaux
2021-11-16Merge pull request #2 from tricktron/f-compiler-flagstricktron
2021-11-16refactor: adds testcase with illegal compiler flagThibault Gagnaux
2021-11-16feat: adds `compilerFlags` property to configure the Frege compilerThibault Gagnaux
2021-11-10fix: run github workflow on `master` branch as wellThibault Gagnaux
2021-11-10Merge pull request #1 from tricktron/f-runTasktricktron
2021-11-10chore: updates junit 5.7.2 -> 5.8.1, README and versionThibault Gagnaux
2021-11-10feat: `mainModule` property can be configured with command-line optionThibault Gagnaux
2021-11-10refactor: tests and makes `FregeDTOBuilder` a singletonThibault Gagnaux
2021-11-09feat: adds two tests and makes them pass for new `runFregeTask`Thibault Gagnaux
2021-07-20chore: adds readmedevelopThibault Gagnaux
2021-07-14chore: run github workflow on `main` and `develop` branchesv1.0.0-alphaThibault Gagnaux
2021-07-14chore: adds `maven-publish` plugin to publish to `mavenLocal` repof-simple-javaExec-task-alternativeThibault Gagnaux
2021-07-08Refactor: Uses junit5 nested tests for a better structureThibault Gagnaux
2021-07-07Splits tests into fast unit tests and slow functional testsThibault Gagnaux
2021-07-07Refactors testsThibault Gagnaux
2021-07-02Adds `fregeCompile` task with some testsThibault Gagnaux
2021-07-01Refactors `SetupFregeCompilerTask` testsThibault Gagnaux
2021-06-30Adds first `SetupFregeCompilerTaks` with some testsThibault Gagnaux
2021-06-29Switches from groovy's spock testing framework back to javaThibault Gagnaux
2021-06-28Inits branch with a simple groovy testThibault Gagnaux
2020-07-01update README.adocDierk Koenig
2020-07-01added Frege_Gradle_Tasks.pngDierk Koenig
2020-06-29update images for the frege wiki pageDierk Koenig