summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avoid showing a stack trace if the ScalaJSModule gives a linking error, since...Li Haoyi2018-03-194-11/+34
* mergeLi Haoyi2018-03-1919-48/+78
|\
| * Java 9 optimization by caching rt.jar (#239)Robby2018-03-1917-46/+74
| * Propagate more things into Tests of ScalaModule (#236)Gabriele Petronella2018-03-191-0/+3
| * Fixed AppVeyor cache config.Robby2018-03-191-1/+1
| * Fixed AppVeyor cache config.Robby2018-03-191-1/+1
| * Update 1 - Intro to Mill.md (#242)Ryan Williams2018-03-181-2/+2
* | bump utest versionLi Haoyi2018-03-181-1/+1
* | properly pass arguments to forked tests in a way that doesn't botch whitespacesLi Haoyi2018-03-183-16/+27
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-1829-129/+367
|\
| * Bump the server timeout to 5 minutesLi Haoyi2018-03-181-2/+2
| * Add closing backtick to `java.lang.Process` (#240)Jisoo Park2018-03-181-1/+1
| * Use mill interactive mode to test on cygwin and updated changelog in readme.md.Robby2018-03-172-16/+28
| * Rename 'describe' to 'inspect' in the docs, following 6336860 (#235)Gabriele Petronella2018-03-172-17/+17
| * Skip signature files in assembly (#232)Gabriele Petronella2018-03-171-3/+8
| * Updated changelog in readme.md.Robby2018-03-171-0/+12
| * Test mill on cygwin.Robby2018-03-171-9/+15
| * Test mill (client/server) non-interactive on Windows and set jna.nosys=true a...Robby2018-03-162-5/+12
| * Windows non-interactive (client/server) support, and fix assembly and posix f...Robby2018-03-166-32/+81
| * update readme and CI to 0.1.6rockjam2018-03-143-3/+3
| * 0.1.60.1.6rockjam2018-03-131-0/+4
| * Changed some tests use non-interactive mode on travis Java 9.Robby2018-03-132-2/+2
| * Fixes for non-interactive (client/server) mode on Java 9 (#221)Robby2018-03-135-11/+28
| * Update readme.md to fix a typo (#223)Alexis Hernandez2018-03-131-2/+2
| * update readme and CI configuration to mill 0.1.5rockjam2018-03-133-4/+4
| * 0.1.50.1.5rockjam2018-03-131-1/+27
| * 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
* | Properly close Scala.js test adapters when done, after letting the IO drain p...Li Haoyi2018-03-184-16/+28
|/
* 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