summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump Ammonite version0.3.5Li Haoyi2018-11-198-21/+20
|
* fix docs build for realLi Haoyi2018-11-071-6/+6
|
* fix docs buildLi Haoyi2018-11-071-6/+5
|
* .0.3.4Li Haoyi2018-11-061-3/+3
|
* .Li Haoyi2018-11-061-1/+1
|
* bump ammonite/os-libLi Haoyi2018-11-061-1/+1
|
* Merge branch 'rebootstrap' into testLi Haoyi2018-11-067-25/+26
|\
| * bump bootstrap versionLi Haoyi2018-11-061-1/+1
| |
| * 0.3.4Li Haoyi2018-11-066-24/+25
| |
| * mergeLi Haoyi2018-11-065-116/+111
| |\
* | \ mergeLi Haoyi2018-11-067-134/+113
|\ \ \ | |/ / |/| / | |/
| * improving twirl (#473)Iurii Malchenko2018-11-025-118/+115
| | | | | | | | | | | | * improving twirl support: default imports, better `compileTwirl().classes` value * twirl module doc edits
* | bump ammonite integration test version, remove 2.11.8 build since it blows ↵Li Haoyi2018-11-064-37/+196
| | | | | | | | up mysteriously
* | fix assembly path handling, swap out Jvm.scala's custom subprocess handling ↵Li Haoyi2018-11-0510-123/+121
| | | | | | | | with os.proc
* | WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-05105-796/+708
|/ | | | __.compile works, haven't run tests yet
* 0.3.30.3.3Li Haoyi2018-11-021-1/+3
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-11-0223-107/+734
|\
| * Add tut contrib module (#464)David Gregory2018-10-317-1/+337
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add tut contrib module * Add TutModule tests and documentation * Use Path instead of PathRef for tut target directory * Use the correct scala version in TutModule * Ensure resolving tut doesn't bring in extra scala-library jars * Ensure MILL_VERSION system property is set in tut tests * Fork to run tut to fix classpath problems, add test with library usage * Follow convention w.r.t. publishVersion in testArgs * Add Scaladoc to TutModule * Don't supply a default version of Tut * Update docs to account for mandatory tutVersion setting * Inline tutArgs, otherwise Tut does not recompile when sources change
| * Added a section about debug logging to documentationTobias Roeser2018-10-301-0/+3
| |
| * Added changelog entryTobias Roeser2018-10-301-0/+7
| |
| * Added new cmdline option --debug,-d to enable debug logTobias Roeser2018-10-305-9/+24
| |
| * Added additional debug log channel (default: log-file only)Tobias Roeser2018-10-307-19/+47
| |
| * Added some source docsTobias Roeser2018-10-291-1/+12
| |
| * Fixed typoTobias Roeser2018-10-291-1/+3
| |
| * Add createJar() ScalaDocJim Lawson2018-10-281-0/+13
| |
| * Evaluate filterJar() task.Jim Lawson2018-10-281-1/+1
| |
| * Add a filter parameter (default true for all files) to createJar().Jim Lawson2018-10-282-2/+13
| | | | | | | | Add createJar() filter test.
| * adding TwirlModule docsIurii Malchenko2018-10-281-1/+149
| |
| * Added docs for TestNG support and sorted contrib modulesTobias Roeser2018-10-281-25/+42
| |
| * Fixed links in documentationTobias Roeser2018-10-261-4/+3
| |
| * Fixed formatting of code blockTobias Roeser2018-10-261-13/+13
| |
| * Re-organized thirdparty plugin sectionTobias Roeser2018-10-261-77/+91
| | | | | | | | | | Each plugin is a level-3 section, that appears also in TOC. Plugins are in alphabetical order.
| * Fixed some markdown formattingTobias Roeser2018-10-211-17/+19
| |
| * Added mill-osgi module to documentation, contrib modulesTobias Roeser2018-10-211-0/+21
| |
* | bump ammonite versionLi Haoyi2018-11-021-1/+1
| |
* | Fix https://github.com/lihaoyi/mill/issues/475Li Haoyi2018-11-023-15/+53
|/
* 0.3.20.3.2Li Haoyi2018-10-202-2/+2
|
* Added mill-publishM2 module (#467)Tobias Roeser2018-10-201-0/+36
|
* 0.3.10.3.1Li Haoyi2018-10-191-0/+4
|
* Allow use of inferred main classes when building self-executing assembliesLi Haoyi2018-10-191-1/+1
|
* 0.3.00.3.0Li Haoyi2018-10-183-4/+4
|
* 0.2.90.2.9Li Haoyi2018-10-181-0/+11
|
* bump ammonite version againLi Haoyi2018-10-182-2/+2
|
* bump Ammonite versionLi Haoyi2018-10-186-53/+55
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-10-1813-14/+54
|\
| * Configure Idea project generator per module (#458)Tobias Roeser2018-10-092-2/+9
| | | | | | | | | | | | | | | | * Sketched how to skip some projects from Idea project generator * Better trait comment * Moved skipIdea flag into JavaModule
| * fix for allowing subgroups of a given staging profile (#441)Brandon Elam Barker2018-10-051-1/+2
| |
| * Example how to make case class serializable (#450)Tobias Roeser2018-10-051-0/+10
| | | | | | | | | | | | * Example how to make case class serializable * Fixed typo in docs
| * Elaborate docs on using traits v classes for modules (#449)Julian Michael2018-10-051-1/+5
| |
| * minor typo in doc: four->three (#444)Brandon Elam Barker2018-10-021-1/+1
| |