Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-17 | tests: Name coroutines foo_cr, not cr_foo | Luke T. Shumaker | |
This makes debugging failing tests easier because gdb-helpers/libcr.py assumes that anything starting with cr_* is internal to libcr. | |||
2025-02-23 | Complete TODO comments and documentation | Luke T. Shumaker | |
2025-02-21 | Make use of the generated stack.c | Luke T. Shumaker | |
2024-12-26 | libcr: Tell GCC that coroutine_table[n].name might not be nul-terminated | Luke T. Shumaker | |
2024-11-25 | libcr: Return if all coroutines exit | Luke T. Shumaker | |
2024-11-25 | libcr: Add very basic tests | Luke T. Shumaker | |