summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of code from headers to separate compilation units.Julian Blake Kongslie2022-06-267-37/+88
* Significant changes, and a working "ISA" that just computes fib(n).Julian Blake Kongslie2022-06-268-133/+759
* Use a separate EvalContext structure for holding some state.Julian Blake Kongslie2022-06-252-9/+24
* Remove unneeded std::move calls.Julian Blake Kongslie2022-06-251-2/+2
* Include what you use.Julian Blake Kongslie2022-06-256-29/+56
* Move git tag generation entirely into the Makefile.Julian Blake Kongslie2022-06-252-17/+15
* Marginally safer 'find' invocation for finding subcomponents.Julian Blake Kongslie2022-06-251-1/+1
* Remove aisa::suspend() which was trivial.Julian Blake Kongslie2022-06-252-4/+4
* Reorganize Makefile.Julian Blake Kongslie2022-06-251-17/+23
* Support header-only components.Julian Blake Kongslie2022-06-252-20/+22
* Move EvalState and the eval coroutines to a separate header.Julian Blake Kongslie2022-06-253-39/+47
* Testing some actual support for destinations and custom steps.Julian Blake Kongslie2022-06-252-43/+64
* Demo for a coroutine-based step evaluator.Julian Blake Kongslie2022-06-254-7/+243
* Move get-git-tag to a tools subdirectory.Julian Blake Kongslie2022-06-252-1/+1
* Makefile rework, supporting "nested" components.Julian Blake Kongslie2022-06-251-17/+25
* Initial commit.Julian Blake Kongslie2022-06-237-0/+115