summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* switch to T.sources for the routesFiles settingJean Helou2019-02-1411-41/+135
* Documentation section for the Play! moduleJean Helou2019-02-141-0/+59
* Adjusts the main build file to match the new playlib module designJean Helou2019-02-141-2/+36
* Updates the test of the play lib moduleJean Helou2019-02-142-3/+25
* Adds the specialized workersJean Helou2019-02-142-0/+122
* Adds the api submoduleJean Helou2019-02-141-0/+26
* Reworks the toplevel playlib moduleJean Helou2019-02-143-139/+146
* rebase on masterJean Helou2019-02-142-6/+8
* Add playlib (we do not want to replace twirllib)Guillaume Grossetie2019-02-141-1/+1
* Keep twirllib moduleGuillaume Grossetie2019-02-145-4/+7
* Load/convert instances from classloaderGuillaume Grossetie2019-02-142-9/+32
* Create a Play! module to compile the routerGuillaume Grossetie2019-02-147-2/+227
* Properly strip scaladoc end tagsTobias Roeser2019-02-111-0/+2
* Only hold weak references to classloaders in internal cacheTobias Roeser2019-02-111-7/+14
* Corrected Java example: sources -> allSourcesTobias Roeser2019-02-111-1/+1
* Fixed typoTobias Roeser2019-02-101-1/+1
* Fixed typoMichael Genereux2019-02-101-1/+1
* Updated ChangelogTobias Roeser2019-02-081-0/+4
* Also export compileIvyDeps as provided scopeTobias Roeser2019-02-081-1/+9
* Added compiler-classpath properties to generated IntelliJ xml files (#531)andres-pipicello-olx2019-01-312-11/+59
* Update readme.mdLi Haoyi2019-01-221-1/+1
* Update readme.mdLi Haoyi2019-01-221-0/+4
* PublishModule: add --gpgKeyName flag (#530)lxohi2019-01-213-16/+24
* 0.3.60.3.6Li Haoyi2019-01-172-3/+3
* Fixed #511.Robby2019-01-152-7/+3
* Fixed GenIdea library path to use file:// if it is not a jar file (otherwise ...Robby2019-01-141-1/+1
* More improvements to ZincWorkerImpl (#526)Li Haoyi2019-01-113-16/+33
* Update ZincWorkerImpl.scalaLi Haoyi2019-01-091-6/+6
* Allow usage of ZincWorkerImpl without hashing files (#525)Li Haoyi2019-01-091-2/+39
* adding support for customizable constructor annotations, codec and "inclusive...Iurii Malchenko2019-01-047-47/+133
* Added changelog entryTobias Roeser2018-12-211-1/+4
* Also added failFast test casesTobias Roeser2018-12-212-2/+71
* Added cmdline option -k/--keep-goingTobias Roeser2018-12-216-13/+31
* Introduced new failFast parameter to Evaluator with default `true`Tobias Roeser2018-12-212-10/+33
* Updated changelogTobias Roeser2018-12-211-0/+19
* Detailed the difference between Failure and ExceptionTobias Roeser2018-12-201-1/+9
* Added some docs to result typeTobias Roeser2018-12-201-9/+35
* Fixed typo and added class linkTobias Roeser2018-12-201-2/+2
* Avoid unnecessary dependency downloading by providing fetches per cache polic...gehnaphore2018-12-2010-21/+128
* bump Ammonite versionLi Haoyi2018-12-192-2/+2
* Merge branch 'master' into bump-zincLi Haoyi2018-12-19179-354/+640
|\
| * Generalize Zinc Worker (#514)Li Haoyi2018-12-1833-291/+248
| * fix GenIdea to create required folders (#510)dohrayme2018-12-141-1/+1
| * Discover - break overridesRoutes into fixed size chunks (#509)Gregor Uhlenheuer2018-12-146-3/+325
| * Fixed plugin usage docs for mill-osgiTobias Roeser2018-12-141-2/+5
| * Added doc to version targetTobias Roeser2018-12-141-0/+4
| * Bump Mill Scala version to 2.12.8 (#507)Li Haoyi2018-12-121-2/+2
| * collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-12170-2/+2
* | bump zinc 1.2.1 -> 1.2.5bump-zincLi Haoyi2018-12-192-2/+2
|/
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-1279-523/+878