summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* Add createJar() ScalaDocJim Lawson2018-10-281-0/+13
* Evaluate filterJar() task.Jim Lawson2018-10-281-1/+1
* Add a filter parameter (default true for all files) to createJar().Jim Lawson2018-10-282-2/+13
* bump Ammonite versionLi Haoyi2018-10-182-35/+38
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-2014-37/+224
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-156-39/+39
* Make sure files are readable when traversing source files. (#423)Victor Borja2018-09-051-1/+1
* Fix shutdown hook failures in tests (#422)aosagie2018-09-022-18/+11
* Fix incremental compilation when a Scala project depends on a Java project (#...Guillaume Martres2018-08-251-9/+14
* Tidying up:Li Haoyi2018-08-2228-0/+3194
* 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-083-28/+72
* 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-146-7/+27
* Allow hyphens in module and task names (#362)Joseph K. Strauss2018-06-069-11/+98
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-012-45/+162
* Fix MILL_CLASSPATH for Windows (#354)Joseph K. Strauss2018-05-301-9/+20
* 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-257-35/+271
* Add a TwirlModule to compile Twirl templates (#271)Guillaume Grossetie2018-05-241-1/+1
* fixtestsLi Haoyi2018-05-221-2/+2
* Migrate `ProxyOutputStream` to the `main.client` module, add unit/fuzz tests ...Li Haoyi2018-05-229-74/+193
* optimize output streaming to allow batch writesLi Haoyi2018-05-222-38/+34
* 0.2.20.2.2Li Haoyi2018-05-201-1/+0
* Preserve caches between interactive and client/server mode (#342)Li Haoyi2018-05-192-14/+3
* WIP keep mill server alive if you Ctrl-C during --watch (#339)Li Haoyi2018-05-198-85/+139
* 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
* Resolves #305, use an English locale when excuting java command line (#306)Guillaume Grossetie2018-04-301-1/+1
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-1812-14/+233
* rename modules scalaworker -> scalalib.worker, client -> main.clientLi Haoyi2018-04-1211-6/+534
* 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-093-17/+19
* caffeine core and guava tests seem to passLi Haoyi2018-04-091-2/+2
* mergeLi Haoyi2018-04-086-44/+150
|\
| * Adds envVars propagation client -> serverOlivier Melois2018-03-294-10/+21
* | explicitly disable clientserver tests on windowsLi Haoyi2018-04-081-75/+77
* | remove clientserver from ci since those tests are now in mainLi Haoyi2018-04-071-1/+2
* | Merge commit '36eb8bd6bfd534d002b01f8800e4b5d896aa4e77' into client-javaLi Haoyi2018-04-073-1/+48
|\ \
| * | - Add `mill version` commandLi Haoyi2018-04-063-1/+48
* | | migrate client module onto new JavaModule traitLi Haoyi2018-04-072-19/+24
* | | first pass at moving mill client over to JavaModuleLi Haoyi2018-04-074-3/+308
* | | Merge branch 'master' into restore-masterRobby2018-04-072-5/+5
|\ \ \ | |/ / |/| |
| * | try to fix buildLi Haoyi2018-04-061-3/+3
| * | fix buildLi Haoyi2018-04-061-2/+2
* | | Detect sh/batch launcher, dev.assembly, and release filename.Robby2018-03-311-1/+5
|/ /