summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* rename Cached#v -> valueLi Haoyi2018-04-101-1/+1
* - Swap client-server integer encoding over to a more standard format (32-bit)Li Haoyi2018-04-093-17/+19
* caffeine core and guava tests seem to passLi Haoyi2018-04-091-2/+2
* mergeLi Haoyi2018-04-086-44/+150
|\
| * Adds envVars propagation client -> serverOlivier Melois2018-03-294-10/+21
* | explicitly disable clientserver tests on windowsLi Haoyi2018-04-081-75/+77
* | remove clientserver from ci since those tests are now in mainLi Haoyi2018-04-071-1/+2
* | Merge commit '36eb8bd6bfd534d002b01f8800e4b5d896aa4e77' into client-javaLi Haoyi2018-04-073-1/+48
|\ \
| * | - Add `mill version` commandLi Haoyi2018-04-063-1/+48
* | | migrate client module onto new JavaModule traitLi Haoyi2018-04-072-19/+24
* | | first pass at moving mill client over to JavaModuleLi Haoyi2018-04-074-3/+308
* | | Merge branch 'master' into restore-masterRobby2018-04-072-5/+5
|\ \ \ | |/ / |/| |
| * | try to fix buildLi Haoyi2018-04-061-3/+3
| * | fix buildLi Haoyi2018-04-061-2/+2
* | | Detect sh/batch launcher, dev.assembly, and release filename.Robby2018-03-311-1/+5
|/ /
* / Universal script generation for assembly, launcher, and release (#264)Pierre Kisters2018-03-291-18/+34
|/
* Windows client/server improvements (#262)Robby2018-03-291-0/+9
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-251-10/+7
|\
| * try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-251-10/+7
* | update bump Ammonite to 1.1.0 stableLi Haoyi2018-03-251-1/+1
* | bump upickle, ammonite versionsLi Haoyi2018-03-251-38/+40
* | update to latest Ammonite using latest upickle RCLi Haoyi2018-03-242-2/+2
|/
* allow '-' char to be in cross selectorsrockjam2018-03-201-2/+3
* Batch (.bat) file generation for assembly, launcher, and release (#243)Robby2018-03-202-11/+26
* Java 9 optimization by caching rt.jar (#239)Robby2018-03-196-7/+15
* Skip signature files in assembly (#232)Gabriele Petronella2018-03-171-3/+8
* Windows non-interactive (client/server) support, and fix assembly and posix f...Robby2018-03-162-12/+16
* MainModule/resolve: print results sorted alphabetically (#216)Shani Elharrar2018-03-101-1/+1
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-102-2/+7
* Added AppVeyor configuration and made JavaCompilerJarTests compatible with Wi...Robby2018-03-071-4/+4
* Fixes for Windows. (#205)Robby2018-03-061-3/+3
* - Rename `describe` to `inspect` for consistency with SBTLi Haoyi2018-03-041-5/+71
* Introduced the `mill plan foo.bar` command, which shows you what the executio...Li Haoyi2018-03-041-0/+16
* fix testsLi Haoyi2018-03-032-7/+7
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-033-77/+88
* Port Mill client over to JavaLi Haoyi2018-02-262-55/+2
* force build REPL to be run using -i/--interactiveLi Haoyi2018-02-261-27/+33
* bump Ammonite versionLi Haoyi2018-02-251-30/+30
* print help text & parse errors to the correct output streamLi Haoyi2018-02-251-2/+2
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-255-25/+45
* cache hashCodes as part of meta.json to avoid needlessly re-hashing thingsLi Haoyi2018-02-252-3/+6
* Save the signature of a `PathRef` to avoid re-stating files every time they a...Li Haoyi2018-02-251-1/+1
* Changed the default home location (#163)Olivier Mélois2018-02-251-3/+5
* Update ScriptTestSuite.scalaLi Haoyi2018-02-241-1/+1
* Fix `-w` using the new client-server modeLi Haoyi2018-02-242-10/+2
* Properly propagate exit codes from server output to clientLi Haoyi2018-02-242-3/+3
* better error messages when you run interactive commands without -iLi Haoyi2018-02-242-18/+28
* Implement `-i` flag to allow interactive usageLi Haoyi2018-02-242-3/+21
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-246-322/+129
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-222-2/+2