-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version/0.0.6 #77
Merged
Merged
Version/0.0.6 #77
Conversation
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
add giflib source and include it binding.gyp
this commit makes axes case sensitive
Conflicts: lib/Image.js
'getPixel' was accidentally removed
Conflicts: lib/Batch.js lib/Image.js
Conflicts: lib/ImagePrototypeInit.js
...as it may sometimes fail due to our of bounds coordinates when image is randomly resized (for example).
Feature/contain
Conflicts: README.md lib/BatchPrototypeInit.js lib/ImagePrototypeInit.js lib/defs.js tests/03.safety/00.locks.js tests/03.safety/01.releases.js tests/utils.js
...due to annoying unexplainable death of mocha tests. if the build succeeds it's good enough for me.
Awesome job! |
Thanks! |
toolness
added a commit
to toolness/teach.webmaker.org
that referenced
this pull request
Jun 15, 2015
This involves downgrading lwip to v0.0.5 because newer versions require VS2013: EyalAr/lwip#77
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: giflib uses c99 features (
bool
type, specifically). This causes further restrictions when compiling on Windows, since c99 is only supported from VS2013. Until pre-built binaries are provided, users installing this module on Windows must have Visual Studio 2013 or later.