| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| | | | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||
| * | refactor: split executor.c into two files | Dundar Göc | 2021-10-26 |