- 24 Sep, 2013 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Get rid of no-longer-needed object-specific methods of DynamicStruct. Use get().as<ObjectPointer>() instead.
-
Kenton Varda authored
-
Kenton Varda authored
Revamp generated interface to Object fields. Now there is an ObjectPointer::{Reader,Builder}. This will simplify the dynamic API (next change) and also makes it easier to delegate decisions about the object type to a function that doesn't know about the context where the object lives (i.e. by passing an ObjectPointer::Builder).
-
Kenton Varda authored
-
- 23 Sep, 2013 1 commit
-
-
Kenton Varda authored
Factor Pointer{Reader,Builder} out from {Struct,List}{Reader,Builder}. Will make it easier to deal with Object fields.
-
- 19 Sep, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 18 Sep, 2013 3 commits
-
-
Kenton Varda authored
Let's go ahead and rename to , acknowledging that this may expand to support pipeline operations that are not simply fetching members.
-
Kenton Varda authored
-
Kenton Varda authored
-
- 17 Sep, 2013 6 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
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 2 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.
-