summaryrefslogtreecommitdiff
path: root/main/src/mill
Commit message (Expand)AuthorAgeFilesLines
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-154-26/+26
* Fix shutdown hook failures in tests (#422)aosagie2018-09-021-7/+10
* Fix incremental compilation when a Scala project depends on a Java project (#...Guillaume Martres2018-08-251-9/+14
* Make the REPL evaluator accessible from the REPL itself (#413)Guillaume Martres2018-08-221-1/+1
* Make visualizePlan work with external modules (#406)Joseph K. Strauss2018-08-101-27/+16
* Visualize Plan (#404)Joseph K. Strauss2018-08-082-25/+63
* Fix bug with 'u' at the beginning of path (#384)Joseph K. Strauss2018-08-031-2/+1
* add JavaModule#runBackground, to allow a task to kick off processes to run in...Li Haoyi2018-07-212-14/+23
* add --disable-ticker, handle --color correctly (#379)Anton Sviridov2018-07-144-5/+24
* Allow hyphens in module and task names (#362)Joseph K. Strauss2018-06-062-11/+9
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-012-45/+162
* move graphviz interactions onto a single worker thread to satisfy J2V8 limita...Li Haoyi2018-05-253-23/+52
* move VisualizeModule out into it's own ExternalModule; for some reason it was...Li Haoyi2018-05-252-7/+15
* Add a `visualize` command to render portions of the build graph as SVG (#349)Li Haoyi2018-05-255-30/+200
* fixtestsLi Haoyi2018-05-221-2/+2
* Migrate `ProxyOutputStream` to the `main.client` module, add unit/fuzz tests ...Li Haoyi2018-05-221-23/+0
* optimize output streaming to allow batch writesLi Haoyi2018-05-221-14/+22
* 0.2.20.2.2Li Haoyi2018-05-201-1/+0
* Preserve caches between interactive and client/server mode (#342)Li Haoyi2018-05-191-0/+1
* WIP keep mill server alive if you Ctrl-C during --watch (#339)Li Haoyi2018-05-193-36/+67
* Allow shebang with launcherUniversalScript (#338)Matthew de Detrich2018-05-181-1/+3
* [WIP] Fixes #227; add `mill clean` (#315)Guillaume Galy2018-05-162-1/+111
* don't fail command when there is no build.sc file in directory. Lets the user...Nikolay Tatarinov2018-05-071-3/+8
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-181-4/+11
* rename modules scalaworker -> scalalib.worker, client -> main.clientLi Haoyi2018-04-123-4/+4
* rename Cached#v -> valueLi Haoyi2018-04-101-1/+1
* - Swap client-server integer encoding over to a more standard format (32-bit)Li Haoyi2018-04-092-14/+16
* mergeLi Haoyi2018-04-084-11/+27
|\
| * Adds envVars propagation client -> serverOlivier Melois2018-03-293-9/+20
* | Merge commit '36eb8bd6bfd534d002b01f8800e4b5d896aa4e77' into client-javaLi Haoyi2018-04-071-1/+5
|\ \
| * | - Add `mill version` commandLi Haoyi2018-04-061-1/+5
* | | migrate client module onto new JavaModule traitLi Haoyi2018-04-072-19/+24
* | | first pass at moving mill client over to JavaModuleLi Haoyi2018-04-073-3/+187
|/ /
* | Detect sh/batch launcher, dev.assembly, and release filename.Robby2018-03-311-1/+5
* | Universal script generation for assembly, launcher, and release (#264)Pierre Kisters2018-03-291-18/+34
|/
* Windows client/server improvements (#262)Robby2018-03-291-0/+9
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-251-10/+7
|\
| * try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-251-10/+7
* | update bump Ammonite to 1.1.0 stableLi Haoyi2018-03-251-1/+1
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-241-1/+1
|/
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-202-11/+26
* Java 9 optimization by caching rt.jar (#239)Robby2018-03-195-6/+14
* Skip signature files in assembly (#232)Gabriele Petronella2018-03-171-3/+8
* Windows non-interactive (client/server) support, and fix assembly and posix f...Robby2018-03-161-11/+15
* 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-101-2/+2
* Fixes for Windows. (#205)Robby2018-03-061-3/+3
* - Rename `describe` to `inspect` for consistency with SBTLi Haoyi2018-03-041-5/+71
* Introduced the `mill plan foo.bar` command, which shows you what the executio...Li Haoyi2018-03-041-0/+16
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-032-72/+83