search for: platofrm

Displaying 6 results from an estimated 6 matches for "platofrm".

Did you mean: platform
2007 Oct 18
6
Bug in minimal.rb
...t;foo"} # => {:a=>"foo"} So we gain: TreeCtrl.new(parent, :pos => [5, 25], :size => [100, 300] ) TreeCtrl.new(parent, pos: [5, 25], size: [100, 300] ) Aside from the earned praise, I found a glitch in samples/minimal/minimal.rb: - # PNG is a good choice for cross-platofrm icons + # PNG is a good choice for cross-platform icons icon_file = File.join( File.dirname(__FILE__), ''mondrian.png'') - self.icon = Wx::Icon.new(icon_file) + self.icon = Wx::Icon.new(icon_file, Wx::BITMAP_TYPE_PNG) Without Wx::BITMAP_TYPE_PNG it does not recognize t...
2016 Oct 12
2
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
...f you want to fix this test for good, here are the steps you need to take: 1. Checkout the test-suite on different platforms, x86_64, ARM, AArch64, PPC, MIPS. The more the merrier. 2. Enable fp-contract=on, run the tests on all platforms, record the outputs, ignore the differences. 3. Collate each platofrm's output for each test and see how different they are To make it easier to compare, in the past, I've used this trick: 1. Run in one platform, ex. x86_64, ignored the reference 2. Copy the output of those tests back to the reference_output 3. Run on a different platform, tweaking the tole...
2007 Aug 15
10
Objects in Session State Revisited
Hi Folks, I''m still a bit confused about the issue of storing "complex" objects in session state rather than storing simple objects. It''s my understanding that everything is an object in Ruby. If my understanding is correct, then storing a string or an integer in session means storing an object. It would seem then that the problem of storing objects in session is a
1999 Jul 06
0
File Locking (PR#18687)
Mattc@genesis2000.com wrote: > > The program is the one our comany makes, called Genesis 2000 for windows. I > am currently engaged on testing for this on the Samba server platofrm. I am > using the built-in samba package on Linux Mandrake 6.0. Smbd ver 2.0.3. > > We experience problems with file locking. Our program is based on dbase > technology, running clipper command set (for the DOS front end) and Codebase > (For windows front end). During login to the d...
2016 Oct 12
4
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
On Tue, Oct 11, 2016 at 10:39 PM, Sebastian Pop <sebpop.llvm at gmail.com> wrote: > On Tue, Oct 11, 2016 at 10:20 PM, Hal Finkel <hfinkel at anl.gov> wrote: >> ----- Original Message ----- >>> From: "Renato Golin" <renato.golin at linaro.org> >>> To: "Sebastian Pop" <sebpop.llvm at gmail.com> >>> Cc: "Hal
1999 Jul 08
1
SAMBA digest 2158
...0 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > Mattc@genesis2000.com wrote: > > > > The program is the one our comany makes, called Genesis 2000 for > windows. I > > am currently engaged on testing for this on the Samba server platofrm. > I am > > using the built-in samba package on Linux Mandrake 6.0. Smbd ver > 2.0.3. > > > > We experience problems with file locking. Our program is based on > dbase > > technology, running clipper command set (for the DOS front end) and > Codebase > > (...