1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
Commit graph

14 commits

Author SHA1 Message Date
ser1zw
1f31343d36 refactoring 2014-03-29 20:31:10 +09:00
ser1zw
7378e57cab fix #33 and #49 2014-03-29 17:12:01 +09:00
ser1zw
b851cd07a5 Merge branch 'develop' into fix/issues-33_opencv_gpulib_not_found
Conflicts:
	ext/opencv/extconf.rb
2014-03-29 16:59:03 +09:00
ser1zw
23c714fe62 add compiler option to use C++ exception in mswin32 2014-02-11 01:43:25 +09:00
ser1zw
30709a1db0 fix for mswin32 2014-02-11 01:15:11 +09:00
ser1zw
4433b47190 fix #44 2014-02-09 19:40:59 +09:00
ser1zw
39f851f7fd fix issue #33 2013-10-13 02:08:51 +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
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
b935cec7fe update file layout 2013-03-03 02:28:21 +09:00
ser1zw
756db66ba4 modified to be able to install both "rake package && gem install opencv-x.y.z.gem" and "ruby extconf.rb && make && make install" ways 2011-05-03 17:12:47 +09:00
Patrick Ting
08a9655dc1 Added gemspec to be able to bundle install from git.
Added IplImage#smoothness that returns :smooth, :messy, or :blank.
Rake compile will now compile the C extension code.
2011-04-14 12:26:41 -07:00
Renamed from ext/extconf.rb (Browse further)