aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* appveyor.yml: do not undefine everything [ci skip]k0kubun2018-11-201-1/+1
* * properties.svn2018-11-200-0/+0
* appveyor.yml: exclude TestEnumerable.rb on msys2k0kubun2018-11-204-4/+11
* appveyor.yml: native-fiber crashes Enumeratork0kubun2018-11-201-2/+2
* Make coroutine object directory for each archnobu2018-11-203-9/+11
* test/excludes/_appveyor: exclude AppVeyor killerk0kubun2018-11-201-0/+2
* Change ASMEXT to snobu2018-11-202-2/+2
* Makefile.in: fix Travis i686 buildk0kubun2018-11-201-0/+1
* mjit_worker.c: avoid GC when modifying ISeqk0kubun2018-11-201-0/+4
* Fix conditionnobu2018-11-201-2/+2
* Make fiber_entry staticnobu2018-11-201-1/+2
* Fix typo and make directorynobu2018-11-203-5/+6
* Support Visual C++ (mswin)samuel2018-11-201-0/+23
* Fix windows builds.samuel2018-11-201-0/+2
* * properties.svn2018-11-200-0/+0
* GAS style assembly for win64 (mingw).samuel2018-11-202-3/+79
* Expose stack functions to coroutine and non-windows implementations.samuel2018-11-201-12/+16
* Fix exposure of stack allocations.samuel2018-11-201-2/+3
* Use malloc/free for windows stack allocation.samuel2018-11-201-11/+20
* Fix struct usage.samuel2018-11-202-4/+4
* Fix message result.samuel2018-11-201-1/+1
* Fix configure.ac typo.samuel2018-11-201-4/+4
* Fix line endings.samuel2018-11-201-1/+1
* Initial support for x64-mingw32samuel2018-11-205-19/+68
* Better (?) support for Windows TIB.samuel2018-11-204-17/+40
* Be even more specific, for some reason it was selecting amd64 on x64-mingw32.samuel2018-11-201-2/+2
* Limit coroutine implementations to Linux.samuel2018-11-201-2/+2
* Tidy up assembly make rule.samuel2018-11-201-4/+1
* Expose dependency between cont.c and coroutine implementation.samuel2018-11-202-2/+7
* * expand tabs.svn2018-11-201-4/+4
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-206-16/+16
* Remove trailing whitespace.samuel2018-11-202-3/+3
* Rename fiber chain benchmark.samuel2018-11-201-0/+0
* Restore native non-coroutine code path.samuel2018-11-201-2/+11
* Formatting changes.samuel2018-11-207-12/+14
* Ensure start function has correct declaration.samuel2018-11-206-6/+6
* Try using compiler for assembling.samuel2018-11-201-2/+4
* Print out what the assembler is doing to figure out why it's not working.samuel2018-11-201-0/+1
* Mark COROUTINE as noreturn.samuel2018-11-205-5/+5
* * remove trailing spaces.svn2018-11-201-2/+2
* Remove `Benchmark` times.samuel2018-11-201-18/+8
* Tidy up comments.samuel2018-11-2012-64/+42
* * properties.svn2018-11-200-0/+0
* * expand tabs.svn2018-11-201-17/+17
* Initial effort to support 32-bit Linux.samuel2018-11-203-0/+105
* It cannot be const because it is being passed to destructive operation (destr...samuel2018-11-201-1/+1
* Better benchmark name.samuel2018-11-201-0/+0
* * remove trailing spaces.svn2018-11-201-1/+1
* Fix broken benchmarksamuel2018-11-201-10/+10
* * remove trailing spaces.svn2018-11-201-2/+2