- 17 Sep, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 16 Sep, 2013 1 commit
-
-
Kenton Varda authored
-
- 13 Sep, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Improve and simplify event ordering. When explicitly calling an EventLoop, events are now always added to the end of the queue, ensuring deterministic run order and making yield() obsolete. OTOH, then() may queue events to run immediately, preempting other events.
-
Kenton Varda authored
-
- 12 Sep, 2013 11 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Solaris compatibility
-
- 11 Sep, 2013 5 commits
-
-
Dmitri Shubin authored
-
Dmitri Shubin authored
-
Dmitri Shubin authored
-
Dmitri Shubin authored
-
Kenton Varda authored
Fix md5.c++ to work on non x86 systems
-
- 10 Sep, 2013 1 commit
-
-
Dan Schatzberg authored
ctx is not a pointer but was being used with the arrow operator on non-x86 systems
-
- 04 Sep, 2013 4 commits
-
-
Kenton Varda authored
Fix LDFLAGS and work around a Fedora bug that broke pthread linking
-
Andy Lutomirski authored
The Fedora bug caused the DT_NEEDED for libpthread to be omitted, and the missing -Wl before no-undefined prevented binutils from detecting it. -export-dynamic is unnecessary for libraries, so this removes it, too.
-
Kenton Varda authored
-
Kenton Varda authored
Improve test scripts, and add a new mega-test script which runs super-test on all platforms in parallel with progress bars.
-
- 02 Sep, 2013 9 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Fix bug where only the first import made it into the import table. Can't believe this wasn't tested. Sigh.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Make sure generated code compiles cleanly even with pedantic warnings, since some people enable those.
-
Kenton Varda authored
-
- 01 Sep, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-