Displaying 7 results from an estimated 7 matches for "debug_build".
2006 Aug 14
6
Patches to rake files
rakewx.rb:
- Added a $debug_build variable so when we do eventually we can also
release non debug builds. I did not make this a constant on purpose so
in the package tasks we can change it to false if we want to always
make non debug builds by default.
- Changed wx_config to use the $debug_build variable
rakemswin.rb:
- Updated t...
2017 Mar 09
2
LLVMGetBitcodeModuleInContext2 problem
...he function
> func = (object0_t * (*)(void))LLVMGetFunctionAddress(engine,
> "test");
> output = (*func)();
> }
>
> when this code is executed, i see:
>
> ...
> LLVMGetBitcodeModuleInContext2() returned 0
> ; ModuleID = '/home/toshi/tensyr/debug_build/test.bc'
> source_filename = "test.c"
> target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
> target triple = "x86_64-unknown-linux-gnu"
>
> @str = private unnamed_addr constant [16 x i8] c"test successful\00"
>
> ; Materializ...
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
.../span><span class="cx"> $WXDIR=ENV[''WXWIN'']
</span><del>-$WXVERSION = ''26''
</del><ins>+$WXVERSION = ''28''
</ins><span class="cx">
</span><span class="cx"> if $debug_build
</span><span class="cx"> $DEBUGPOSTFIX=''d''
</span><span class="lines">@@ -32,29 +32,28 @@
</span><span class="cx"> $POSTFIX = $UNICODEPOSTFIX + $DEBUGPOSTFIX
</span><span class="cx">
</...
2017 Mar 08
2
LLVMGetBitcodeModuleInContext2 problem
Or do you mean I need to load the module into memory before calling
LLVMGetBitcodeModuleInContext2?
> Yes, you need to load the module into memory first.
> LLVMCreateMemoryBufferWithContentsOfFile will do that for you.
Thanks!
On Wed, Mar 8, 2017 at 3:48 PM, Friedman, Eli <efriedma at codeaurora.org>
wrote:
> On 3/8/2017 3:44 PM, Toshiyasu Morita wrote:
>
>
>>
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Jul 26
10
Patch for wxRuby2
...Added the xrc example program (again)
- Added typemap to finally get wxItemKind working correctly, gets rid
of my fixedswigcode.rb hack.
- Added the wxMenuItem class.
- Added a type check for wxDateTime so CalendarCtrl now works properly
with ruby class DateTime.
- Changed $DEBUG in extconf.rb to $DEBUG_BUILD, for some reason it was
clashing with mkmf on Windows.
- Added wxBeginBusyCursor and wxEndBusyCursor to functions.i
- Added wxToolTip class.
- Many missing methods for existing classes.
- Slight tweaks to the sample programs.
I also made this patch so Kevin can use this patch command:
patch -p1 &l...
2013 Feb 22
48
[PATCH v3 00/46] initial arm v8 (64-bit) support
This round implements all of the review comments from V2 and all patches
are now acked. Unless there are any objections I intend to apply later
this morning.
Ian.