summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix MILL_CLASSPATH for Windows (#354)Joseph K. Strauss2018-05-302-18/+35
* Check for availability of Java compiler. (#353)Daniel Kullmann2018-05-281-0/+5
* move graphviz interactions onto a single worker thread to satisfy J2V8 limita...Li Haoyi2018-05-253-23/+52
* use a custom, compact format for serializing PathRefs to JSONLi Haoyi2018-05-251-2/+18
* bump ammonite version for proper compilation cache invalidation in Java 9+Li Haoyi2018-05-251-1/+1
* 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-2516-256/+465
* Add a TwirlModule to compile Twirl templates (#271)Guillaume Grossetie2018-05-248-3/+265
* Solves #345 : optional signing (#346)Olivier Mélois2018-05-232-18/+28
* fixtestsLi Haoyi2018-05-222-3/+4
* 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-223-54/+84
* 0.2.20.2.2Li Haoyi2018-05-203-4/+3
* fix windows download linkLi Haoyi2018-05-201-2/+3
* 0.2.10.2.1Li Haoyi2018-05-202-3/+9
* bump scala versionLi Haoyi2018-05-201-2/+2
* - Update changelog in preparation for 0.2.1Li Haoyi2018-05-204-274/+126
* Preserve caches between interactive and client/server mode (#342)Li Haoyi2018-05-194-16/+9
* fix windows launcher script to use renamed main methodsLi Haoyi2018-05-191-2/+2
* WIP keep mill server alive if you Ctrl-C during --watch (#339)Li Haoyi2018-05-1911-87/+159
* Use mill 0.2.0-36-f8d1e7 for ci tests (and Java 10 in appveyor).Robby2018-05-192-4/+4
* Upgrade Ammonite.Robby2018-05-192-2/+2
* Allow shebang with launcherUniversalScript (#338)Matthew de Detrich2018-05-181-1/+3
* Fixes #336: pass scalac options to ScalaDoc during docJar stage (#337)Anton Sviridov2018-05-183-3/+36
* Add configurable repl options (#333)Sergey Rublev2018-05-181-2/+2
* Update ScalaModule.scalaLi Haoyi2018-05-171-1/+1
* Update JavaModule.scalaLi Haoyi2018-05-171-1/+1
* Fix JavaModuleLi Haoyi2018-05-171-1/+1
* Fix JavaModule.scalaLi Haoyi2018-05-171-1/+1
* Restrict doc files to *.java/*.scala (#335)Jim Lawson2018-05-172-2/+2
* Allow single files in `generatedSources`Li Haoyi2018-05-171-1/+1
* Update readme.mdLi Haoyi2018-05-171-1/+1
* add appveyor badge to readmeLi Haoyi2018-05-171-1/+3
* fix-mergeLi Haoyi2018-05-161-1/+0
* bump ammonite version, standardize on mill.modules.Jvm.universalScript in bui...Li Haoyi2018-05-161-21/+3
* Fixed dev.{assembly, launcher} reaching max CLI arguments in Windows by gener...Robby2018-05-162-35/+52
* [WIP] Fixes #227; add `mill clean` (#315)Guillaume Galy2018-05-164-1/+142
* Update 4 - Tasks.md (#319)Alf Richter2018-05-111-4/+5
* Update 4 - Tasks.md (#317)Alf Richter2018-05-111-2/+2
* Optimize calculation of commit count (#316)Joseph K. Strauss2018-05-111-2/+1
* don't fail command when there is no build.sc file in directory. Lets the user...Nikolay Tatarinov2018-05-071-3/+8
* fix GenIdeaImpl test modules (#312)Guillaume Galy2018-05-063-5/+12
* Scalafmt support (#308)Nikolay Tatarinov2018-05-067-0/+263
* Resolves #305, use an English locale when excuting java command line (#306)Guillaume Grossetie2018-04-301-1/+1
* update docs about scala modules publishingrockjam2018-04-302-4/+4
* Fixed PathRef's FileVisitor IOException on dir symlinks.Robby2018-04-241-0/+2
* Mark test module as test sources; change sbt module root (#298)Nikolay Tatarinov2018-04-206-7/+40
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-1820-24/+320
* don't show subprocess-call stack trace if test result reporting failsLi Haoyi2018-04-171-9/+13
* avoid printing useless stacktraces when subprocess runs failLi Haoyi2018-04-172-9/+9