aboutsummaryrefslogtreecommitdiff
path: root/stage1/resolver.scala
Commit message (Expand)AuthorAgeFilesLines
* avoid repeated filesystem lookups for maven dependenciesChristopher Vogt2016-03-191-1/+2
* maybe we were caching too muchChristopher Vogt2016-03-191-1/+1
* minor enhancements to classloadingChristopher Vogt2016-03-191-3/+4
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-2/+5
* classloader for maven dependency can now cache it's own jar as wellChristopher Vogt2016-03-191-3/+5
* Add support for git dependenciesChristopher Vogt2016-03-181-1/+2
* fixed previously too naive pom inheritance logic to properly handle propertie...Christopher Vogt2016-03-171-9/+33
* sort transitiveDependencies by exported classpath for hopefully more determin...Christopher Vogt2016-03-121-2/+7
* Merge remote-tracking branch 'origin/master' into farmdawg/zinc-exit-codesChristopher Vogt2016-03-121-25/+86
|\
| * two separate merges broke this.Christopher Vogt2016-03-121-1/+1
| * Merge pull request #84 from cvogt/dependency-syntaxJan Christopher Vogt2016-03-121-25/+32
| |\
| | * Improved how to express dependenciesChristopher Vogt2016-03-121-25/+32
| * | A draft implementation that runs builds concurrently (probably buggy right no...Christopher Vogt2016-03-121-0/+54
| |/
* / minor simplification renamesChristopher Vogt2016-03-121-2/+2
|/
* Add feature for starting the Scala REPL in arbitrary versions, propagate logg...Christopher Vogt2016-03-091-16/+22
* fix duplicate classloader. one is enoughChristopher Vogt2016-03-081-5/+4
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-41/+45
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+264