ser1zw
d7989d1f0d
Merge branch 'develop'
2013-08-03 01:47:51 +09:00
ser1zw
dfde08d24b
bump up version
2013-08-03 01:47:38 +09:00
ser1zw
ef63b0c446
Merge branch 'develop'
2013-08-03 01:38:01 +09:00
ser1zw
d03cb240e3
Merge branch 'feature/support_opencv-2.4.6.1' into develop
2013-08-03 01:25:31 +09:00
ser1zw
688db69c2d
update OpenCV version
2013-08-03 01:24:56 +09:00
ser1zw
913752e221
Merge branch 'fix/issues-32_warp_affine_useless_3rd_arg' into develop
2013-07-19 23:24:51 +09:00
ser1zw
282b0594b2
fix issue #32
2013-07-19 23:24:05 +09:00
ser1zw
fa7d79c668
ignore .RUBYARCHDIR.time
2013-07-07 06:17:32 +09:00
ser1zw
fe08ed5506
fix issue #30
2013-06-29 05:02:31 +09:00
ser1zw
315b15a220
Merge branch 'fix/issues-29_CvMat_flood_fill_fails_on_non-square_images' into develop
2013-06-15 16:33:18 +09:00
ser1zw
392d32b9d3
fix issue #29
2013-06-15 16:31:24 +09:00
ser1zw
f40d9d74b6
Merge branch 'develop'
2013-05-05 07:28:06 +09:00
ser1zw
52410fc0f4
bump up version
2013-05-05 07:22:22 +09:00
ser1zw
77dd718c34
bump up pre-version
2013-05-05 04:41:29 +09:00
ser1zw
8dd5a734bc
update README.md
2013-05-05 04:35:28 +09:00
ser1zw
16ed0aeb4e
update gemspec
2013-05-05 04:30:55 +09:00
ser1zw
7117303d48
Merge branch 'feature/fat_gem_support' into develop
2013-05-05 04:28:07 +09:00
ser1zw
07877bc322
Merge branch 'develop' of github.com:ruby-opencv/ruby-opencv into develop
2013-05-05 04:26:56 +09:00
ser1zw
5871cc4680
update Manifest.txt
2013-05-05 04:06:37 +09:00
ser1zw
f08ec89204
fix config file
2013-05-05 03:34:50 +09:00
ser1zw
239322743f
update document
2013-05-05 03:34:07 +09:00
ser1zw
6850627473
load pre-compile configs from config files
...
When create a pre-compiled gem in MinGW MSYS shell passing Ruby or OpenCV's paths,
the paths are converted to be invalid by MSYS shell.
E.g.
When we run the following command
$ rake gem:precompile RUBIES=C:/ruby19/bin/ruby.exe,C:/ruby20/bin/ruby.exe
The following paths are expected
ENV['RUBIES'] = "C:/ruby19/bin/ruby.exe,C:/ruby20/bin/ruby.exe"
But we get the following
ENV['RUBIES'] = "C;C:\\MinGW\\msys\\1.0\\ruby19\\bin\\ruby.exe,C;C:\\MinGW\\msys\\1.0\\ruby20\\bin\\ruby.exe"
This fix is for avoiding the problem.
2013-05-05 02:23:19 +09:00
ser1zw
ba32cc36ba
change library file path to load
2013-05-05 00:03:37 +09:00
ser1zw
d75ae5a19c
fix for MinGW MSYS shell
2013-05-04 23:56:38 +09:00
ser1zw
51d533eeed
add gem:precompile task to create fat gems
2013-05-04 20:52:46 +09:00
ser1zw
56e8411789
fat gem support
2013-05-02 07:37:23 +09:00
ser1zw
bdca94a0fb
remove dependency on gem-compile
2013-05-02 02:54:31 +09:00
ser1zw
b263dceb3a
Merge branch 'develop', remote-tracking branch 'origin' into fix/issues-22_severe_memory_leak
2013-05-01 16:49:22 +09:00
ser1zw
21adfe1035
fix issue #22
...
Use Ruby's memory allocation function xmalloc() instead of OpenCV's cvAlloc()
to run GC when running out of memory
2013-04-30 09:10:05 +09:00
ser1zw
504baa66c1
fix for mswin32
2013-03-25 02:32:41 +09:00
ser1zw
7b91dd53c5
update extconf.rb due to new OpenCV version constants
2013-03-25 01:43:31 +09:00
ser1zw
f017d0cd65
Merge branch 'develop'
2013-03-24 23:26:22 +09:00
ser1zw
20ba28b3bf
bump up version
2013-03-24 23:23:45 +09:00
ser1zw
605f11d1ff
update README.md
2013-03-24 19:50:22 +09:00
ser1zw
3d97abde3e
update README.md
2013-03-03 06:12:43 +09:00
ser1zw
ecc64b89ca
fix encoding descriptions in magic comments
2013-03-03 06:08:54 +09:00
ser1zw
4ccba904cc
remove unnecessary warning options
2013-03-03 05:40:33 +09:00
ser1zw
00e8ddfaf5
fix for Ruby 2.0.0
2013-03-03 05:26:54 +09:00
ser1zw
3f9f07d465
update DEVELOPERS_NOTE.md
2013-03-03 03:06:57 +09:00
ser1zw
3dee263398
fix typo of Liscense.txt
2013-03-03 03:01:00 +09:00
ser1zw
9f675d273b
add description and license of the gem to Rakefile
2013-03-03 02:59:54 +09:00
ser1zw
b935cec7fe
update file layout
2013-03-03 02:28:21 +09:00
ser1zw
409d573819
update gem source
2013-03-03 00:27:47 +09:00
ser1zw
2ffd26a887
bump up version
2013-01-27 12:48:24 +09:00
ser1zw
d6a716e332
update description of the way to create gem
2013-01-27 12:45:31 +09:00
ser1zw
3c5e13e0e7
update Rakefile and Manifest.txt
2013-01-27 12:39:17 +09:00
ser1zw
ed77fa6283
fix DEVELOPERS_NOTE.md
2013-01-27 12:37:08 +09:00
ser1zw
a7d10d8b75
add gem-compile to Gemfile
2013-01-27 12:32:17 +09:00
ser1zw
0e316cdf68
update documents
2013-01-27 12:31:21 +09:00
ser1zw
656fbfd55f
fix Manifest.txt and recreate gemspec
2013-01-27 10:07:05 +09:00