Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix memory leak when destroying Thread objects (#3) | Johannes Stölp | 2020-10-22 | 1 | -4/+12 |
| | |||||
* | added doc on thread & executor | johannst | 2020-10-05 | 1 | -2/+6 |
| | |||||
* | change fmt of short function | johannst | 2020-10-05 | 1 | -4/+12 |
| | | | | | Only allow short 'Empty' functions due to following clang fmt bug https://bugs.llvm.org/show_bug.cgi?id=24410 | ||||
* | add support for function objects | johannst | 2020-10-05 | 1 | -0/+6 |
| | |||||
* | 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 | -28/+3 |
| | |||||
* | added finished flag to thread + catch exceptions in thread entry function as ↵ | johannst | 2020-09-26 | 1 | -3/+13 |
| | | | | unwinding across entry fn would be catastrophic | ||||
* | enhance comments in thread.cc | johannst | 2020-09-26 | 1 | -21/+33 |
| | |||||
* | split classes into separate files, add arch specific subdir | johannst | 2020-09-22 | 1 | -0/+62 |