aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libcoro
Commit message (Collapse)AuthorAgeFilesLines
* testing/libcoro: armhf build fixNatanael Copa2017-07-181-1/+1
| | | | | arm assembly requires armv7 and we build for armv6, so we need to disable assembly for our armhf.
* testing/libcoro: CORO_ASM not supported on aarch64, use CORO_SJLJJakub Jirutka2017-07-171-1/+1
|
* testing/libcoro: new aportJakub Jirutka2017-07-152-0/+109
http://software.schmorp.de/pkg/libcoro.html Coroutines (cooperative multitasking) in a portable fashion implemented in C