aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/win64/Context.h
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved." from Copyright statement.Samuel Williams2019-12-281-1/+1
* decouple internal.h headers卜部昌平2019-12-261-0/+2
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-261-25/+18
* Make COROUTINE_XMM_REGISTERS compile-time only tooNobuyoshi Nakada2019-05-171-2/+4
* Make COROUTINE_REGISTERS compile-time only not to be a global symbolNobuyoshi Nakada2019-05-161-1/+1
* Fix indentation.samuel2018-11-201-30/+30
* Fix struct usage.samuel2018-11-201-2/+2
* Fix line endings.samuel2018-11-201-1/+1
* Initial support for x64-mingw32samuel2018-11-201-7/+17
* Better (?) support for Windows TIB.samuel2018-11-201-3/+4
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-201-2/+2
* Formatting changes.samuel2018-11-201-1/+1
* Ensure start function has correct declaration.samuel2018-11-201-1/+1
* Mark COROUTINE as noreturn.samuel2018-11-201-1/+1
* Tidy up comments.samuel2018-11-201-9/+6
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-201-0/+64