| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
* It now only chains for current platform, open the door for cross compilation.
* Ensure proper binary gets copied to lib folder prior generation of gem.
|
|
|
|
|
|
|
| |
* Rearrange compile task chain to allow multiple platforms.
* Only hooked current platform to compile
* Always copy compiled extension to lib directory
(avoid packaging of wrong binaries).
|
|
|
|
|
|
|
|
| |
Allow supply additional configure-time parameters to the build script
(extconf.rb).
This is useful to customize with libraries or conditions not available
system wide.
|
|
|
|
| |
It was removing other extensions files during cleanup of one.
|
|
|
|
| |
This ease the integration path with CrossCompileTask.
|
|
|
|
|
|
| |
* Allow inclusion of current directory when calling extconf script.
* Avoid inclusion of GemPackageTask when is no needed.
|
| |
|
|
|
|
| |
'rake native gem' will trigger the building of native gems.
|
|
|
|
|
| |
These new tasks remove temporary (build files) and binaries
already built.
|
|
|