Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Header refactoring: ticker module - remove from the catchall and unify. | David Goldblatt | 2017-04-24 | 1 | -0/+2 |
| | |||||
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -4/+4 |
| | | | | This resolves #564. | ||||
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -2/+2 |
| | | | | This resolves #540. | ||||
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -8/+4 |
| | | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | ||||
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -1/+0 |
| | | | | This resolves #535. | ||||
* | Implement ticker. | Jason Evans | 2016-02-20 | 1 | -0/+76 |
Implement ticker, which provides a simple API for ticking off some number of events before indicating that the ticker has hit its limit. |