- CTRL F for TODO
- Includes for std:: and lf:: need tidying
- Docs need updating
- Readme needs updating
- reduce algorithm.
- check comments for broken formatting.
- review:
std::
includes in schedule/root. - review:
libfork/
includes.
Main README:
- README.md: explicit scheduling.
- README.md:
co_await resume_on(...)
. - README.md: compiler explorer with
single_header.hpp
- README.md: fix links to docs
Other:
- Add vcpkg to hacking/building.
- Add recursive clone to hacking/building.
- Catalog deps for compilation (i.e pkg-config) (fresh ubuntu wsl).
- Benchmarks README.md
- Release notes/changes.
- CI:
-fno-exceptions
test. - CI: check
single_header.hpp
is up to date. -
lf::tail
. - Stack-tracing: Logging at call-site (
std::source_location
). - Stack-tracing: Walk stack function.
- Stack-tracing: Signal handler.
- Detect stack overflows in debug mode.
-
scan
algorithm.