summaryrefslogtreecommitdiff
path: root/scalalib
Commit message (Expand)AuthorAgeFilesLines
* Better use of forkWorkingDirLi Haoyi2018-08-131-6/+6
* move forkWorkingDir from TestModule onto JavaModule so it can apply to run/ru...Li Haoyi2018-08-131-4/+4
* Update JavaModule.scalaLi Haoyi2018-08-121-3/+1
* don't pass in entered args from as remoteArgs too (#403)John Duffell2018-08-081-1/+1
* Add support for Dotty projects (#397)Guillaume Martres2018-08-057-151/+236
* Make hot compilation 2x faster by properly reusing classloaders (#393)Guillaume Martres2018-07-281-19/+24
* Plugins do not belong on the compiler classpath (#391)Guillaume Martres2018-07-271-17/+3
* Upgrade Zinc and fix over-compilation (#390)Guillaume Martres2018-07-275-11/+18
* 0.2.50.2.5Li Haoyi2018-07-221-1/+1
* add JavaModule#runBackground, to allow a task to kick off processes to run in...Li Haoyi2018-07-213-0/+108
* add --disable-ticker, handle --color correctly (#379)Anton Sviridov2018-07-142-1/+2
* Issue #314; port sbt-updates to mill (#340)Guillaume Galy2018-07-1414-0/+920
* Add scala JS version suffix to ivy deps for published JS ivy.xml (#376)Julian Michael2018-06-252-4/+10
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-06-093-5/+5
|\
| * Allow configuration of JavaModule and ScalafmtModule scala workers (#367)aosagie2018-06-082-2/+2
| * Allow configuration of TestRunner's ScalaWorkerModule (#364)aosagie2018-06-062-3/+3
* | avoid duplicating core scala libraries during artifact resolution to fix http...Li Haoyi2018-06-093-4/+13
|/
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-017-16/+295
* Improve Intellij Idea support (#351)Olivier Mélois2018-05-304-27/+90
* Check for availability of Java compiler. (#353)Daniel Kullmann2018-05-281-0/+5
* Add a `visualize` command to render portions of the build graph as SVG (#349)Li Haoyi2018-05-255-200/+151
* Solves #345 : optional signing (#346)Olivier Mélois2018-05-232-18/+28
* Upgrade Ammonite.Robby2018-05-191-1/+1
* 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
* fix GenIdeaImpl test modules (#312)Guillaume Galy2018-05-063-5/+12
* Scalafmt support (#308)Nikolay Tatarinov2018-05-066-0/+241
* 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-181-1/+1
* 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
* rename modules scalaworker -> scalalib.worker, client -> main.clientLi Haoyi2018-04-123-3/+257
* Re-order `gpg` signing flags to make passphrase-passing-in workLi Haoyi2018-04-101-1/+1
* fix testsLi Haoyi2018-04-101-2/+2
* try to fix exclusion pom syntax to make publishing workLi Haoyi2018-04-101-2/+2
* fixes #226; use transitiveIvyDeps to print dependency tree (#292)Nikolay Tatarinov2018-04-101-1/+1
* caffeine core and guava tests seem to passLi Haoyi2018-04-091-17/+28
* Caffeine junit & testng suites seem to passLi Haoyi2018-04-091-2/+2
* Get first `caffeine.test` suite running in `CaffeineTests`Li Haoyi2018-04-091-2/+6
* First pass at a Caffeine integration build now works (only on Java 9 tho)Li Haoyi2018-04-081-7/+16
* Basic failure tests for `JavaModule`Li Haoyi2018-04-081-1/+26
* Rename `root` IDEA module to `mill-build` to avoid collisionsLi Haoyi2018-04-084-5/+8
* Properly support test frameworks which spawn child tasksLi Haoyi2018-04-084-4/+65
* bump zinc versionLi Haoyi2018-04-081-1/+1