rake-compiler 1.0.8 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt DELETED
@@ -1,443 +0,0 @@
1
- === 1.0.8 / 2019-09-21
2
-
3
- * Enhancements:
4
- * Added Rake::JavaExtensionTask#encoding= to pass the -encoding option to
5
- javac.
6
- #157 [Patch by Tiago Dias]
7
-
8
- * Bugfixes:
9
- * Drop EOL'd rubyforge_project directive from .gemspec.
10
- #155 [Patch by Olle Jonsson]
11
-
12
- === 1.0.7 / 2019-01-04
13
-
14
- * Bugfixes:
15
- * Fix a bug that JRuby class path detection is failed on
16
- cross-compilation.
17
- #149 #151 [Reported by Chalupa Petr][Patch by Prashant Vithani]
18
-
19
- === 1.0.6 / 2018-12-23
20
-
21
- * Enhancements:
22
- * Stop to make unreleased Ruby installable.
23
- #150 [Reported by MSP-Greg]
24
-
25
- === 1.0.5 / 2018-08-31
26
-
27
- * Enhancements:
28
- * Improve JRuby class pass detection.
29
- #147 [Patch by Prashant Vithani]
30
- * Update the default source and target versions to Java 6.
31
- #148 [Patch by Prashant Vithani]
32
-
33
- === 1.0.4 / 2017-05-27
34
-
35
- * Enhancements:
36
- * Migrate to RSpec 3 from RSpec 2.
37
- * Add more tests.
38
- #140 [Patch by Lars Kanis]
39
- * Support C++ source files by default.
40
- #141 [Patch by Takashi Kokubun]
41
- * Suppress warnings.
42
- #142 [Patch by Akira Matsuda]
43
-
44
- === 1.0.3 / 2016-12-02
45
-
46
- * Enhancements:
47
- * Support specifying required Ruby versions.
48
- #137 [Patch by Lars Kanis]
49
-
50
- === 1.0.2 / 2016-11-13
51
-
52
- * Bugfixes:
53
- * Fix Ruby version detection example code in README.
54
- #135 [Patch by Nicolas Noble]
55
- * Fix version detection.
56
- #136 [Patch by Lars Kanis]
57
-
58
- === 1.0.1 / 2016-06-21
59
-
60
- * Bugfixes:
61
- * Add missing dependency.
62
-
63
- === 1.0.0 / 2016-06-21
64
-
65
- * Enhancements:
66
- * Really support extension in sub directory.
67
-
68
- === 0.9.9 / 2016-05-10
69
-
70
- * Bugfixes:
71
- * Support Symbol as extension name again.
72
- #134 [Patch by Takashi Kokubun]
73
-
74
- === 0.9.8 / 2016-04-29
75
-
76
- * Enhancements:
77
- * Support extension in sub directory.
78
- #128, #129 [Patch by Kenta Murata]
79
-
80
- === 0.9.7 / 2016-03-16
81
-
82
- * Bugfixes:
83
- * May fix "make" detection on Windows.
84
- #123 [Reported by Aaron Stone]
85
-
86
- === 0.9.6 / 2016-03-04
87
-
88
- * Enhancements:
89
- * Add more descriptions into README.
90
- Closes #105 [Patch by Aaron Stone]
91
- * Remove needless executable bits.
92
- Closes #107 [Patch by Thibault Jouan]
93
- * Update .gitignore.
94
- Closes #108 [Patch by Thibault Jouan]
95
- * Improve "make" detection on some platforms such as FreeBSD.
96
- Closes #109 [Patch by Thibault Jouan]
97
- * Enable cucumber steps for POSIX on *BSD.
98
- Closes #110 [Patch by Thibault Jouan]
99
- * Stop to build bundled extensions.
100
- * Add description about CLI option into README.
101
- Closes #115 [Patch by Richard Michael]
102
- * Update description about using rake-compiler on virtual machine in
103
- README.
104
- Closes #116, #117 [Patch by Lars Kanis]
105
- * Update fake mechanism to be compatible with Bundler.
106
- Closes #121 [Patch by Lars Kanis]
107
-
108
- * Bugfixes:
109
- * Fix typos in README.
110
- Closes #102, #103 [Patch by Robert Fletcher]
111
-
112
- === 0.9.5 / 2015-01-03
113
-
114
- * Enhancements:
115
- * Support adding bundled files in cross_compiling block.
116
- Closes #100 [Patch by Aaron Stone]
117
-
118
- === 0.9.4 / 2014-12-28
119
-
120
- * Notes:
121
- * Change maintainer to Kouhei Sutou from Luis Lavena.
122
- Thanks Luis Lavena for your great works!
123
- * Change repository to https://github.com/rake-compiler/rake-compiler
124
- from https://github.com/luislavena/rake-compiler .
125
-
126
- * Bugfixes:
127
- * Loose RubyGems dependency a little bit to ease old Debian/Ubuntu.
128
- Closes #93
129
-
130
- === 0.9.3 / 2014-08-03
131
-
132
- * Bugfixes:
133
- * Fix specs to run (and pass) on Ruby 2.1 and beyond.
134
- Pull #94 [hggh]
135
-
136
- === 0.9.2 / 2013-11-14
137
-
138
- * Bugfixes:
139
- * Pre-load resolver to avoid Bundler blow up during cross-compilation
140
- Pull #83 [larskanis]
141
-
142
- === 0.9.1 / 2013-08-03
143
-
144
- * Bugfixes:
145
- * Restore compatibility with RubyGems platforms for cross-compilation
146
- (i386-mingw32 and x86-mingw32 are the same and supported)
147
-
148
- === 0.9.0 / 2013-08-03
149
-
150
- * Enhancements:
151
- * Add support for cross-builds and multiple platforms (x86/x64).
152
- Pull #74 [larskanis]
153
-
154
- $ rake-compiler cross-ruby VERSION=1.8.7-p371
155
- $ rake-compiler cross-ruby VERSION=1.9.3-p392
156
- $ rake-compiler cross-ruby VERSION=2.0.0-p0
157
- $ rake-compiler cross-ruby VERSION=2.0.0-p0 HOST=x86_64-w64-mingw32
158
- $ rake cross compile RUBY_CC_VERSION=1.8.7:1.9.3:2.0.0
159
-
160
- # Rakefile
161
- ext.cross_platform = %w[i386-mingw32 x64-mingw32]
162
-
163
- * Support for cross-platform specific options. Pull #74 [larskanis]
164
-
165
- # Rakefile
166
- ext.cross_config_options << "--with-common-option"
167
- ext.cross_config_options << {"x64-mingw32" => "--enable-64bits"}
168
-
169
- * Bugfixes:
170
- * Correct fat-gems support caused by RubyGems issues. Pull #76 [knu]
171
-
172
- * Deprecations:
173
- * Requires minimum Ruby 1.8.7 and RubyGems 1.8.25
174
- * Usage of 'i386-mswin32' needs to be changed to 'i386-mswin32-60'
175
-
176
- === 0.9.0.pre.1 / 2013-05-05
177
-
178
- See 0.9.0 changes.
179
-
180
- === 0.8.3 / 2013-02-16
181
-
182
- * Bugfixes:
183
- * Support FreeBSD 'mingw32-gcc' cross compiler. Closes #72 [knu]
184
-
185
- === 0.8.2 / 2013-01-11
186
-
187
- * Bugfixes:
188
- * Unset CC, LDFLAGS and CPPFLAGS prior cross-compiling. Closes #55
189
-
190
- === 0.8.1 / 2012-04-15
191
-
192
- * Bugfixes:
193
- * Raise error when either make or gmake could be found. Closes #53, #54
194
-
195
- === 0.8.0 / 2012-01-08
196
-
197
- * Enhancements:
198
- * Invocation from command line now support extra options similar to RubyGems.
199
- Closes #4 from Pull #47 [jonforums]
200
-
201
- $ rake compile -- --with-opt-dir=/opt/local
202
-
203
- * Bugfixes:
204
- * Only emit cross-compilation warnings for C when `cross` is invoked.
205
- Closes #16 from Pull #48 [mvz]
206
- * Only emit warnings when invoking cross-compilation tasks for JRuby.
207
- Pull #45 [jfirebaugh]
208
- * Use x86 MinGW cross-compiler. Pull #49 [larskanis]
209
-
210
- === 0.7.9 / 2011-06-08
211
-
212
- * Enhancements:
213
- * Consistently use RubyGems features available since version 1.3.2 and avoid
214
- deprecation warnings with Rake > 0.8.7.
215
-
216
- * Bugfixes:
217
- * Use correct platform in fake.rb. Pull #39 [kou]
218
- * Workaround Gem::Specification and Gem::PackageTask limitations. Closes #43
219
-
220
- === 0.7.8 / 2011-04-26
221
-
222
- * Enhancements:
223
- * Bump default cross-ruby version to 1.8.7-p334.
224
- * ExtensionTask now support config_includes to load additional directories.
225
- [jfinkhaeuser]
226
-
227
- Rake::ExtensionTask.new("myext", GEM_SPEC) do |ext|
228
- ext.config_includes << File.expand_path("my", "custom", "dir")
229
- end
230
-
231
- * Bugfixes:
232
- * Warn if compiled files exists in extension's source directory. Closes GH-35
233
- * Workaround issue with WINE using proper build option. Closes GH-37
234
- * Use FileUtils#install instead of cp. Closes GH-33 [Eric Wong]
235
- * Update README instructions for OSX. Closes GH-29 [tmm1]
236
-
237
- === 0.7.7 / 2011-04-04
238
-
239
- * Bugfixes:
240
- * Use Winsock2 as default to match Ruby 1.9.2 library linking.
241
-
242
- === 0.7.6 / 2011-02-04
243
-
244
- * Bugfixes:
245
- * Prefer Psych over Syck for YAML parsing on Ruby 1.9.2. [tenderlove]
246
-
247
- === 0.7.5 / 2010-11-25
248
-
249
- * Enhancements:
250
- * Promoted stable version for cross-compilation to 1.8.6-p398. Closes GH-19
251
-
252
- * Bugfixes:
253
- * Generate a fake.rb compatible with Ruby 1.9.2. Closes GH-25
254
- * fake.rb will not try to mimic Ruby's own fake to the letter. Closes GH-28
255
- * Expand symlinks for tmp_dir. Closes GH-24
256
- * Silence make output during rake-compiler invocation.
257
- * Usage of Gem.ruby instead of RbConfig ruby_install_name
258
- This solve issues with ruby vs. ruby.exe and jruby.exe
259
-
260
- * Experimental:
261
- * Allow setting of HOST during cross-compilation. This enable usage
262
- of mingw-w64 compiler and not the first one found in the PATH.
263
-
264
- rake-compiler cross-ruby VERSION=1.9.2-p0 HOST=i686-w64-mingw32
265
- rake-compiler cross-ruby HOST=i386-mingw32 (OSX mingw32 port)
266
- rake-compiler cross-ruby HOST=i586-pc-mingw32 (Debian/Ubuntu mingw32)
267
-
268
- === 0.7.1 / 2010-08-07
269
-
270
- * Bugfixes:
271
- * Update gem files to make "gem install -t" works. Closes GH-14
272
- * Update mocks to work under 1.8.7. Closes GH-15 [luisparravicini]
273
- * Do not allow cross-ruby be executed under Windows. Closes GH-22
274
-
275
- * Experimental:
276
- * Allow JRuby to compile C extensions [timfel].
277
- It is now possible compile C extensions using latest JRuby. Offered
278
- in experimental mode since JRuby cext hasn't been officially released.
279
-
280
- === 0.7.0 / 2009-12-08
281
-
282
- * Enhancements
283
- * Allow generation of JRuby extensions. Thanks to Alex Coles (myabc) for the
284
- contribution.
285
- This will allow, with proper JDK tools, cross compilation of JRuby gems
286
- from MRI.
287
-
288
- Rake::JavaExtensionTask.new('my_java_extension', GEM_SPEC) do |ext|
289
- # most of ExtensionTask options can be used
290
- # plus, java_compiling:
291
- ext.java_compiling do |gem_spec|
292
- gem_spec.post_install_message = "This is a native JRuby gem!"
293
- end
294
- end
295
-
296
- Please note that cross-compiling JRuby gems requires either JRUBY_HOME or
297
- JRUBY_PARENT_CLASSPATH environment variables being properly set.
298
-
299
- * Allow alteration of the Gem Specification when cross compiling. Closes GH-3
300
- This is useful to indicate a custom requirement message, like DLLs
301
- installation or similar.
302
-
303
- Rake::ExtensionTask.new('my_extension', GEM_SPEC) do |ext|
304
- ext.cross_compile = true
305
- # ...
306
- ext.cross_compiling do |gem_spec|
307
- gem_spec.post_install_message = "You've installed a binary version of this gem"
308
- end
309
- end
310
-
311
- * Bugfixes
312
- * Detect GNU make independently of distribution based naming.
313
- Thanks to flori for patches.
314
- * Usage of #dup to duplicate gemspec instead of YAML dumping.
315
- * No longer support Ruby older than 1.8.6
316
- * No longer support RubyGems older than 1.3.5
317
- * Force definition of binary directory and executables. Closes GH-11
318
- * Workaround path with spaces issues using relative paths. Closes GH-6
319
- * Removed gemspec, GitHub gems no more
320
-
321
- * Known issues
322
- * Usage of rake-compiler under projects with Jeweler requires some tweaks
323
- Please read issue GH-73 for Jeweler:
324
- http://github.com/technicalpickles/jeweler/issues#issue/73
325
-
326
- For a workaround, look here:
327
- http://gist.github.com/251663
328
-
329
- === 0.6.0 / 2009-07-25
330
-
331
- * Enhancements
332
- * Implemented 'fat-binaries' generation for cross compiling
333
- (for now). Thanks to Aaron Patterson for the suggestion and
334
- original idea.
335
-
336
- rake cross native gem RUBY_CC_VERSION=1.8.6:1.9.1
337
-
338
- Will package extensions for 1.8 and 1.9 versions of Ruby.
339
- * Can now cross compile extensions for 1.9 using 1.8.x as base.
340
- Be warned: works from 1.8 to 1.9, but not if your default ruby is 1.9
341
-
342
- rake cross compile RUBY_CC_VERSION=1.9.1
343
-
344
- * Allow simultaneous versions of Ruby to compile extensions.
345
- This change allow 1.8.x compiles co-exist with 1.9.x ones
346
- and don't override each other.
347
-
348
- Please perform <tt>rake clobber</tt> prior compiling again.
349
- * Allow optional source file URL for cross-compile tasks.
350
- (Thanks to deepj for the patches)
351
-
352
- rake-compiler cross-ruby VERSION=1.9.1-p0 SOURCE=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.bz2
353
-
354
- * Bugfixes
355
- * Removed strict versioning for gems since it clash with fat binaries.
356
- From now on, if your gem only targets a specific version of Ruby, please
357
- indicate it in the Gem::Specification (<tt>required_ruby_version</tt>)
358
-
359
- === 0.5.0 / 2009-04-25
360
-
361
- * Enhancements
362
- * Allow generation of multiple gems for Windows (EXPERIMENTAL)
363
- This allows build gems for both VC6 and MinGW builts of Ruby
364
- (Thanks to Jonathan Stott for the suggestion)
365
-
366
- Rake::ExtensionTask.new('my_extension', GEM_SPEC) do |ext|
367
- ext.cross_compile = true
368
- ext.cross_platform = ['i386-mswin32', 'i386-mingw32']
369
- end
370
-
371
- === 0.4.1 / 2009-04-09
372
-
373
- * Enhancements
374
- * Target specific versions of Ruby when generating binaries.
375
- This avoids installing a 1.8.x binary gem in 1.9.x and viceversa.
376
- (Thanks to Aaron Patterson for the patches)
377
-
378
- * Bugfixes
379
- * No longer raises error if rake-compiler configuration is missing.
380
- Not all users of a project would have it installed.
381
- (Thanks to Aaron Patterson for the patch)
382
-
383
- === 0.4.0 / 2009-04-03
384
-
385
- * Enhancements
386
- * Bended the convention for extension folder.
387
- Defining <tt>ext_dir</tt> for custom extension location.
388
-
389
- Rake::ExtensionTask.new('my_extension') do |ext|
390
- ext.ext_dir = 'custom/location' # look into custom/location
391
- end # instead of ext/my_extension
392
-
393
- * Better detection of mingw target across Linux/OSX.
394
- Exposed it as Rake::ExtensionCompiler
395
- * Display list of available tasks when calling rake-compiler script
396
- * Track Ruby full versioning (x.y.z).
397
- This will help the compilation of extensions targetting 1.8.6/7 and 1.9.1
398
-
399
- * Bugfixes
400
- * Better output of Rake development tasks (Thanks to Luis Parravicini).
401
- * Proper usage of Gem::Platform for native gems (Thanks to Dirkjan Bussink).
402
- * Don't use autoload for YAML (present problems with Ruby 1.9.1).
403
-
404
- === 0.3.1 / 2009-01-09
405
-
406
- * Enhancements
407
- * Download cross-ruby source code using HTTP instead of FTP.
408
- * Disabled Tcl/Tk extension building on cross-ruby (helps with 1.9).
409
-
410
- * Bugfixes
411
- * Workaround bug introduced by lack of Gem::Specification cloning. Fixes DM LH #757.
412
- * Use proper binary extension on OSX (reported by Dirkjan Bussink).
413
- * Ensure lib/binary task is defined prior clear of requisites.
414
-
415
- === 0.3.0 / 2008-12-07
416
-
417
- * New features
418
- * Let you specify the Ruby version used for cross compilation instead
419
- of default one.
420
-
421
- rake cross compile RUBY_CC_VERSION=1.8
422
-
423
- * Enhancements
424
- * Properly update rake-compiler configuration when new version is installed.
425
- * Automated release process to RubyForge, yay!
426
-
427
- * Bugfixes
428
- * Corrected documentation to reflect the available options
429
-
430
- === 0.2.1 / 2008-11-30
431
-
432
- * New features
433
-
434
- * Allow cross compilation (cross compile) using mingw32 on Linux or OSX.
435
- * Allow packaging of gems for Windows on Linux or OSX.
436
-
437
- * Enhancements
438
-
439
- * Made generation of extensions safe and target folders per-platform
440
-
441
- * Bugfixes
442
-
443
- * Ensure binaries for the specific platform are copied before packaging.