summaryrefslogtreecommitdiff
path: root/scalajslib
Commit message (Expand)AuthorAgeFilesLines
* fix couple typos in scalajs tests: match test name with scala versionrockjam2018-01-221-3/+3
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-207-2/+2
* - Swap over to new `ivy"foo:bar:baz"` syntax for defining ivy dependenciesLi Haoyi2018-01-151-2/+2
* - Collapse `Ctx#segments` and `Ctx#segments0` into one field, instead doing t...Li Haoyi2018-01-151-3/+3
* - Tweak Scalajs LinkerBridge project layout to match Mill defaultsLi Haoyi2018-01-142-0/+0
* Some tweaks to get tests passing...Li Haoyi2018-01-141-15/+17
* Everything seems to compile with new, minimal `Discover` implementation...Li Haoyi2018-01-141-2/+1
* rename OSet -> AggLi Haoyi2018-01-132-6/+6
* Migrate most classpath-related code onto `Loose.OSet` abstraction, to enforce...Li Haoyi2018-01-132-9/+16
* Consolidate `Cross` and `CrossModule`, eliminate now-unused `map`/`flatMap`/`...Li Haoyi2018-01-081-2/+1
* Swap over to a new, concise `CrossModule[T](..cases)` macro syntax that autom...Li Haoyi2018-01-071-6/+4
* Generate the `Segments` list at definition time rather than discovery time, b...Li Haoyi2018-01-071-6/+11
* Rename `resource/` folders `resources/` to properly match SBT convention, mak...Li Haoyi2018-01-072-1/+1
* First pass at implicitly propagating a `def basePath: Path` up the `Module` h...Li Haoyi2018-01-071-4/+4
* - Convert `T.source` into a generic `Target` that flushes the cache every timeLi Haoyi2017-12-311-1/+2
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-307-0/+354