aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix clean targetjohannst2020-09-291-1/+2
|
* replace compile_guard with umbrella header for archjohannst2020-09-295-8/+16
|
* move thread init into arch/johannst2020-09-295-32/+43
|
* replace vector with fwd listjohannst2020-09-283-9/+11
|
* updated demo1johannst2020-09-261-0/+1
|
* added finished flag to thread + catch exceptions in thread entry function as ↵johannst2020-09-263-3/+19
| | | | unwinding across entry fn would be catastrophic
* enhance comments in thread.ccjohannst2020-09-261-21/+33
|
* split makefilesjohannst2020-09-262-9/+26
|
* split classes into separate files, add arch specific subdirjohannst2020-09-2214-148/+185
|
* added copyright headerjohannst2020-09-227-2/+14
|
* added asflagsjohannst2020-09-191-1/+2
|
* added basic executorjohannst2020-09-194-25/+59
|
* fixed missing whitespacejohannst2020-09-191-2/+2
|
* removed ranlib from makefilejohannst2020-09-191-2/+0
|
* move yielding into Thread base class + make user fn a pure virtual fn and ↵johannst2020-09-183-33/+25
| | | | require user to derive from Thread
* split matcha header into h/cc file + adapt make rulesjohannst2020-09-183-68/+87
|
* add static libs to gitignorejohannst2020-09-181-0/+1
|
* fixed typos in READMEjohannst2020-09-171-2/+2
|
* setup new stack + basic yielding between two stacksjohannst2020-09-175-0/+196
|
* added README, LIC and infra filesjohannst2020-09-174-0/+141