| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format to all C++ files | Finlay Davidson | 2022-06-05 | 1 | -2/+1 |
| | | |||||
| * | AlarmController: allow loss of precision for alarmTime cast | Reinhold Gschweicher | 2022-03-29 | 1 | -1/+2 |
| | | | | | | Allow a loss of precision if the system clock has a lower resolution than nanoseconds. This is the case for web assembly. | ||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | ||||
| * | Fixes per Riksu9000's feedback | Mark Russell | 2021-09-16 | 1 | -3/+3 |
| | | |||||
| * | License header fix, add missing braces | Mark Russell | 2021-09-13 | 1 | -2/+7 |
| | | |||||
| * | Fixes based on code reviews (formatting, UI code) | Mark Russell | 2021-09-13 | 1 | -29/+20 |
| | | |||||
| * | Created basic alarm app | Mark Russell | 2021-09-10 | 1 | -0/+118 |
