Displaying 7 results from an estimated 7 matches for "cpp_file".
Did you mean:
pp_file
2007 May 21
0
[1021] trunk/wxruby2/rake/rakewx.rb: Memory mgmt: don''t run fixdeleting anymore
...41 UTC (rev 1020)
+++ trunk/wxruby2/rake/rakewx.rb        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>-     &am...
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
..._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 => swig_file ) do |t|
</ins><span class="cx">...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...; return get_classes + get_optional_classes + extra_classes
</span><span class="cx"> end
</span><span class="cx">
</span><span class="lines">@@ -185,8 +185,6 @@
</span><span class="cx"> def add_initializers(cpp_file)
</span><span class="cx"> needs_init_list = get_classes
</span><span class="cx"> needs_init_list += get_optional_classes
</span><del>- needs_init_list << "Events"
- needs_init_list << "Events2"
<...
2019 May 07
0
dlopen failed: cannot locate symbol "opus_projection_encoder_ctl" referenced by "libopusenc.so"
...DULE := libopusenc
LOCAL_SRC_FILES := path/to/prebuilt/$(TARGET_ARCH_ABI)/libopusenc.so
include $(PREBUILT_SHARED_LIBRARY)
#=======================================
# Build my native Library.
#=======================================
include $(CLEAR_VARS)
LOCAL_MODULE := libmynative_jni
CPP_FILES := \
src/ogg_opus_jni_OGGEncoderJNIImpl.cpp \
src/ogg_opus_jni_OGGDecoderJNIImpl.cpp
LOCAL_SRC_FILES := $(CPP_FILES:$(LOCAL_PATH)/%=%)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/opus
LOCAL_CFLAGS := -Wno-gnu-designator -Wformat=0
LOCAL_CPPFLAGS += -std=c...
2007 Apr 14
0
[967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile
...">
</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>-        if(!$found_good_swig)
-                if(!have_good_swig)
-&...
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
...urn to_obj_files(all_obj_bases)
</span><span class="cx"> end
</span><span class="cx">
</span><ins>+def all_ruby_lib_files
+ FileList[ ''lib/**/*.rb'' ]
+end
+
</ins><span class="cx"> def add_initializers(cpp_file)
</span><span class="cx"> needs_init_list = get_classes
</span><span class="cx"> needs_init_list += get_optional_classes
</span><span class="lines">@@ -339,19 +341,27 @@
</span><span class="cx"> end...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...x"> needs_init_list << "Mac"
</span><span class="cx"> needs_init_list << "RubyConstants"
</span><del>- needs_init_list << "RubyEventTypes"
</del><span class="cx"> File.open(cpp_file, "a") do | out |
</span><span class="cx"> out.puts
</span><span class="cx"> out.puts(''extern "C" void InitializeOtherModules()'')
</span><span class="lines">@@ -297,7 +293,6 @@
<...