search for: swig_file

Displaying 4 results from an estimated 4 matches for "swig_file".

2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
..."> </span><span class="lines">@@ -224,8 +224,7 @@ </span><span class="cx"> def create_swig_helper_task(base_name) </span><span class="cx"> cpp_file = cpp_file(base_name) </span><span class="cx"> swig_file = special_swig_file(base_name) </span><del>- - file(cpp_file => swig_file) do |t| </del><ins>+ file(cpp_file => swig_file ) do |t| </ins><span class="cx"> do_swig(swig_file, cpp_file, $swig_options) </span><span class=&q...
2007 May 21
0
[1021] trunk/wxruby2/rake/rakewx.rb: Memory mgmt: don''t run fixdeleting anymore
...5-19 22:39:41 UTC (rev 1020) +++ trunk/wxruby2/rake/rakewx.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-05-21 18:35:15 UTC (rev 1021) </span><span class="lines">@@ -247,7 +247,6 @@ </span><span class="cx"> do_swig(swig_file, cpp_file, $swig_options) </span><span class="cx"> post_process(cpp_file, "fixplatform.rb") </span><span class="cx"> post_process(cpp_file, "fixmodule.rb") </span><del>-&nbsp&nbsp&nbsp&nbsp&a...
2007 Apr 14
0
[967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile
...ss="cx"> </span><span class="cx"> </span><span class="lines">@@ -207,10 +209,10 @@ </span><span class="cx"> end </span><span class="cx"> </span><span class="cx"> def do_swig(swig_file, cpp_file, options) </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspif(!$found_good_swig) -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspif(!have_good_s...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
..."lines">@@ -258,21 +256,6 @@ </span><span class="cx"> end </span><span class="cx"> end </span><span class="cx"> </span><del>-def create_swig_event_task(base_name) - cpp_file = cpp_file(base_name) - swig_file = special_swig_file(base_name) - events_src = File.join %w|swig classes include events.rb| - fixevents = File.join($swig_dir, "fixevents.rb") - - - file( cpp_file => [ swig_file, events_src, fixevents ] ) do | t | - do_swig(swig_file, cpp_file, $swig_options) - p...