aboutsummaryrefslogtreecommitdiff
path: root/libraries/file
Commit message (Collapse)AuthorAgeFilesLines
* Add ScalaXRay (sxr) pluginChristopher Vogt2017-04-051-2/+3
|
* verify classpath feature to identify duplicate classesChristopher Vogt2017-04-021-6/+6
|
* use scalariform from github master which fixes indentation bugChristopher Vogt2017-04-021-6/+6
|
* type-safe aliases for non cbt librariesChristopher Vogt2017-04-021-1/+1
|
* start modularizing cbt into librariesChristopher Vogt2017-03-273-0/+125
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.