You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSX uses clang by default, and there were a number of changes in
order to get things building there. As an added bonus, I've cleaned
up a bunch of things given that clang is somewhat stricter out of
the box. In particular these changes are included:
- switch to using constructor functions rather than constructor
templates where appropriate
- a few bug fixes with signed vs unsigned integer comparison
- switched event support to use an EventEmitter implementation
rather than callbacks
0 commit comments