summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Properly pick up non-top-level sjsir files during `fastOptJS`Li Haoyi2018-02-111-1/+1
* fixesLi Haoyi2018-02-113-12/+19
* fix GenIdea testsLi Haoyi2018-02-1110-68/+8
* more tidying upLi Haoyi2018-02-115-19/+18
* Refactor ScalaModule to simplify it and delay ivy resolution until the last m...Li Haoyi2018-02-115-64/+48
* make ScalaJSModule override scalaLibraryDeps instead of overriding ivyDeps, t...Li Haoyi2018-02-112-3/+3
* WIP getting Scala.js dependencies working nicelyLi Haoyi2018-02-116-45/+87
* fix jsbridges dependencyLi Haoyi2018-02-101-1/+1
* Make ScalaJSModule avoid stomping over existing definitionsLi Haoyi2018-02-102-6/+11
* fix CrossSbtModule#Tests#sourcesLi Haoyi2018-02-101-1/+1
* remove timestamp from auto-publishing to ensure the artifacts published from ...Li Haoyi2018-02-101-2/+7
* fix evaluateTasksLi Haoyi2018-02-101-1/+3
* add download linkLi Haoyi2018-02-101-0/+6
* Set theme jekyll-theme-leap-dayLi Haoyi2018-02-105-508/+509
* Re-enable github artifact uploadLi Haoyi2018-02-103-76/+118
* fix docsLi Haoyi2018-02-109-69/+231
* move docs around, try to fix publishAllLi Haoyi2018-02-105-15/+173
* fix testsLi Haoyi2018-02-105-32/+39
* - DRY up `Resolve.scala`Li Haoyi2018-02-098-173/+242
* CleanupLi Haoyi2018-02-094-52/+63
* Parse args directly in MainModule commands to allow for ``--all`-style argume...Li Haoyi2018-02-096-108/+96
* get rid of external watch flagLi Haoyi2018-02-095-42/+25
* add release flag to CI release scriptLi Haoyi2018-02-091-0/+2
* Some long-overdue renamingsLi Haoyi2018-02-099-70/+73
* Allow publishing to sonatype without immediate releaseLi Haoyi2018-02-093-35/+51
* Merge branch 'master' into publishAllLi Haoyi2018-02-095-17/+111
|\
| * scala.js run (#127)Nikolay Tatarinov2018-02-095-17/+111
* | .Li Haoyi2018-02-0954-165/+239
* | vendor ammonite.main code so we can properly handle arity-0 CLI args, fix Gen...Li Haoyi2018-02-0826-181/+512
* | wipLi Haoyi2018-02-0715-44/+521
|/
* attempt to fix publishAllLi Haoyi2018-02-0714-36/+60
* .Li Haoyi2018-02-062-2/+3
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-02-066-12/+15
|\
| * fix introspection of children on console (eg build) (#128)ajrnz2018-02-061-2/+2
* | all T.commands to take targets as CLI arguments, and use that to get rid of o...Li Haoyi2018-02-0610-99/+120
|/
* re-enable test suites in CILi Haoyi2018-02-041-8/+8
* Properly include the base path of the publish-destination URLs0.0.7Li Haoyi2018-02-042-8/+10
* Fix github release creation, add new batch publishing capability to try and s...0.0.5Li Haoyi2018-02-043-59/+94
* configure master-only-ness in travis rather than scala0.0.4Li Haoyi2018-02-041-3/+2
* wip getting release.sh working0.0.3Li Haoyi2018-02-043-26/+26
* CleanupLi Haoyi2018-02-049-12/+31
* re-enable better-files test but with a newer version with offending CI-failur...Li Haoyi2018-02-043-3/+7
* disable better-files tests for now since they seem broken only in travisLi Haoyi2018-02-041-5/+1
* limit better-files tests to a smaller subset to try and make CI happyLi Haoyi2018-02-041-6/+5
* add upstream dependencies to ivy.xmlLi Haoyi2018-02-043-20/+10
* properly embed the local module dependency graph metadata in published pom.xmlsLi Haoyi2018-02-043-8/+27
* Publish more things to try and get releaseAssembly tests workingLi Haoyi2018-02-041-1/+5
* fix artifact naming for publishLocal/publishLi Haoyi2018-02-042-8/+5
* allow Result.Failure to take a valueLi Haoyi2018-02-0411-32/+61
* Fix testsLi Haoyi2018-02-048-36/+49