Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix memory leak when destroying Thread objectsfix-mem-leak-stack | johannst | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | remove incorrect const | johannst | 2020-10-08 | 1 | -1/+1 |
| | |||||
* | added doc on thread & executor | johannst | 2020-10-05 | 1 | -0/+4 |
| | |||||
* | change fmt of short function | johannst | 2020-10-05 | 1 | -1/+3 |
| | | | | | Only allow short 'Empty' functions due to following clang fmt bug https://bugs.llvm.org/show_bug.cgi?id=24410 | ||||
* | replace compile_guard with umbrella header for arch | johannst | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | move thread init into arch/ | johannst | 2020-09-29 | 1 | -2/+2 |
| | |||||
* | replace vector with fwd list | johannst | 2020-09-28 | 1 | -6/+9 |
| | |||||
* | added finished flag to thread + catch exceptions in thread entry function as ↵ | johannst | 2020-09-26 | 1 | -0/+3 |
| | | | | unwinding across entry fn would be catastrophic | ||||
* | split classes into separate files, add arch specific subdir | johannst | 2020-09-22 | 1 | -0/+20 |