aboutsummaryrefslogtreecommitdiff
path: root/libraries/capture_args
Commit message (Collapse)AuthorAgeFilesLines
* start modularizing cbt into librariesChristopher Vogt2017-03-273-15/+30
| | | | | | | | | | 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.
* more appropriate file nameChristopher Vogt2017-03-031-0/+1
|
* add capture_args macro for type-safe embedding of stringly typed apisChristopher Vogt2017-03-012-0/+61