summaryrefslogtreecommitdiff
path: root/core/src/mill/define/Module.scala
Commit message (Expand)AuthorAgeFilesLines
* Tidying up:Li Haoyi2018-08-221-97/+0
* Allow hyphens in module and task names (#362)Joseph K. Strauss2018-06-061-14/+15
* Add a `visualize` command to render portions of the build graph as SVG (#349)Li Haoyi2018-05-251-1/+1
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-181-0/+1
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-251-14/+17
* - DRY up `Resolve.scala`Li Haoyi2018-02-091-2/+4
* .Li Haoyi2018-02-091-2/+0
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix Gen...Li Haoyi2018-02-081-1/+1
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-041-39/+0
* use an implicit to indicate whether a ctx is within an external moduleLi Haoyi2018-02-021-3/+13
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-6/+6
* Move `ScalaWorkerApi`/`ScalaJSBridge` over to new `ExternalModule` classLi Haoyi2018-02-021-3/+14
* Fix propagation of overriden `Module#basePath` and add a test to verify it's ...Li Haoyi2018-02-021-1/+1
* WIP splitting `mill.scalaworker` out of `mill.scalalib` and into it's own iso...Li Haoyi2018-01-231-1/+4
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to `te...Li Haoyi2018-01-211-1/+2
* Give `mill.Module` a useful default `toString`, and make the REPLs pprint wor...Li Haoyi2018-01-211-0/+1
* Implement basic wildcard task running via e.g. `mill _.compile`Li Haoyi2018-01-211-2/+3
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-0/+104