Revisions of rubygem-rake-compiler
Stephan Kulow (coolo)
committed
(revision 14)
- updated to version 0.9.1 * Bugfixes: * Restore compatibility with RubyGems platforms for cross-compilation (i386-mingw32 and x86-mingw32 are the same and supported) === 0.9.0 / 2013-08-03 * Enhancements: * Add support for cross-builds and multiple platforms (x86/x64). Pull #74 [larskanis] $ rake-compiler cross-ruby VERSION=1.8.7-p371 $ rake-compiler cross-ruby VERSION=1.9.3-p392 $ rake-compiler cross-ruby VERSION=2.0.0-p0 $ rake-compiler cross-ruby VERSION=2.0.0-p0 HOST=x86_64-w64-mingw32 $ rake cross compile RUBY_CC_VERSION=1.8.7:1.9.3:2.0.0 # Rakefile ext.cross_platform = %w[i386-mingw32 x64-mingw32] * Support for cross-platform specific options. Pull #74 [larskanis] # Rakefile ext.cross_config_options << "--with-common-option" ext.cross_config_options << {"x64-mingw32" => "--enable-64bits"} * Bugfixes: * Correct fat-gems support caused by RubyGems issues. Pull #76 [knu] * Deprecations:
buildservice-autocommit
accepted
request 158224
from
Factory Maintainer (factory-maintainer)
(revision 13)
baserev update by copy to link target
Stephan Kulow (coolo)
committed
(revision 12)
- updated to version 0.8.3 * Bugfixes: * Support FreeBSD 'mingw32-gcc' cross compiler. Closes #72 [knu]
Stephan Kulow (coolo)
committed
(revision 11)
- updated to version 0.8.2 * Bugfixes: * Unset CC, LDFLAGS and CPPFLAGS prior cross-compiling. Closes #55
buildservice-autocommit
accepted
request 116628
from
Flavio Castelli (flavio_castelli)
(revision 10)
baserev update by copy to link target
Flavio Castelli (flavio_castelli)
accepted
request 116542
from
Stephan Kulow (coolo)
(revision 9)
- update to 0.8.1 * Raise error when either make or gmake could be found. Closes #53, #54
buildservice-autocommit
accepted
request 114140
from
Flavio Castelli (flavio_castelli)
(revision 8)
baserev update by copy to link target
Flavio Castelli (flavio_castelli)
accepted
request 114049
from
Stephan Kulow (coolo)
(revision 7)
- update to 0.8.0 * Enhancements: * Invocation from command line now support extra options similar to RubyGems. Closes #4 from Pull #47 [jonforums] $ rake compile -- --with-opt-dir=/opt/local * Bugfixes: * Only emit cross-compilation warnings for C when `cross` is invoked. Closes #16 from Pull #48 [mvz] * Only emit warnings when invoking cross-compilation tasks for JRuby. Pull #45 [jfirebaugh] * Use x86 MinGW cross-compiler. Pull #49 [larskanis]
Stephan Kulow (coolo)
accepted
request 94570
from
Stefan Schubert (schubi2)
(revision 6)
initialized devel package after accepting 94570
Flavio Castelli (flavio_castelli)
committed
(revision 5)
- Package 0.3.0
Stefan Schubert (schubi2)
committed
(revision 4)
update to 0.7.9
Marcus Rueckert (darix)
committed
(revision 3)
- use rubygems_requires macro
Duncan Mac-Vicar (dmacvicar)
committed
(revision 2)
- Update to 0.7.0 * Allow generation of JRuby extensions * Allow alteration of the Gem Specification when cross compiling. Closes GH-3 * Detect GNU make independently of distribution based naming. * Usage of #dup to duplicate gemspec instead of YAML dumping. * No longer support Ruby older than 1.8.6 * No longer support RubyGems older than 1.3.5 * Force definition of binary directory and executables. Closes GH-11 * Workaround path with spaces issues using relative paths. Closes GH-6 * Removed gemspec, GitHub gems no more
Duncan Mac-Vicar (dmacvicar)
committed
(revision 1)
osc copypac from project:home:dmacvicar:ruby package:rubygem-rake-compiler revision:1
Displaying revisions 41 - 54 of 54