summaryrefslogtreecommitdiff
path: root/core/src/main/scala/forge/define/Target.scala
Commit message (Expand)AuthorAgeFilesLines
* Migrate over to the new `Task`/`Target`/`Command` splitLi Haoyi2017-11-091-119/+0
* Move `JavaCompilerJarTests` over to new `Target.ctx()` syntaxLi Haoyi2017-11-091-20/+0
* Make `Applicative` macros able to inject a configurable `Ctx` object, used in...Li Haoyi2017-11-091-9/+15
* make scalaplugin.Subproject use the builtin destination folderLi Haoyi2017-11-091-0/+1
* - Allow main methods to return `Target[T]`s, so they can then be evaled by an...Li Haoyi2017-11-071-5/+7
* Forked `ammonite.main.Router` into `forge.discover.Router`, to let us generat...Li Haoyi2017-11-051-0/+1
* Break out reusable JVM specific stuff into its own fileLi Haoyi2017-11-051-2/+1
* Break out `Cacher.scala` from `Applicative.scala` to fully separate the gnarl...Li Haoyi2017-11-051-3/+11
* First set of standalone tests for the gnarly `Applicative` logicLi Haoyi2017-11-051-5/+2
* Rename `ApplicativeMacros` and contents to shorter namesLi Haoyi2017-11-051-8/+6
* Split out `ApplicativeMacros` from `Target`Li Haoyi2017-11-051-78/+30
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-051-0/+175