Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-18 | libcoro seems to be doing really spurious things when not using the standard ↵ | Pixel | |
functions. Switching out libcoro for the native Fibers interface for Win32. Switching out the asm version for the ucontext version for Linux. | |||
2011-10-12 | Enabling cross-compilation for Darwin. Haven't tested under the real thing ↵ | Nicolas "Pixel" Noble | |
yet though. The eprintf() thingy seems odd. | |||
2011-10-09 | Starting to integrate libev; timer event works. | Pixel | |
2011-10-09 | Adding libev. | Pixel | |
2011-10-09 | Adding libeio to the compilation blurb. | Pixel | |
2011-10-07 | Simplifying Makefile, by offloading defines to config files, and using ↵ | Pixel | |
-imacros to load them. |