Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace vector with fwd list | johannst | 2020-09-28 | 3 | -9/+11 |
| | |||||
* | updated demo1 | johannst | 2020-09-26 | 1 | -0/+1 |
| | |||||
* | added finished flag to thread + catch exceptions in thread entry function as ↵ | johannst | 2020-09-26 | 3 | -3/+19 |
| | | | | unwinding across entry fn would be catastrophic | ||||
* | enhance comments in thread.cc | johannst | 2020-09-26 | 1 | -21/+33 |
| | |||||
* | split makefiles | johannst | 2020-09-26 | 2 | -9/+26 |
| | |||||
* | split classes into separate files, add arch specific subdir | johannst | 2020-09-22 | 14 | -148/+185 |
| | |||||
* | added copyright header | johannst | 2020-09-22 | 7 | -2/+14 |
| | |||||
* | added asflags | johannst | 2020-09-19 | 1 | -1/+2 |
| | |||||
* | added basic executor | johannst | 2020-09-19 | 4 | -25/+59 |
| | |||||
* | fixed missing whitespace | johannst | 2020-09-19 | 1 | -2/+2 |
| | |||||
* | removed ranlib from makefile | johannst | 2020-09-19 | 1 | -2/+0 |
| | |||||
* | move yielding into Thread base class + make user fn a pure virtual fn and ↵ | johannst | 2020-09-18 | 3 | -33/+25 |
| | | | | require user to derive from Thread | ||||
* | split matcha header into h/cc file + adapt make rules | johannst | 2020-09-18 | 3 | -68/+87 |
| | |||||
* | add static libs to gitignore | johannst | 2020-09-18 | 1 | -0/+1 |
| | |||||
* | fixed typos in README | johannst | 2020-09-17 | 1 | -2/+2 |
| | |||||
* | setup new stack + basic yielding between two stacks | johannst | 2020-09-17 | 5 | -0/+196 |
| | |||||
* | added README, LIC and infra files | johannst | 2020-09-17 | 4 | -0/+141 |