aboutsummaryrefslogtreecommitdiff
path: root/stage2/BuildBuild.scala
Commit message (Expand)AuthorAgeFilesLines
* prevent classClassLoaders for builds, currently not supportedChristopher Vogt2017-04-021-0/+3
* propagate scala versions into aliased dependenciesChristopher Vogt2017-04-021-1/+1
* start modularizing cbt into librariesChristopher Vogt2017-03-271-17/+1
* ScalaPB pluginChristopher Vogt2017-03-241-0/+1
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-87/+3
* Merge pull request #447 from cvogt/chrisJan Christopher Vogt2017-03-191-9/+4
|\
| * Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-191-9/+4
* | Add scalafix plugin with example project and testsIlya Kirillov2017-03-191-0/+1
|/
* fix file watching for realChristopher Vogt2017-03-121-2/+1
* revamp loop featureChristopher Vogt2017-03-121-3/+4
* fix broken format stringChristopher Vogt2017-03-111-1/+1
* Google Java Format pluginChristopher Vogt2017-03-111-0/+1
* Make GitDependency and DirectoryDependency simply return Build objectsChristopher Vogt2017-03-111-4/+4
* extract re-usable parts of cbt’s own build into Shared pluginChristopher Vogt2017-03-111-0/+7
* make plugin aliases available in Plugin buildsChristopher Vogt2017-03-041-14/+21
* add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-011-0/+1
* top-level instead of anonymous classesChristopher Vogt2017-02-191-0/+2
* allow DirectoryDependencies on BuildBuildsChristopher Vogt2017-02-181-1/+8
* add package to generated Build in build.scala and in-package discoveryChristopher Vogt2017-02-151-8/+22
* add typed constants for build directory and file and use them everywhereChristopher Vogt2017-02-151-6/+6
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-2/+2
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-1/+1
* 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