summaryrefslogtreecommitdiff
path: root/build.sc
Commit message (Expand)AuthorAgeFilesLines
* .Li Haoyi2018-02-091-5/+17
* wipLi Haoyi2018-02-071-0/+4
* all T.commands to take targets as CLI arguments, and use that to get rid of o...Li Haoyi2018-02-061-36/+0
* Properly include the base path of the publish-destination URLs0.0.7Li Haoyi2018-02-041-2/+1
* Fix github release creation, add new batch publishing capability to try and s...0.0.5Li Haoyi2018-02-041-8/+15
* configure master-only-ness in travis rather than scala0.0.4Li Haoyi2018-02-041-3/+2
* wip getting release.sh working0.0.3Li Haoyi2018-02-041-17/+17
* CleanupLi Haoyi2018-02-041-1/+17
* re-enable better-files test but with a newer version with offending CI-failur...Li Haoyi2018-02-041-1/+1
* properly embed the local module dependency graph metadata in published pom.xmlsLi Haoyi2018-02-041-3/+7
* fix artifact naming for publishLocal/publishLi Haoyi2018-02-041-7/+4
* Fix testsLi Haoyi2018-02-041-3/+7
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-041-1/+0
* Use the full path of a ScalaModule in it's default artifact name, rather than...Li Haoyi2018-02-041-1/+1
* Embed the `MILL_VERSION` to the `releaseAssembly` CLI flags so it knows which...Li Haoyi2018-02-041-1/+1
* Publish all modules to support intellij navigation within build files, and re...Li Haoyi2018-02-041-0/+4
* wip auto publishing...Li Haoyi2018-02-041-2/+52
* Remove the default `publishVersion` from `PublishModule`, and add `--batch` t...Li Haoyi2018-02-041-4/+3
* Make `TestEvaluator` infer it's `outPath` from the `sourcecode.FullName` and ...Li Haoyi2018-02-031-1/+1
* automatically create dest directory for targets to useLi Haoyi2018-02-021-2/+0
* use an implicit to indicate whether a ctx is within an external moduleLi Haoyi2018-02-021-4/+0
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-021-38/+0
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-011-9/+19
* Fix publishLocal of Mill's own buildLi Haoyi2018-01-271-3/+20
* Make `idea` task configure the root module to have IntelliJ properly handle t...Li Haoyi2018-01-271-8/+21
* Migrate `scalajslib` over to a `T.worker` setup similar to `scalalib`Li Haoyi2018-01-251-4/+3
* remove unneeded ivy depsLi Haoyi2018-01-241-3/+1
* update mill build to work with new isolated scalaworkerLi Haoyi2018-01-231-13/+19
* WIP splitting `mill.scalaworker` out of `mill.scalalib` and into it's own iso...Li Haoyi2018-01-231-2/+15
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to `te...Li Haoyi2018-01-211-1/+0
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-2/+2
* Introduce an Ammonite build to our test suiteLi Haoyi2018-01-171-1/+3
* - Swap over to new `ivy"foo:bar:baz"` syntax for defining ivy dependenciesLi Haoyi2018-01-151-20/+19
* - Tweak Scalajs LinkerBridge project layout to match Mill defaultsLi Haoyi2018-01-141-1/+0
* - Move synthetic SBT projects into `target` folderLi Haoyi2018-01-141-11/+12
* fix-replLi Haoyi2018-01-141-1/+0
* more work to get tests passing...Li Haoyi2018-01-141-2/+2
* WIP getting rid of `discover/` phase: `core/test:compile` works, but some thi...Li Haoyi2018-01-131-2/+2
* rename OSet -> AggLi Haoyi2018-01-131-16/+16
* Migrate most classpath-related code onto `Loose.OSet` abstraction, to enforce...Li Haoyi2018-01-131-16/+16
* - Make `sources` and `resources` able to take multiple roots, so we can imple...Li Haoyi2018-01-121-1/+1
* collapse unnecessary generateXSources helper methodsLi Haoyi2018-01-111-7/+4
* Add generated sources target (#109)Minghao Liu2018-01-111-7/+7
* Consolidate `Cross` and `CrossModule`, eliminate now-unused `map`/`flatMap`/`...Li Haoyi2018-01-081-2/+2
* Swap over to a new, concise `CrossModule[T](..cases)` macro syntax that autom...Li Haoyi2018-01-071-4/+4
* Generate the `Segments` list at definition time rather than discovery time, b...Li Haoyi2018-01-071-6/+6
* First pass at implicitly propagating a `def basePath: Path` up the `Module` h...Li Haoyi2018-01-071-12/+0
* Update `jsbridges` to use `CrossModule`Li Haoyi2018-01-041-3/+2
* remove unused cross-build demo code from build.scLi Haoyi2018-01-021-15/+0
* Swap over to new `CrossModule` class to simplify the cross module syntaxLi Haoyi2018-01-021-3/+2