rake-compiler 1.1.1 → 1.1.5

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