summaryrefslogtreecommitdiff
path: root/build.sc
Commit message (Expand)AuthorAgeFilesLines
* - Tweak Scalajs LinkerBridge project layout to match Mill defaultsLi Haoyi2018-01-141-1/+0
* - Move synthetic SBT projects into `target` folderLi Haoyi2018-01-141-11/+12
* fix-replLi Haoyi2018-01-141-1/+0
* more work to get tests passing...Li Haoyi2018-01-141-2/+2
* WIP getting rid of `discover/` phase: `core/test:compile` works, but some thi...Li Haoyi2018-01-131-2/+2
* rename OSet -> AggLi Haoyi2018-01-131-16/+16
* Migrate most classpath-related code onto `Loose.OSet` abstraction, to enforce...Li Haoyi2018-01-131-16/+16
* - Make `sources` and `resources` able to take multiple roots, so we can imple...Li Haoyi2018-01-121-1/+1
* collapse unnecessary generateXSources helper methodsLi Haoyi2018-01-111-7/+4
* Add generated sources target (#109)Minghao Liu2018-01-111-7/+7
* Consolidate `Cross` and `CrossModule`, eliminate now-unused `map`/`flatMap`/`...Li Haoyi2018-01-081-2/+2
* Swap over to a new, concise `CrossModule[T](..cases)` macro syntax that autom...Li Haoyi2018-01-071-4/+4
* Generate the `Segments` list at definition time rather than discovery time, b...Li Haoyi2018-01-071-6/+6
* First pass at implicitly propagating a `def basePath: Path` up the `Module` h...Li Haoyi2018-01-071-12/+0
* Update `jsbridges` to use `CrossModule`Li Haoyi2018-01-041-3/+2
* remove unused cross-build demo code from build.scLi Haoyi2018-01-021-15/+0
* Swap over to new `CrossModule` class to simplify the cross module syntaxLi Haoyi2018-01-021-3/+2
* Make `forkArgs` work with `run` and `runMain`Li Haoyi2018-01-011-0/+1
* Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite.Li Haoyi2018-01-011-3/+20
* Split out generic `T.input` tasks from the `T.source` helpers, allowing `T.so...Li Haoyi2017-12-311-1/+1
* - Convert `T.source` into a generic `Target` that flushes the cache every timeLi Haoyi2017-12-311-1/+1
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-301-33/+34
* Assign different overrides of a Target different cache directories and paths,...Li Haoyi2017-12-291-2/+3
* Cross-publish for ScalaJSRoman Timushev2017-12-291-1/+1
* ScalaJS plugin buildRoman Timushev2017-12-291-2/+33
* Move all the source generation logic into a `shared.sc` file to avoid duplica...Li Haoyi2017-12-281-113/+16
* Generate zipmap definitions for higher arities (#81)Duncan Mak2017-12-271-1/+103
* - Shift `MappingCtx` into a magic `LoaderCtx` `Loader` to avoid circular depe...Li Haoyi2017-12-261-1/+1
* WIP: provide Mapping as a Ctx argument that can be accessed from within Tasks...Li Haoyi2017-12-251-0/+1
* prepare mill-bridges to be published to maven central (#78)Nikolay Tatarinov2017-12-241-10/+16
* Remove `Router.scala`, whose changes have been upstreamed into the Ammonite m...Li Haoyi2017-12-241-1/+1
* Add Sonatypype publishing;rockjam2017-12-201-8/+20
* publishLocal - looks like it worksdos652017-12-201-0/+5
* - Swap `Task.traverse` implementation to match behavior of other `traverse` i...Li Haoyi2017-12-181-2/+2
* Bump Ammonite version in `build.sc` to fix upickle bugLi Haoyi2017-12-171-32/+31
* fix build.sc to build itself with newer version of ammonite (#70)Nikolay Tatarinov2017-12-171-1/+6
* Allow top-level targets in build files by configuring Ammonite's `codeWrapper...Li Haoyi2017-12-161-0/+3
* remove unused MILL_COMPILER_PLUGIN flagLi Haoyi2017-12-151-2/+1
* First pass at using a compiler plugin to remove the need for the `override` k...Li Haoyi2017-12-151-15/+30
* Move assemble to a separate moduleRoman Timushev2017-12-131-1/+11
* Resolve compiler bridge jar (#45)Roman Timushev2017-12-111-0/+11
* Implement a `SbtScalaModule` helper trait, to conveniently set up the default...Li Haoyi2017-12-101-4/+1
* Add support for compiler plugins and enable acyclic plugin in buildTin Pavlinic2017-12-091-0/+6
* pass compile analysis of projectDeps to zinc, fixes #29rockjam2017-12-071-8/+5
* Explicitly pass built compiler-bridge jar locations from the build system int...Li Haoyi2017-12-061-6/+15
* Flesh out `bridges` pre-compilation in Mill build, getting the cross-minor-ve...Li Haoyi2017-12-041-0/+35
* Pass `$JAVA_OPTS` to the JVM (#34)Iulian Dragos2017-11-291-1/+1
* Tweak readme, fix SBT executable assembly prefixLi Haoyi2017-11-271-1/+4
* upgrade zinc 1.0.3 -> 1.0.5 (#26)Nikolay Tatarinov2017-11-261-2/+2
* Refactor `build.sc` to pull out common `ScalaModule` code into a separate traitLi Haoyi2017-11-261-14/+12