-
Notifications
You must be signed in to change notification settings - Fork 419
Builds two gems from one repo. #205
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e597e04
Builds two gems from one repo. Specs and docs need updated.
jdantonio 7fc55ec
Fixed broken CAtomic specs.
jdantonio be25542
Updated README with information regarding concurrent-ruby-ext
jdantonio 011851d
Fixed bug with CAtomic erroneously being defined in pure-Ruby gem.
jdantonio 57110e9
Extension version number now a constant within lib
jdantonio cc75945
Created specs to test the various gem builds.
jdantonio e7011f3
Improved build test runner.
jdantonio d742d08
Build tests now install RSpec when running tests.
jdantonio 5aa707a
Updated build tests to support Windows.
jdantonio db81830
Core and extension gems now have same version number.
jdantonio 0770644
Added note for gem developers to the README.
jdantonio 0aa9b01
Fixed code samples in README
jdantonio d5d0c06
Updated benchmark scripts to check for C extensions.
jdantonio d3d9ab4
Fixed version number in build test runner.
jdantonio 3369e46
Updated extensions and build tasks based on Heroku testing.
jdantonio 1a2377e
Better platform detection in Rake compile and build tasks.
jdantonio 20f0e44
Fixed cross-compile build problems in Rakefile.
jdantonio 37e5dc3
Added build information to the README.
jdantonio 495113c
Fixed bad Java compile task.
jdantonio 7d48463
Better warning when using pure-Ruby build under JRuby.
jdantonio 3877635
Created build tests for CAtomic and JavaAtomic.
jdantonio 1795faa
Fixed build tests for JRuby.
jdantonio 12ba3a8
Fixed bug with Windows pre-compiled extension loading.
jdantonio 6a17ca0
Fixed tests for JavaAtomic.
jdantonio 372a68f
Fixed build tests on Windows.
jdantonio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like:
could help gem developers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.