Displaying 4 results from an estimated 4 matches for "post_process".
Did you mean:
post_processor
2007 May 21
0
[1021] trunk/wxruby2/rake/rakewx.rb: Memory mgmt: don''t run fixdeleting anymore
...p;nbsp    2007-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>-              &n...
2012 Oct 10
7
[PATCH 0 of 7] Miscellaneous updates
Clearing out my local queue of changes before applying other''s.
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
..._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="cx"> post_process(cpp_file, "fixmodule.rb")
</span><span class="cx"> end
</span><span class="lines">@@ -259,8 +258,8 @@
</span><span class="cx"> def create_swig_main_task(base_name)
</span><span class="cx"> cpp_...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...e = 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)
- post_process(cpp_file, "fixmodule.rb")
- post_process(cpp_file, "fixevents.rb")
- end
- return cpp_file
-end
-
</del><span class="cx"> def create_swig_main_task(base_name)
</span><span class="cx"> cpp_file = cpp_file(base_name)
<...