Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |