| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Format: Run the new clang format on everything | 2018-01-20 | 1 | -1/+1 | |
| | | |||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -2/+1 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -9/+14 | |
| | | |||||
| * | Asserts: break/crash program, fit to style guide; log.h->assert.h | 2015-02-10 | 1 | -0/+1 | |
| | | | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | ||||
| * | Common: Fix SCOPE_EXIT to actually create unique identifiers. | 2015-01-30 | 1 | -1/+3 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -1/+1 | |
| | | |||||
| * | Add SCOPE_EXIT macro to conveniently execute cleanup actions | 2014-12-13 | 1 | -0/+37 | |