summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test mill using Java 9 (in addition to Java 8) (#219)Robby2018-03-108-16/+44
* MainModule/resolve: print results sorted alphabetically (#216)Shani Elharrar2018-03-101-1/+1
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-108-25/+42
* Update 1 - Intro to Mill.md (#218)benjaminfrank2018-03-101-0/+8
* Support for Java 9 (and 10). (#215)Robby2018-03-101-1/+1
* ScalaJSModule: Support to switch between NoModule and CommonJSModule ModuleKi...Lorenzo Gabriele2018-03-094-14/+46
* ScalaModule: Added ivyDepsTree command (#213)Shani Elharrar2018-03-091-0/+15
* fix #174 skip interfaces when finding tests (#210)Francis De Brabandere2018-03-081-2/+2
* include compileIvyDeps when generating intellij projectsLi Haoyi2018-03-071-1/+1
* fix #185 include "optional" artifacts if they exist (#209)Francis De Brabandere2018-03-071-12/+29
* Added AppVeyor configuration and made JavaCompilerJarTests compatible with Wi...Robby2018-03-072-4/+32
* Fixes for Windows. (#205)Robby2018-03-062-11/+14
* fix optional xml tags in POM (#198)Nikolay Tatarinov2018-03-062-32/+222
* Improve fullOpt behavior (#203)Dennis4b2018-03-052-4/+12
* Add out/{module_name} as a content root in generated IntelliJ project (#196)Jeremy Apthorp2018-03-052-2/+10
* re #180 document global configuration (#200)Francis De Brabandere2018-03-051-0/+24
* correct assembled mill binary path in readme (#202)Francis De Brabandere2018-03-051-5/+3
* Allows users to customize Node.js (Scala.js' NodeJSEnv) in ScalaJSModule (#195)Robby2018-03-056-17/+158
* - Rename `describe` to `inspect` for consistency with SBTLi Haoyi2018-03-041-5/+71
* Mill now generates an `out/mill-profile.json` file containing task-timings, toLi Haoyi2018-03-042-7/+32
* Introduced the `mill plan foo.bar` command, which shows you what the executio...Li Haoyi2018-03-043-39/+64
* adds arch linux package to doc/install (#194)Christian Krause2018-03-041-0/+16
* update readmeLi Haoyi2018-03-031-1/+1
* 0.1.40.1.4Li Haoyi2018-03-031-0/+18
* Add message to inform users mill is compiling (#193)Lionel Parreaux2018-03-031-0/+2
* factor out Dependency creation in Lib so it can be reused (#137)Andrew Richards2018-03-031-17/+21
* Bugfix/version contol (#192)Guillaume Massé2018-03-033-119/+198
* fix testsLi Haoyi2018-03-032-7/+7
* Split overriden enclosing path on `#` in addition to `.`, since `#` behaves b...Li Haoyi2018-03-031-1/+1
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-038-124/+157
* Fix invalid git HEAD ref name in build.sc#gitHead (#191)Sergiy Sokolenko2018-03-031-1/+1
* Remove one more `runMain` test caseLi Haoyi2018-03-031-8/+3
* make mainClass discovery work in ScalaJSModule#runLi Haoyi2018-03-034-67/+42
* - Bump ammonite versionLi Haoyi2018-03-021-3/+3
* share repositories between ScalaWorker and ScalaModuleLi Haoyi2018-03-023-14/+13
* Allow people to substitute in their own implementation of ScalaModule#scalaWo...Li Haoyi2018-03-023-7/+15
* docs: grammar fixes in Mill Internals (#188)Joe Hillenbrand2018-03-021-4/+4
* avoid showing a stack trace if there aren't any tests to runLi Haoyi2018-03-011-1/+4
* Add dsl for SCM (now called VersionControl) (#168)Guillaume Massé2018-02-2811-35/+176
* Remove scrollbars on side menu (fix# 178) (#179)Guillaume Massé2018-02-281-2/+2
* Update 2 - Configuring Mill.mdLi Haoyi2018-02-271-3/+3
* fix #139 upgrade jline to 2.14.5 (#176)Nikolay Tatarinov2018-02-271-1/+2
* Port Mill client over to JavaLi Haoyi2018-02-2612-398/+432
* force build REPL to be run using -i/--interactiveLi Haoyi2018-02-263-29/+36
* use outputStream for test logs (#169)Nikolay Tatarinov2018-02-261-4/+4
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-2610-27/+488
* Delete SBT build, use Mill for CI & developmentLi Haoyi2018-02-2614-444/+83
* 0.1.30.1.3Li Haoyi2018-02-254-3/+14
* Lazily create `dest` folders, `log` files and `OuterStack` traces only as nec...Li Haoyi2018-02-252-13/+13
* make scala.js work with multi-module projects (#165)Nikolay Tatarinov2018-02-268-33/+178