aboutsummaryrefslogtreecommitdiff
path: root/stage2/DirectoryDependency.scala
Commit message (Collapse)AuthorAgeFilesLines
* minor fix to error messagesChristopher Vogt2017-06-151-1/+1
|
* scalatest plugin for 2.12 (and move most code from plugin into library)Christopher Vogt2017-03-301-2/+6
|
* minor reflection related refactorChristopher Vogt2017-03-281-1/+1
|
* start modularizing cbt into librariesChristopher Vogt2017-03-271-1/+1
| | | | | | | | | | this extracts certain parts of cbt into stand-alone libraries, which can be published to maven and used outside of cbt. This also adds scalariform for these parts of the code. This slows down cbt’s own build a lot because of the number of projects involved! So we’ll follow this by a bunch of performance tweak commits.
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-0/+124
THis is mostly cleanup and a little bit feature. Before it was done partially in 3 places, BuildBuild, loadRoot and GitDependency. Now DirectoryDependencies also support referencing sub-builds. Also introduce scalariform for the first few files of cbt's core code :).