aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAge
* Use env shebangs everywhere (#1515)Leonard Pollak2021-10-26
| | | | Change all shebangs to use '#!/usr/bin/env bash'. This increases portability to platforms which do not cohere to the FHS.
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01
| | | | | This is not quite complete, but it sets the stage for other protocols (such as zmq or mqtt) to be added to the project.
* Use modern $() instead of backquotes.Garrett D'Amore2017-08-14
|
* Use updated gcov tool.Garrett D'Amore2017-08-11
|
* Richer CI support on Travis, including code coverage.Garrett D'Amore2017-08-07
| | | | We use codecov.io; this seems to work well.
* No, I'm not using Sublime Text anymore, and nobody else cares.Garrett D'Amore2017-08-07
|
* Add ability to override clang format, including disable.Garrett D'Amore2017-08-07
| | | | To disable check, specify CLANG_FORMAT as off, no, or skip.
* Bind the pipe to the ep properly, and wake any closers needed.Garrett D'Amore2017-07-16
|
* Debug format-check.Garrett D'Amore2017-07-16
|
* Don't emit clang-format version by default.Garrett D'Amore2017-07-16
|
* Better support for checking clang-format version and colordiff.Garrett D'Amore2017-07-16
|
* Fixup for clang-format when run from /etc.Garrett D'Amore2017-07-16
|
* Format check needs to be executable.Garrett D'Amore2017-07-13
|
* Eliminate the separate wrapping structure for platform mtx and cv.Garrett D'Amore2017-07-11
|
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
|
* Prevent uncrustify "error" checks from trigger travis errors.Garrett D'Amore2017-01-08
| | | | | | | There are multiple different versions of uncrustify, and they do not always generate the same output. (Arguably this is due to defects in uncrustify.) So for now we punt and don't throw an error, but we do still generate the output. Pay attention to this going forward.
* Don't error if uncrustify is not present (Mac images).Garrett D'Amore2016-12-23
| | | | Don't colorize if stdout isn't a terminal.
* Ditch our own snprintf/vsnprintf (C99). Symbol naming fixes for inproc.Garrett D'Amore2016-12-21
|
* Provide Sublime Text settings, and a lot more detail about coding style, etc.Garrett D'Amore2016-12-21
|
* Add a README for the etc/ directory..Garrett D'Amore2016-12-21
|
* Another attempt at uncrustify checks.Garrett D'Amore2016-12-21
|
* More tweaks to script.Garrett D'Amore2016-12-21
|
* Travis stuff for uncrustify.Garrett D'Amore2016-12-21
|
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
code with uncrustify. (Minor adjustments.) No more arguments!