summaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* cmake: remove framing generation from cmakeAlan Antonuk2021-04-201-3/+0
| | | | | | This will be replaced with some sort of shell script. Signed-off-by: GitHub <noreply@github.com>
* ci: add format check to travis-ci build matrixAlan Antonuk2017-12-051-0/+3
| | | | | | Add a check that validates that running clang-format across the codebase does not produce diffs. This will (hopefully) reduce the amount of effort spent formatting stuff during PR reviews.
* Use https for codegen submodule URI protocolAlan Antonuk2013-01-151-1/+1
| | | | | https is more likely to be allowed through corporate firewalls than the git protocol
* Add rabbitmq-codegen as a submoduleMichael Steinert2012-05-171-0/+3
The following commands can be used to update the submodule: $ git submodule init $ git sumodule update Signed-off-by: Michael Steinert <mike.steinert@gmail.com>