| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | example/heartbeat: Add signal handling | William A. Kennington III | 2019-03-29 | 1 | -0/+11 |
| | | | | | | | | | | This makes the example a little more interesting as we now have multiple sources and we can analyze memory safety with valgrind by just sending a SIGINT to quit cleanly. Change-Id: Id15fe58f798d3b137f91228025f48a5e4cd5fc50 Signed-off-by: William A. Kennington III <wak@google.com> | ||||
| * | example/heartbeat: Refactor | William A. Kennington III | 2018-09-26 | 1 | -8/+13 |
| | | | | | | | | | | | | This cleans up the clock and time source declarations by defining the ClockId and Timer types up front. Tested: Built the example and it runs as expected. Change-Id: I67326f5804f8eea54624150f6aa5d735bbde05fd Signed-off-by: William A. Kennington III <wak@google.com> | ||||
| * | source/base: Improve some method types | William A. Kennington III | 2018-07-23 | 1 | -1/+1 |
| | | |||||
| * | example/heartbeat: Show a time example | William A. Kennington III | 2018-07-19 | 1 | -0/+35 |

