summaryrefslogtreecommitdiff
path: root/scalalib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable JUnit testing, via sbt-test-interface, for `JavaModule`sLi Haoyi2018-04-0810-86/+265
* bump test case to 2.12.4 for java9 compatLi Haoyi2018-04-081-1/+1
* Fix #282 by passing plugins as arguments to scaladocjulianmichael2018-04-083-1/+39
* mergeLi Haoyi2018-04-071-1/+4
|\
| * make sure to extract paths from JavaModule#compileClasspath before passing th...Li Haoyi2018-04-071-1/+4
* | remove clientserver from ci since those tests are now in mainLi Haoyi2018-04-071-1/+1
* | update travis mill versionLi Haoyi2018-04-072-4/+4
* | migrate client module onto new JavaModule traitLi Haoyi2018-04-074-7/+28
|/
* avoid recursionLi Haoyi2018-04-074-10/+12
* clean up JavaModule/ScalaModule interactions and consolidate extensions into ...Li Haoyi2018-04-078-66/+62
* First unit tests for `JavaModule`Li Haoyi2018-04-077-48/+181
* First pass splitting `JavaModule` out of `ScalaModule`Li Haoyi2018-04-074-214/+300
* Sync Ammonite in ScalaModule (with build.sc).Robby2018-04-071-1/+1
* Merge branch 'master' into restore-masterRobby2018-04-076-62/+134
|\
| * basic support for version pinning (used by default for scala-library/compiler...Li Haoyi2018-04-065-55/+126
| * propagate javac opts to test modulesLi Haoyi2018-04-061-0/+1
| * fix buildLi Haoyi2018-04-061-7/+7
* | revive #254 and fix #268 (#274)Sheng Chen2018-04-027-15/+141
* | revert #254 to fix bootstrapping https://github.com/lihaoyi/mill/issues/268Li Haoyi2018-04-017-141/+15
* | fixes #173; use default(compile) configuration for deps as default (#270)Nikolay Tatarinov2018-04-012-4/+14
|/
* Universal script generation for assembly, launcher, and release (#264)Pierre Kisters2018-03-291-3/+2
* Windows client/server improvements (#262)Robby2018-03-291-1/+1
* use repositories from the mill build to bootstrap idea project generation (#263)Sheng Chen2018-03-281-3/+3
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-277-15/+141
|\
| * add exclusions and custom configuration to dependencies (#254)Sheng Chen2018-03-267-15/+141
* | Ensure that transitive ivy jars are not directly aggregated under a module's ...Li Haoyi2018-03-262-10/+37
|/
* Upgrade Ammonite to 1.1.0-3-73d5734.Robby2018-03-261-1/+1
* Bump up Ammonite in ScalaModule.Robby2018-03-261-1/+1
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-255-7/+13
|\
| * try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-251-1/+8
| * use Cache.default to determine coursier location(fixes tests on my OS X)rockjam2018-03-243-5/+4
| * Make docJar use compileClasspath instead of runClasspathLi Haoyi2018-03-221-1/+1
* | bump upickle, ammonite versionsLi Haoyi2018-03-251-1/+5
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-242-6/+6
|/
* Support scala milestone releases (with fixes for 2.13.0-M3) (#247)Nikolay Tatarinov2018-03-205-7/+29
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-201-1/+3
* mergeLi Haoyi2018-03-193-6/+10
|\
| * Java 9 optimization by caching rt.jar (#239)Robby2018-03-193-5/+7
| * Propagate more things into Tests of ScalaModule (#236)Gabriele Petronella2018-03-191-0/+3
* | properly pass arguments to forked tests in a way that doesn't botch whitespacesLi Haoyi2018-03-181-8/+8
|/
* Fixes for non-interactive (client/server) mode on Java 9 (#221)Robby2018-03-132-3/+3