summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add closing backtick to `java.lang.Process` (#240)Jisoo Park2018-03-181-1/+1
| | | It deserves it.
* Rename 'describe' to 'inspect' in the docs, following 6336860 (#235)Gabriele Petronella2018-03-172-17/+17
|
* update readme and CI to 0.1.6rockjam2018-03-141-1/+1
|
* update readme and CI configuration to mill 0.1.5rockjam2018-03-131-1/+1
|
* Update 1 - Intro to Mill.md (#218)benjaminfrank2018-03-101-0/+8
|
* re #180 document global configuration (#200)Francis De Brabandere2018-03-051-0/+24
|
* adds arch linux package to doc/install (#194)Christian Krause2018-03-041-0/+16
| | | also adds some headers to distinguish the different installation methods
* update readmeLi Haoyi2018-03-031-1/+1
|
* docs: grammar fixes in Mill Internals (#188)Joe Hillenbrand2018-03-021-4/+4
|
* Add dsl for SCM (now called VersionControl) (#168)Guillaume Massé2018-02-283-12/+3
| | | The scm url syntax is a source of confusion for developper. I added VersionControl.github() to simplify this process. We can add other common VersionControl url scheme like Bazar, etc.
* Remove scrollbars on side menu (fix# 178) (#179)Guillaume Massé2018-02-281-2/+2
|
* Update 2 - Configuring Mill.mdLi Haoyi2018-02-271-3/+3
|
* force build REPL to be run using -i/--interactiveLi Haoyi2018-02-261-1/+1
|
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-263-9/+3
| | | | | | * Add predefined licenses from spdx * Fix License usages
* 0.1.30.1.3Li Haoyi2018-02-251-2/+2
|
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-251-1/+1
|
* 0.1.20.1.2Li Haoyi2018-02-251-1/+3
|
* Fix documentation about passing args to test runner (#158)Jeremy Apthorp2018-02-241-1/+1
| | | | | | * Fix documentation about passing args to test runner * Update 2 - Configuring Mill.md
* v. minor fix (#150)Sid Nt2018-02-221-1/+1
|
* Update 1 - Intro to Mill.mdLi Haoyi2018-02-221-1/+1
|
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-222-6/+6
| | | support multiple test frameworks
* Mention the ::: variant of ivy deps (#141)Bjørn Madsen2018-02-191-1/+3
|
* Add missing import and clarify docs on testing framework (#140)Bjørn Madsen2018-02-191-18/+19
| | | | | | * Add missing import and clarify docs on testing framework * Move `Custom test frameworks` section to `Adding a Test Suite`
* Better error messages when publishing to Sonatype (#138)Andrew Richards2018-02-191-1/+1
|
* more configuration examplesLi Haoyi2018-02-191-0/+35
|
* Add `mill dev` support to our own buildLi Haoyi2018-02-181-1/+5
| | | | Also add Ammonite `foo.repl` support to Mill
* Update 1 - Intro to Mill.mdLi Haoyi2018-02-181-2/+4
|
* Fixed small bug in example (#133)Alf Richter2018-02-181-2/+2
|
* tweak-docsLi Haoyi2018-02-183-30/+149
| | | | | | | | | | | | | | tweak-docs tweak-docs tweak-docs tweak-docs tweak-readme tweak-readme
* attempt to git pull when doing publish-local.sh to ensure tags appear locally0.1.0Li Haoyi2018-02-183-16/+28
|
* tweak-docsLi Haoyi2018-02-171-0/+16
|
* 0.1.0 docsLi Haoyi2018-02-171-1/+1
|
* Avoid printing top-level tasks twice in `mill resolve __`Li Haoyi2018-02-171-0/+5
|
* properly pass through failures from scalaworker maven resolution failuresLi Haoyi2018-02-171-1/+1
|
* fixt-readmeLi Haoyi2018-02-171-3/+3
|
* Add unit test for main method discoveryLi Haoyi2018-02-171-1/+1
|
* Include example zips in docsLi Haoyi2018-02-179-4/+71
|
* docsLi Haoyi2018-02-172-4/+11
|
* more-docsLi Haoyi2018-02-172-1/+85
|
* Resolve individual Scala files before passing them to `ScalaModule#compile`, ↵Li Haoyi2018-02-171-4/+4
| | | | to ensure other rubbish in the source folders (e.g. vim `.swp` files) do not trigger spurious recompiles
* extract on-master.py from release script, tweak docsLi Haoyi2018-02-172-1/+5
|
* add publishing automation to travisLi Haoyi2018-02-161-0/+6
|
* generate a reasonable-looking docsite using my blog codeLi Haoyi2018-02-1515-33/+533
|
* add download linkLi Haoyi2018-02-101-0/+6
|
* Set theme jekyll-theme-leap-dayLi Haoyi2018-02-105-508/+509
|
* Re-enable github artifact uploadLi Haoyi2018-02-101-74/+108
|
* fix docsLi Haoyi2018-02-106-57/+211
|
* move docs around, try to fix publishAllLi Haoyi2018-02-103-11/+168
|
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-041-1/+34
|
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-031-11/+23
|