search for: create_swig_helper_task

Displaying 3 results from an estimated 3 matches for "create_swig_helper_task".

2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...t;<span class="cx"> out.puts(''extern "C" void InitializeOtherModules()'') </span><span class="lines">@@ -297,7 +293,6 @@ </span><span class="cx"> end </span><span class="cx"> create_swig_helper_task("RubyConstants") </span><span class="cx"> create_swig_helper_task("RubyStockObjects") </span><del>- create_swig_helper_task("RubyEventTypes") </del><span class="cx"> create_swig_helper_task("Functi...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...name) </span><span class="cx"> cpp_file = cpp_file(base_name) </span><span class="cx"> swig_file = special_swig_file(base_name) </span><span class="lines">@@ -295,7 +278,6 @@ </span><span class="cx"> create_swig_helper_task("RubyStockObjects") </span><span class="cx"> create_swig_helper_task("Functions") </span><span class="cx"> create_swig_helper_task("Mac") </span><del>- create_swig_event_task("Events") </de...
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
...ig_options = '''' </span><span class="cx"> $swig_minimum_version = ''1.3.29'' </span><span class="cx"> </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...