summaryrefslogtreecommitdiffstats
path: root/test/unit/ticker.c
Commit message (Collapse)AuthorAgeFilesLines
* Header refactoring: ticker module - remove from the catchall and unify.David Goldblatt2017-04-241-0/+2
|
* Replace tabs following #define with spaces.Jason Evans2017-01-211-4/+4
| | | | This resolves #564.
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
| | | | This resolves #540.
* Update brace style.Jason Evans2017-01-211-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 Evans2017-01-131-1/+0
| | | | This resolves #535.
* Implement ticker.Jason Evans2016-02-201-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.