Displaying 8 results from an estimated 8 matches for "fixplatform".
2006 Oct 19
0
[688] trunk/wxruby2/swig/fixplatform.rb: Remove a spurious warning on Windows (Roy Sutton)
...px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[688] trunk/wxruby2/swig/fixplatform.rb: Remove a spurious warning on Windows (Roy Sutton)</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>688</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-10-19...
2006 Oct 19
1
fixplatform patch
...at gets rid of a spurious warning on
MSVC. This should only affect mswin builds but I figured someone could
at least try compiling and making sure it doesn''t affect anything else.
Roy
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fixplatform.rb.patch
Url: http://rubyforge.org/pipermail/wxruby-development/attachments/20061019/6bb30d93/attachment.pl
2007 May 21
0
[1021] trunk/wxruby2/rake/rakewx.rb: Memory mgmt: don''t run fixdeleting anymore
...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>-                post_process(cpp...
2004 Sep 18
4
wxruby-swig problem: MDIChildFrame::Maximize
I just grabbed the latest wxruby-swig from cvs and tried to compile it
(without enabling the SWIG step) on my gentoo Linux box. I get:
g++ -c -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -O2 -march=athlon-xp -fPIC -I
/usr/lib/ruby/gems/1.8/gems/rake-0.4.8/bin -I
/usr/lib/ruby/gems/1.8/gems/rake-0.4.8/lib -I
2006 Oct 19
0
Pen.i patch
This patch removes a swig warning. I deleted a malformed (and unneeded)
typemap.
Also, my previous patch doesn''t get rid of the debug warning when
compiling wx.cpp under debug mode on Windows. I may run fixplatform
over wx.cpp if it won''t hurt it. I''ll test that and submit a patch if
it''s OK.
Roy
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Pen.i.patch
Url: http://rubyforge.org/pipermail/wxruby-development/attachments/200...
2006 Oct 19
0
[689] trunk/wxruby2/Changelog: Pen fix and remove some compile warnings
...p      2006-10-19 09:07:56 UTC (rev 689)
</span><span class="lines">@@ -1,3 +1,5 @@
</span><ins>+- Remove a SWIG warning in Pen and remove unneeded broken typemap (Roy Sutton)
+- Remove a spurious warning on MSWIN, in fixplatform.rb (Roy Sutton)
</ins><span class="cx"> - Fixes for printing framework - constants, missing meths (Roy Sutton/Sean Long)
</span><span class="cx"> - Some little doc fixes (Alex Fenton)
</span><span class="cx"> - Added printing support...
2006 Oct 21
0
[703] trunk/wxruby2/Changelog: Get/SetStipple for Wx::Pen; faster building on dual core; MDI sample bugs on OS X
...(Alex Fenton)
+- Enabled Pen#Get/SetStipple on Mac and MsWin (Alex Fenton/Roy Sutton)
</ins><span class="cx"> - Remove a SWIG warning in Pen and remove unneeded broken typemap (Roy Sutton)
</span><span class="cx"> - Remove a spurious warning on MSWIN, in fixplatform.rb (Roy Sutton)
</span><span class="cx"> - Fixes for printing framework - constants, missing meths (Roy Sutton/Sean Long)
</span></span></pre>
</div>
</div>
</body>
</html>
2006 Oct 24
0
[716] trunk/wxruby2/Changelog: Last changes in preparation for tagging 0.0.37
...t;cx"> - Enabled Pen#Get/SetStipple on Mac and MsWin (Alex Fenton/Roy Sutton)
</span><span class="cx"> - Remove a SWIG warning in Pen and remove unneeded broken typemap (Roy Sutton)
</span><span class="cx"> - Remove a spurious warning on MSWIN, in fixplatform.rb (Roy Sutton)
</span><ins>+- Scintilla support on OS X (Alex Fenton)
</ins><span class="cx"> - Fixes for printing framework - constants, missing meths (Roy Sutton/Sean Long)
</span><span class="cx"> - Some little doc fixes (Alex Fenton)
<...