summaryrefslogtreecommitdiff
path: root/scalalib
Commit message (Expand)AuthorAgeFilesLines
* factor out Dependency creation in Lib so it can be reused (#137)Andrew Richards2018-03-031-17/+21
* Bugfix/version contol (#192)Guillaume Massé2018-03-033-119/+198
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-032-28/+32
* make mainClass discovery work in ScalaJSModule#runLi Haoyi2018-03-031-19/+22
* share repositories between ScalaWorker and ScalaModuleLi Haoyi2018-03-022-13/+12
* Allow people to substitute in their own implementation of ScalaModule#scalaWo...Li Haoyi2018-03-022-6/+13
* Add dsl for SCM (now called VersionControl) (#168)Guillaume Massé2018-02-284-9/+165
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-263-9/+480
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-253-3/+3
* GenIdea: added generation of .idea/scala_compiler.xml (#151)Robby2018-02-251-6/+56
* Update scala-library-2.12.4-sources.jar.xmlLi Haoyi2018-02-241-2/+2
* Update scala-library-2.12.4.jar.xmlLi Haoyi2018-02-241-2/+2
* fix scala sdk annotation in genideaLi Haoyi2018-02-241-1/+1
* better error messages when you run interactive commands without -iLi Haoyi2018-02-241-13/+23
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-242-7/+28
* Allow specifying classifiers in ivy deps (#159)Jeremy Apthorp2018-02-242-7/+31
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-223-8/+8
* GenIdea updates including a fix for #147 (#149)Andrew Richards2018-02-214-30/+71
* fix-testsLi Haoyi2018-02-212-5/+5
* First pass at cleaning up evaluator caching systemLi Haoyi2018-02-201-2/+2
* Basic working server-client model based on flat files communicationsLi Haoyi2018-02-191-7/+0
* Better error messages when publishing to Sonatype (#138)Andrew Richards2018-02-192-1/+4
* Rename `docsJar` -> `docJar`Li Haoyi2018-02-183-5/+5
* Add `mill dev` support to our own buildLi Haoyi2018-02-181-0/+13
* Try to make ScalaModule#console work...Li Haoyi2018-02-181-1/+1
* explicitly pass in a non-null working dir to ScalaModule#consoleLi Haoyi2018-02-181-1/+2
* WIP getting tests passing againLi Haoyi2018-02-171-1/+1
* properly pass through failures from scalaworker maven resolution failuresLi Haoyi2018-02-171-5/+5
* Add unit test for main method discoveryLi Haoyi2018-02-178-22/+77
* Merge branch '130'Li Haoyi2018-02-173-5/+42
|\
| * Discover main class(es) via zincajrnz2018-02-163-5/+42
* | Resolve individual Scala files before passing them to `ScalaModule#compile`, ...Li Haoyi2018-02-171-1/+9
|/
* fix GenIdea testsLi Haoyi2018-02-1110-68/+8
* more tidying upLi Haoyi2018-02-112-12/+12
* Refactor ScalaModule to simplify it and delay ivy resolution until the last m...Li Haoyi2018-02-113-57/+41
* make ScalaJSModule override scalaLibraryDeps instead of overriding ivyDeps, t...Li Haoyi2018-02-111-1/+2
* WIP getting Scala.js dependencies working nicelyLi Haoyi2018-02-115-39/+81
* Make ScalaJSModule avoid stomping over existing definitionsLi Haoyi2018-02-101-3/+3
* fix CrossSbtModule#Tests#sourcesLi Haoyi2018-02-101-1/+1
* move docs around, try to fix publishAllLi Haoyi2018-02-102-4/+5
* Some long-overdue renamingsLi Haoyi2018-02-093-8/+8
* Allow publishing to sonatype without immediate releaseLi Haoyi2018-02-092-23/+36
* .Li Haoyi2018-02-091-2/+4
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix Gen...Li Haoyi2018-02-082-7/+16
* wipLi Haoyi2018-02-071-4/+4
* attempt to fix publishAllLi Haoyi2018-02-072-1/+2
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-02-061-3/+3
|\
* | all T.commands to take targets as CLI arguments, and use that to get rid of o...Li Haoyi2018-02-061-17/+22
|/
* Properly include the base path of the publish-destination URLs0.0.7Li Haoyi2018-02-041-6/+9
* Fix github release creation, add new batch publishing capability to try and s...0.0.5Li Haoyi2018-02-042-51/+79