index
:
issim
main
Unnamed repository; edit this file 'description' to name the repository.
Julian Blake Kongslie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aisa
/
coroutine.h
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-06-25
Remove unneeded std::move calls.
Julian Blake Kongslie
1
-2
/
+2
2022-06-25
Include what you use.
Julian Blake Kongslie
6
-29
/
+56
2022-06-25
Move git tag generation entirely into the Makefile.
Julian Blake Kongslie
2
-17
/
+15
2022-06-25
Marginally safer 'find' invocation for finding subcomponents.
Julian Blake Kongslie
1
-1
/
+1
2022-06-25
Remove aisa::suspend() which was trivial.
Julian Blake Kongslie
2
-4
/
+4
2022-06-25
Reorganize Makefile.
Julian Blake Kongslie
1
-17
/
+23
2022-06-25
Support header-only components.
Julian Blake Kongslie
2
-20
/
+22
2022-06-25
Move EvalState and the eval coroutines to a separate header.
Julian Blake Kongslie
3
-39
/
+47
2022-06-25
Testing some actual support for destinations and custom steps.
Julian Blake Kongslie
2
-43
/
+64
2022-06-25
Demo for a coroutine-based step evaluator.
Julian Blake Kongslie
4
-7
/
+243
2022-06-25
Move get-git-tag to a tools subdirectory.
Julian Blake Kongslie
2
-1
/
+1
2022-06-25
Makefile rework, supporting "nested" components.
Julian Blake Kongslie
1
-17
/
+25