summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-291-1/+1
|\
| * Pass `$JAVA_OPTS` to the JVM (#34)Iulian Dragos2017-11-291-1/+1
* | first pass at building better-files using MillLi Haoyi2017-11-2941-0/+6014
|/
* - Re-enable zinc compiler cache, since the OOMing it used to cause seems to h...Li Haoyi2017-11-281-40/+66
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-275-20/+279
|\
| * fix #8 simple 'hello world' scala module with tests on it; extract test evalu...Nikolay Tatarinov2017-11-275-20/+279
* | Acyclic cross-version tests are runningLi Haoyi2017-11-272-9/+38
|/
* Tweak readme, fix SBT executable assembly prefixLi Haoyi2017-11-274-10/+165
* Fix error messages on resolving cross-built modules and re-enable relevant ne...Li Haoyi2017-11-262-3/+11
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-261-1/+3
|\
| * Check owner of method instead of linear search (#28)Iulian Dragos2017-11-261-1/+3
* | Get acyclic's tests running after compilation failures, fixing a metadata.mil...Li Haoyi2017-11-263-13/+11
* | Acyclic test suite works now that we can fork and set a proper working direct...Li Haoyi2017-11-264-35/+88
* | Isolate TestRunner classloader to try and get AcyclicTests working...Li Haoyi2017-11-262-3/+5
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-263-6/+6
|\
| * upgrade zinc 1.0.3 -> 1.0.5 (#26)Nikolay Tatarinov2017-11-263-6/+6
* | Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-263-30/+38
|\|
| * Cleaner logging of Zinc activities. (#25)Iulian Dragos2017-11-261-12/+4
| * Bust caches when the build itself has changed. (#24)Iulian Dragos2017-11-261-2/+10
| * pass scalacOptions and javacOptions to compile (#23)Nikolay Tatarinov2017-11-261-3/+14
| * fix console command in scala plugin; use subprocess for run (#21)Nikolay Tatarinov2017-11-262-13/+10
* | WIP getting Acyclic build working in Mill. Test suite doesn't work, neither d...Li Haoyi2017-11-262-119/+98
|/
* Refactor `build.sc` to pull out common `ScalaModule` code into a separate traitLi Haoyi2017-11-265-19/+43
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-261-5/+8
|\
| * fix #6 include project classes to incremental compilation classpath (#20)Nikolay Tatarinov2017-11-261-5/+8
* | bring back ScalaModule#run, bring back TaskModule now with a new defaultComma...Li Haoyi2017-11-265-14/+24
|/
* improve task failure pretty-printingLi Haoyi2017-11-251-21/+16
* Remove `TaskModule`, make default-task selection to be by-name (tentatively h...Li Haoyi2017-11-254-36/+25
* - Make `Discovered` logic use the public getter of a `val` field, instead of ...Li Haoyi2017-11-259-134/+170
* add link to Deprecating the Observer PatternLi Haoyi2017-11-251-0/+3
* Streamline cross-build Scala syntax to avoid the unnecessary `List(...)` wrapperLi Haoyi2017-11-255-20/+48
* Fix cross-build discoveryLi Haoyi2017-11-253-19/+17
* Swap over to using `java.nio` APIs to make self-executable jars, instead of s...Li Haoyi2017-11-253-20/+24
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-253-4/+28
|\
| * Allow the definition of a prependShellScript in a ScalaModule (#13)André Duarte2017-11-253-4/+28
* | Swap out all our `Either[String, Seq[String]]`s for `Mirror.Segment`sLi Haoyi2017-11-254-32/+42
* | First pass at some cross-build resolving tests, not all passing yetLi Haoyi2017-11-252-3/+68
* | Unit tests for `Main.resolve`Li Haoyi2017-11-252-36/+95
|/
* Merge PR #15: first attempt to refactor Main.apply()Li Haoyi2017-11-252-90/+128
|\
| * commentsandrea2017-11-252-55/+53
| * first attempt to refactor Main.apply()andrea2017-11-242-77/+119
* | First pass at simplifying test suite definition & runningLi Haoyi2017-11-255-5/+24
* | First pass at simplifying test suite definition & runningLi Haoyi2017-11-255-24/+34
* | add release criteriaLi Haoyi2017-11-241-1/+24
* | more readme tweaksLi Haoyi2017-11-241-9/+6
* | more readme tweaksLi Haoyi2017-11-241-0/+72
* | tweak readmeLi Haoyi2017-11-241-6/+18
|/
* add logo & generating scriptLi Haoyi2017-11-233-1/+42
* Fixes #1. Don't log "Running" of skipped target (#11)Nikolay Tatarinov2017-11-231-7/+26
* Fix idea project generation again...Li Haoyi2017-11-231-1/+1