summaryrefslogtreecommitdiff
path: root/main/test
Commit message (Expand)AuthorAgeFilesLines
* add ability to define jar manifest (#634)Andrew Richards2019-07-291-1/+3
* Parameter formattingTobias Roeser2019-05-031-3/+11
* Accept sysprops via cmdline and forward to mill serverTobias Roeser2019-05-032-2/+7
* Beginning of Bloop integration (#595)Olivier Mélois2019-04-251-2/+2
* Also added failFast test casesTobias Roeser2018-12-212-2/+71
* Added cmdline option -k/--keep-goingTobias Roeser2018-12-211-1/+2
* Generalize Zinc Worker (#514)Li Haoyi2018-12-187-9/+10
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-1225-0/+0
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-127-8/+8
* mergeLi Haoyi2018-11-061-1/+1
|\
* | fix assembly path handling, swap out Jvm.scala's custom subprocess handling w...Li Haoyi2018-11-051-1/+6
* | WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-0523-106/+87
|/
* Added new cmdline option --debug,-d to enable debug logTobias Roeser2018-10-301-1/+2
* Added additional debug log channel (default: log-file only)Tobias Roeser2018-10-301-1/+1
* Evaluate filterJar() task.Jim Lawson2018-10-281-1/+1
* Add a filter parameter (default true for all files) to createJar().Jim Lawson2018-10-281-0/+9
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-201-1/+2
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-151-4/+3
* add --disable-ticker, handle --color correctly (#379)Anton Sviridov2018-07-142-2/+3
* Allow hyphens in module and task names (#362)Joseph K. Strauss2018-06-067-0/+89
* Add a `visualize` command to render portions of the build graph as SVG (#349)Li Haoyi2018-05-251-5/+5
* Add a TwirlModule to compile Twirl templates (#271)Guillaume Grossetie2018-05-241-1/+1
* WIP keep mill server alive if you Ctrl-C during --watch (#339)Li Haoyi2018-05-192-4/+6
* 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-1811-10/+222
* rename modules scalaworker -> scalalib.worker, client -> main.clientLi Haoyi2018-04-121-2/+2
* - Swap client-server integer encoding over to a more standard format (32-bit)Li Haoyi2018-04-091-3/+3
* caffeine core and guava tests seem to passLi Haoyi2018-04-091-2/+2
* mergeLi Haoyi2018-04-082-33/+123
|\
| * Adds envVars propagation client -> serverOlivier Melois2018-03-291-1/+1
* | 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-072-0/+43
|\ \
| * | - Add `mill version` commandLi Haoyi2018-04-062-0/+43
| |/
* | first pass at moving mill client over to JavaModuleLi Haoyi2018-04-071-0/+121
* | try to fix buildLi Haoyi2018-04-061-3/+3
* | fix buildLi Haoyi2018-04-061-2/+2
|/
* bump upickle, ammonite versionsLi Haoyi2018-03-251-38/+40
* update to latest Ammonite using latest upickle RCLi Haoyi2018-03-241-1/+1
* allow '-' char to be in cross selectorsrockjam2018-03-201-2/+3
* Java 9 optimization by caching rt.jar (#239)Robby2018-03-191-1/+1
* Windows non-interactive (client/server) support, and fix assembly and posix f...Robby2018-03-161-1/+1
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-101-0/+5
* Added AppVeyor configuration and made JavaCompilerJarTests compatible with Wi...Robby2018-03-071-4/+4
* fix testsLi Haoyi2018-03-032-7/+7
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-031-5/+5
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-253-5/+5
* cache hashCodes as part of meta.json to avoid needlessly re-hashing thingsLi Haoyi2018-02-251-1/+4
* Update ScriptTestSuite.scalaLi Haoyi2018-02-241-1/+1
* Properly propagate exit codes from server output to clientLi Haoyi2018-02-241-1/+1