aboutsummaryrefslogtreecommitdiff
path: root/stage1/resolver.scala
Commit message (Collapse)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 ↵Christopher Vogt2016-03-191-2/+5
| | | | caching classloaders hierarchically without deadlocks
* 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
| | | | pair coded with @chavxo
* fixed previously too naive pom inheritance logic to properly handle ↵Christopher Vogt2016-03-171-9/+33
| | | | | | properties and dependencyManagement pom inheritance features pair-coded with @chavxo
* sort transitiveDependencies by exported classpath for hopefully more ↵Christopher Vogt2016-03-121-2/+7
| | | | determinism between dev machines and circle ci
* Merge remote-tracking branch 'origin/master' into farmdawg/zinc-exit-codesChristopher Vogt2016-03-121-25/+86
|\ | | | | | | | | | | # Conflicts: # stage1/Stage1Lib.scala # stage1/resolver.scala
| * 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 dependencies
| | * Improved how to express dependenciesChristopher Vogt2016-03-121-25/+32
| | | | | | | | | | | | | | | | | | Add - Constructor syntax for cross-scala-version dependencies (as rightfully requested on reddit) and encouraged over SBT's still supported operator syntax - Add support for classifiers other than "sources"
| * | A draft implementation that runs builds concurrently (probably buggy right ↵Christopher Vogt2016-03-121-0/+54
| |/ | | | | | | now). Is CBT "reactive" now ;)?
* / minor simplification renamesChristopher Vogt2016-03-121-2/+2
|/
* Add feature for starting the Scala REPL in arbitrary versions, propagate ↵Christopher Vogt2016-03-091-16/+22
| | | | logger as implicits
* 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
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+264