aboutsummaryrefslogtreecommitdiff
path: root/stage2/BuildBuild.scala
Commit message (Expand)AuthorAgeFilesLines
* memoize task results across classes within a single runChristopher Vogt2017-02-091-2/+1
* Remove dead code. It does not look like the elses are needed.Christopher Vogt2016-11-131-15/+5
* minor refactoring using shorter namesChristopher Vogt2016-11-131-5/+5
* Assert right build class. Fixes #174Christopher Vogt2016-11-131-0/+5
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-3/+14
* this doesn't need managedContextChristopher Vogt2016-11-081-8/+9
* Sonatype release plugin (#247)Nikolay Tatarinov2016-10-031-0/+1
* WartRemover plugin implementation (#167)Mario Pastorelli2016-09-141-0/+1
* load builds of built-in plugins lazilyChristopher Vogt2016-09-131-6/+6
* better error message for missing build.scala and missing class BuildChristopher Vogt2016-09-121-6/+8
* work correctly in the presence of empty build foldersChristopher Vogt2016-09-121-1/+5
* better error message when you forget to extend BaseBuildChristopher Vogt2016-09-121-39/+40
* uber-jar plugin implementationrockjam2016-06-241-0/+1
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-231-0/+1
* scalariform plugin naive implementationrockjam2016-06-201-0/+1
* refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-191-0/+1
* better name for DirectoryDependencyChristopher Vogt2016-06-191-2/+2
* separate sbt layout and scalatest plugins and create a more general plugin ar...Christopher Vogt2016-06-151-6/+11
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-2/+1
* support for git dependencies on projects in subdirectoriesChristopher Vogt2016-06-151-6/+7
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-151-1/+1
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-17/+55
* Fix stage2 classloader not being stored in transient cacheChristopher Vogt2016-04-071-9/+7
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-4/+4
* Better error message when build folder does not contain Build classChristopher Vogt2016-04-031-0/+2
* Implement alternative resolversChristopher Vogt2016-04-031-1/+4
* replace two level classloader with hierarchyChristopher Vogt2016-03-191-1/+5
* minor enhancements to classloadingChristopher Vogt2016-03-191-1/+1
* Add feature for starting the Scala REPL in arbitrary versions, propagate logg...Christopher Vogt2016-03-091-1/+1
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-1/+2
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+17