-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
27 changed files
with
495 additions
and
615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.