Displaying 20 results from an estimated 58 matches for "multiplatform".
2012 Sep 30
3
[LLVMdev] Hello World assembly without clib "puts"?
>
> The more important question is: why would you want to do that? What
> problem are you trying to solve?
As weird as it sounds, I'm looking for multiplatform assembly languages. I
want to learn assembly, but I want my knowledge and code to carry over no
matter which operating system I'm using. I regularly use Windows, Mac, and
Linux, and I don't want to have to rewrite my codebase every time I boot
into another operating system.
I can do this b...
2012 Sep 30
0
[LLVMdev] Hello World assembly without clib "puts"?
On 30 Sep 2012, at 01:05, Andrew Pennebaker wrote:
> Can Hello World be written in LLVM assembly without using a C library function like "puts"?
LLVM IR models a general-purpose unprivileged CPU instruction set and so lacks anything to do I/O. If you want to interact with anything beyond the CPU and stack, you must either call a library function, issue a system call, or modify some
2014 Nov 26
2
Changelog: improved decoding
...by Miroslav Lichvar
<http://git.xiph.org/?p=flac.git;a=commit;h=4eab6313cd2198b5647d925bdb3847590505fa21>
2) "Performance checks" graph posted by Martijn van Beurden reminded me that
the decoding improvements for FLAC were made only for 32-bit x64 architecture
(aka IA32). FLAC is multiplatform, so it make sense to mention this.
2012 Sep 30
3
[LLVMdev] Hello World assembly without clib "puts"?
Can Hello World be written in LLVM assembly without using a C library
function like "puts"?
Cheers,
Andrew Pennebaker
www.yellosoft.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120929/ed2e5f2f/attachment.html>
2001 May 01
2
graphics library fltk
we still do not have dynamic graphics in R natively.
i just found out about a widget library called fltk
info is at
www.fltk.org
it has all the stuff r currently can do only through tcl/tk or
(as i do it) excel: sliders, knobs, spinners and so on.
it is multiplatform, there are production versions for
unixen and windows, and there is a beta for macs.
this could be a way of getting some of luke's dynamic graphics tools
into R more easily.
perhaps this looks interesting enough that some r-core member will have
a look at it.
--
Erich Neuwirth, Computer S...
2008 Oct 11
2
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
...extremely
capable, and running tests through it tend to execute faster, able to
test more things, can code the tests faster (there are wonderful
libraries that speed such things up, like boost), and it "Just Works"
everywhere. Relying on posix for example, is just as bad and useless
for multiplatform work as is relying on something like MFC
(consequently, it is reasons like this that I also *HATE* the automake
tools as they create the most convoluted horrible to deal with build
scripts in existence, where-as cmake works wonderfully, and if you
really need to do special crap like automake things...
2008 Oct 26
0
[LLVMdev] CMake builds clang.
...ent and easy to maintain
would be a major gain. Once it is finished, I expect that some minutes
of study would be enough for understanding how the LLVM CMake build
system works. Add an hour more and you will be ready for some major
maintenance work, without previous CMake experience. Apart from its
multiplatform, multitool character, this is where CMake is vastly
superior to autoconf & gmake.
--
Oscar
2008 Oct 11
0
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
OvermindDL1 wrote:
> On Fri, Oct 10, 2008 at 3:19 PM, Kenneth Boyd <zaimoni at zaimoni.com> wrote:
>
>> LLVM will be mostly irrelevant on Windows as long as it doesn't have
>> either a native-enough testing framework on Windows, or a build process
>> that chokes on canonical Windows tools. [Specifically, Perl. I get the
>> same errors with unpatched
2017 Sep 12
2
[Qemu-devel] [RFC] Buffers/caches in VirtIO Balloon driver stats
...s of reclaimable memory via the stats?
I'll go ahead then and start sending patches. What would be the proper
course of action here? Send patch for the driver first, or send patch
for QEMU first or send both patches right away?
> >>
> >> 2) Considering the balloon device is multiplatform (Linux, BSD,
> >> Windows), is there a problem with including buffers/caches? These seem
> >> to be specific to the Linux virtual memory subsystem. Of course, other
> >> OSes could just report zeros. Are there some internal stats on those
> >> OSes that could be...
2017 Sep 12
2
[Qemu-devel] [RFC] Buffers/caches in VirtIO Balloon driver stats
...s of reclaimable memory via the stats?
I'll go ahead then and start sending patches. What would be the proper
course of action here? Send patch for the driver first, or send patch
for QEMU first or send both patches right away?
> >>
> >> 2) Considering the balloon device is multiplatform (Linux, BSD,
> >> Windows), is there a problem with including buffers/caches? These seem
> >> to be specific to the Linux virtual memory subsystem. Of course, other
> >> OSes could just report zeros. Are there some internal stats on those
> >> OSes that could be...
2008 Oct 26
2
[LLVMdev] CMake builds clang.
On Oct 26, 2008, at 11:17 AM, Óscar Fuentes wrote:
>> It would be simpler for autoconf builds to have a Perl script that
>> updates the CMakeLists.txt files when necessary. (This doesn't look
>> *that* hard, but I can't say when I'll surface long enough to work
>> on that.)
>
> In theory, it is possible to do this with cmake itself. In practice,
>
2008 Oct 23
1
Getting the panel location of a xyplot matrix using a mouse click in a GDCanvas
...d" + e.getX() + " " + e.getY());
System.out.println(re.eval("t = trellis.focus()"));
System.out.println(re.eval("t"));
// I would update the panel here ...
}
I am only using Java because:
- I am proficient in Java GUI programmer
- It is multiplatform
Another way of posing the question is:
Given the coordinates from grid.location how can I find out the plane of an
xyplot matrix where the user clicked.
I have tried to figure out how to do it from code using trellis.clickFocus,
but I have have only been playing with R for a week, so I am quite l...
2018 Feb 14
2
[PATCH 4/4] vfio: Allow type-1 IOMMU instantiation with a virtio-iommu
On Wed, 14 Feb 2018 14:53:40 +0000
Jean-Philippe Brucker <jean-philippe.brucker at arm.com> wrote:
> When enabling both VFIO and VIRTIO_IOMMU modules, automatically select
> VFIO_IOMMU_TYPE1 as well.
>
> Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker at arm.com>
> ---
> drivers/vfio/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
2018 Feb 14
2
[PATCH 4/4] vfio: Allow type-1 IOMMU instantiation with a virtio-iommu
On Wed, 14 Feb 2018 14:53:40 +0000
Jean-Philippe Brucker <jean-philippe.brucker at arm.com> wrote:
> When enabling both VFIO and VIRTIO_IOMMU modules, automatically select
> VFIO_IOMMU_TYPE1 as well.
>
> Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker at arm.com>
> ---
> drivers/vfio/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
2006 Jul 23
3
help jedit
Hi,
i was hoping (maliciously enough) if someone has also bumped into this
problem. apologies in advance; this isn''t a rails/ruby question, but as
i am a newbie developing in RoR and switching to Linux correspondingly,
i was referenced to use Jedit as the prefferable editor for rails/ruby.
but i have been having some trouble installing it - - i was wondering if
anyone had bumped
2005 Aug 02
1
RCS/delete on close/delete readonly
...from the Windows Explorer of one workstation. From another
workstation, modify that file and then delete it. Repeat this trial for
all your workstations. (If you are using a shared working area, please
perform the above trial on both the repository and the working folders.)
Please refer to the Multiplatform section of the FAQ for full details on
Samba setup files. URL:
http://www.componentsoftware.com/Products/RCS/faq/index.html?unixwin.htm
Dave
--
Dave Hill
Newnham Research Ltd
2008 Oct 11
4
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
On Fri, Oct 10, 2008 at 2:44 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> That is because the lib/CodeGen project file is missing PBQP.cpp.
That did not help, that cpp and its header do not contain
createPBQPRegisterAllocator anywhere in them. it was still missing
those files in the project though. What did fix it was adding in
RegAllocPBQP.cpp, so that file, and the PBQP.cpp/.h need
2017 Jul 29
2
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On Fri, Jul 28, 2017 at 07:56:41PM +0200, hw wrote:
> Sure is: You get to manage your distribution yourself by picking the
> versions of packages you figure might work together, which you are
> supposed and required to do with Gentoo, especially when you run into
> yet another dependency conflict. Only --- I guess --- you don?t get
> the same level of control over the packages as
2006 Oct 03
1
NUT release process (was: Stack corruption in newhidups.c)
...e a 2nd baby by 2
months, and a house to build...)
> > Lastly, I'm really about to finish my internal big projects, so I'll
> > be back really soon...
>
> Great! -- Peter
>
For those interested in, these big projects are for the new MGE
Network Shutdown Module (with a multiplatform graphical installer and
systray), available as a beta:
http://www.mgeups.com/email/forms/nsmv3.htm
Arnaud
--
Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSourc...
2017 Sep 15
0
[Qemu-devel] [RFC] Buffers/caches in VirtIO Balloon driver stats
...ing patches. What would be the proper
> course of action here? Send patch for the driver first, or send patch
> for QEMU first or send both patches right away?
If you have both ready, I think it would be fine to send them all.
>
>
>>>> 2) Considering the balloon device is multiplatform (Linux, BSD,
>>>> Windows), is there a problem with including buffers/caches? These seem
>>>> to be specific to the Linux virtual memory subsystem. Of course, other
>>>> OSes could just report zeros. Are there some internal stats on those
>>>> OSes th...