aboutsummaryrefslogtreecommitdiff
path: root/stage1/resolver.scala
Commit message (Expand)AuthorAgeFilesLines
* add basic support for maven version rangesChristopher Vogt2017-06-221-1/+14
* add process library with extracted and new functionsChristopher Vogt2017-06-151-17/+9
* verify classpath feature to identify duplicate classesChristopher Vogt2017-04-021-2/+3
* make .scala sources 2.12 compatibleChristopher Vogt2017-04-011-7/+7
* add support for forking the jvm process when invoking a main classChristopher Vogt2017-03-281-0/+8
* minor reflection related refactorChristopher Vogt2017-03-281-9/+13
* performance: avoid compiling regex every timeChristopher Vogt2017-03-271-1/+1
* performance: cache moduleKey and make it’s string concat quickerChristopher Vogt2017-03-271-4/+4
* performance tweak: cache maven URI pathChristopher Vogt2017-03-271-2/+3
* performance tweak: cache hashes in memoryChristopher Vogt2017-03-271-4/+9
* performance tweak: cache lastModifiedChristopher Vogt2017-03-271-1/+3
* performance tweak: cache results of parsed pom files in memoryChristopher Vogt2017-03-271-3/+10
* performance tweak: cache classloaderChristopher Vogt2017-03-271-1/+1
* performance tweak: cache dependencyClasspath (major)Christopher Vogt2017-03-271-5/+7
* io performance tweak: cache cbtLastModifiedChristopher Vogt2017-03-271-2/+1
* explicitly convert to Vector everywhere for hopefully performanceChristopher Vogt2017-03-271-1/+1
* start modularizing cbt into librariesChristopher Vogt2017-03-271-15/+14
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-0/+6
* get rid of NameTransformer in favor of using Scala’s oneChristopher Vogt2017-03-191-1/+2
* Merge pull request #441 from cvogt/various-changesJan Christopher Vogt2017-03-171-0/+1
|\
| * better show for PostBuildDependencyChristopher Vogt2017-03-171-0/+1
* | Replace dependencies feature for conflict resolutionChristopher Vogt2017-03-171-32/+36
|/
* recursive pom variable substitutionPiotr Trzpil2017-03-151-18/+24
* fix file watching for realChristopher Vogt2017-03-121-2/+0
* more concise runMain in more placesChristopher Vogt2017-03-091-2/+2
* make sure binary dependencies existChristopher Vogt2017-03-071-1/+2
* support resolving unsigned dependenciesChristopher Vogt2017-03-061-4/+4
* equality for BoundMavenDependencyChristopher Vogt2017-02-271-0/+5
* remove dead codeChristopher Vogt2017-02-271-7/+0
* minor logging improvementsChristopher Vogt2017-02-271-1/+4
* important fixme message for usability issueChristopher Vogt2017-02-271-0/+4
* colors for resolving loggingChristopher Vogt2017-02-221-1/+1
* support flatClassLoader and run at Dependency levelChristopher Vogt2017-02-141-0/+13
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-25/+32
* remove some unnecessary Context fields while we are modifying contextChristopher Vogt2017-02-131-2/+4
* various smaller changesChristopher Vogt2017-02-091-2/+3
* idempotent change propagationChristopher Vogt2017-02-091-55/+47
* memoize task results across classes within a single runChristopher Vogt2017-02-091-48/+54
* make full dependencies available to compile instead of only classpathChristopher Vogt2017-02-011-2/+2
* replace flawed concurrent hashmap cache with consistent replacementChristopher Vogt2017-02-011-2/+0
* Remove classifier from pom files.mchav2016-11-251-12/+11
* fix java.lang.LinkageError due to cache invalidation bugChristopher Vogt2016-11-091-3/+10
* make BuildInterfaces an abstract class so it can have default valuesChristopher Vogt2016-10-031-2/+2
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-8/+4
* Fix BoundMavenDependency string representationChristopher Vogt2016-05-031-1/+2
* Convenience factory methods for ResolversChristopher Vogt2016-05-031-13/+13
* Fix use compatibility interfaces from main cbtChristopher Vogt2016-04-291-2/+4
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-155/+94
* minor improvements to docs, imports, visibilitiesChristopher Vogt2016-04-281-5/+6
* remove dead codeChristopher Vogt2016-04-281-13/+0