summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* update doc download-link to 0.1.7Li Haoyi2018-03-251-1/+1
* 0.1.70.1.7Li Haoyi2018-03-251-2/+23
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-259-45/+79
|\
| * try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-254-26/+71
| * remove deprecated things from POM in build.scrockjam2018-03-241-12/+2
| * use Cache.default to determine coursier location(fixes tests on my OS X)rockjam2018-03-243-5/+4
| * Make docJar use compileClasspath instead of runClasspathLi Haoyi2018-03-221-1/+1
| * Properly print out done message after tests finishLi Haoyi2018-03-221-1/+1
* | update bump Ammonite to 1.1.0 stableLi Haoyi2018-03-252-4/+3
* | bump upickle, ammonite versionsLi Haoyi2018-03-254-44/+55
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-245-10/+10
* | wip upgrading to the new version of upickleLi Haoyi2018-03-245-46/+45
|/
* allow '-' char to be in cross selectorsrockjam2018-03-202-3/+4
* Support scala milestone releases (with fixes for 2.13.0-M3) (#247)Nikolay Tatarinov2018-03-207-26/+35
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-204-37/+109
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-191-0/+18
|\
| * doc to address #187 and #246 (#248)Sheng Chen2018-03-191-0/+18
* | 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