aboutsummaryrefslogtreecommitdiff
path: root/libraries/reflect
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #471 from cvogt/2.12-readyJan Christopher Vogt2017-04-021-1/+1
|\ | | | | 2.12 ready
| * type-safe aliases for non cbt librariesChristopher Vogt2017-04-021-1/+1
| |
* | hopefully more self-explanatory nameChristopher Vogt2017-04-011-4/+4
|/
* minor reflection related refactorChristopher Vogt2017-03-283-21/+31
|
* start modularizing cbt into librariesChristopher Vogt2017-03-274-0/+194
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.