summaryrefslogtreecommitdiff
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* print count of dirs and files when in watch modeTobias Roeser2019-09-131-1/+2
* add ability to define jar manifest (#634)Andrew Richards2019-07-291-15/+45
* Add a newline before closing the wrapped code (#545) (#660)Guillaume R2019-07-241-3/+1
* Interpolates $MILL_VERSION in ivy imports (#649)Olivier Mélois2019-07-082-1/+19
* Support dependency type maven-plugin (#637)Tobias Roeser2019-06-211-1/+2
* Support 'eclipse-plugin' type dependencies (#636)Nathaniel Fischer2019-06-211-1/+2
* more fixes for scalajs envLi Haoyi2019-06-131-1/+8
* Merge branch '561'0.3.9Li Haoyi2019-05-201-0/+8
|\
| * additional target which allows user to shut down background serverŁukasz Biały2019-02-251-0/+8
* | Merge branch '609'Li Haoyi2019-05-201-3/+1
|\ \
| * | Downstream files overwrite upstream files on assemblyNathan Fischer2019-05-161-3/+1
* | | Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-194-22/+29
* | | Added exit code to exception messageTobias Roeser2019-05-161-1/+1
|/ /
* | Don't initialize with all system propertiesTobias Roeser2019-05-031-5/+7
* | Accept sysprops via cmdline and forward to mill serverTobias Roeser2019-05-035-76/+121
* | Reviewed exitCode handlingTobias Roeser2019-02-251-3/+7
|/
* Added fixmeTobias Roeser2019-02-241-0/+1
* Properly strip scaladoc end tagsTobias Roeser2019-02-111-0/+2
* Added cmdline option -k/--keep-goingTobias Roeser2018-12-215-12/+29
* Fixed typo and added class linkTobias Roeser2018-12-201-2/+2
* Avoid unnecessary dependency downloading by providing fetches per cache polic...gehnaphore2018-12-201-5/+74
* Generalize Zinc Worker (#514)Li Haoyi2018-12-185-7/+8
* Added doc to version targetTobias Roeser2018-12-141-0/+4
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-1213-0/+0
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-128-38/+19
* Added info about skipped mill server in `-i` cmdline optionTobias Roeser2018-12-101-1/+1
* bump Ammonite version0.3.5Li Haoyi2018-11-192-6/+4
* fix assembly path handling, swap out Jvm.scala's custom subprocess handling w...Li Haoyi2018-11-051-100/+94
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-059-115/+104
* Added new cmdline option --debug,-d to enable debug logTobias Roeser2018-10-303-7/+21
* Added additional debug log channel (default: log-file only)Tobias Roeser2018-10-303-3/+5
* Add createJar() ScalaDocJim Lawson2018-10-281-0/+13
* Add a filter parameter (default true for all files) to createJar().Jim Lawson2018-10-281-2/+4
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-206-6/+50
* 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