Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add coroutine context switch for i386-mingw32 | Lars Kanis | 2019-07-07 | 1 | -0/+47 |
* | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams | 2019-06-26 | 1 | -24/+18 |
* | Make COROUTINE_REGISTERS compile-time only not to be a global symbol | Nobuyoshi Nakada | 2019-05-16 | 1 | -1/+1 |
* | Fix for coroutine/win32/Context.obj | nobu | 2018-11-28 | 1 | -0/+1 |
* | Fix indentation. | samuel | 2018-11-20 | 1 | -18/+18 |
* | Fix struct usage. | samuel | 2018-11-20 | 1 | -2/+2 |
* | Initial support for x64-mingw32 | samuel | 2018-11-20 | 2 | -5/+7 |
* | Better (?) support for Windows TIB. | samuel | 2018-11-20 | 2 | -9/+20 |
* | Prefer "static inline" to avoid duplicate symbols. | samuel | 2018-11-20 | 1 | -2/+2 |
* | Formatting changes. | samuel | 2018-11-20 | 2 | -3/+3 |
* | Ensure start function has correct declaration. | samuel | 2018-11-20 | 1 | -1/+1 |
* | Mark COROUTINE as noreturn. | samuel | 2018-11-20 | 1 | -1/+1 |
* | Tidy up comments. | samuel | 2018-11-20 | 2 | -11/+7 |
* | Native implementation of coroutines to improve performance of fibers | samuel | 2018-11-20 | 2 | -0/+107 |