similar to: [LLVMdev] SVN Repository Layout.

Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] SVN Repository Layout."

2007 Jul 04
0
[LLVMdev] SVN Repository Layout.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Reid Spencer schreef: > All, > > There's been much email traffic and discussion about the repository > layout, top level stuff, etc. Additionally, Tanya, Chris, Gordon and I > had an IRC discussion last evening and worked through some of the issues > and confusion. As a result, I've prepared a web page that contains the >
2007 Apr 01
2
[LLVMdev] Using LLVM as a crosscompiler
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, After hearing Chris' talk at bossaconference I wanted to see if I could use LLVM (and/or llvm-gcc) as a crosscompiler for ARM. The documentation beautifully outlines how to build it for your host and how to crosscompile it, but not how to build it as a cross-compiler. So my question is: How should I build llvm and llvm-gcc4 to have it
2007 Apr 01
0
[LLVMdev] Using LLVM as a crosscompiler
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anton Korobeynikov schreef: > Hello, Koen. > >> So my question is: How should I build llvm and llvm-gcc4 to have it cross-compile from x86 >> to ARM/EABI? > Well, just supply appropriate --host/--target options to configure. To llvm or llvm-gcc4? > I haven't tried ARM, but this definitely works for crosscompiling from
2007 Apr 01
3
[LLVMdev] Using LLVM as a crosscompiler
Hello, Koen. > So my question is: How should I build llvm and llvm-gcc4 to have it cross-compile from x86 > to ARM/EABI? Well, just supply appropriate --host/--target options to configure. I haven't tried ARM, but this definitely works for crosscompiling from linux to mingw32. Please also note, that you'll need native (=arm) tools (binutils, libcheaders, etc) during gcc build
2007 Apr 01
0
[LLVMdev] Using LLVM as a crosscompiler
On Sun, 2007-04-01 at 21:26 +0200, Koen Kooi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > After hearing Chris' talk at bossaconference I wanted to see if I could use LLVM (and/or > llvm-gcc) as a crosscompiler for ARM. The documentation beautifully outlines how to build > it for your host and how to crosscompile it, but not how to build it as a
2007 Jul 07
1
[LLVMdev] Repository Layout
Devang Patel wrote: > Your suggestion makes life difficult for someone who wants to mirror > one subproject. Once, llvm-gcc is using svn at llvm.org, most likely > I will create a local mirror to follow llvm-gcc development. In that > case > it is easier to mirror > > .../llvm-gcc > > then > > ../trunk/llvm-gcc/ > ../branches/llvm-gcc/ >
2007 Apr 01
4
[LLVMdev] Using LLVM as a crosscompiler
Hi Koen, The process to build llvm-gcc as a crosscompiler is basically the same as build a normal gcc as crosscompiler. The differences: you need a LLVM installed (compiled for the host). You must configure llvm-gcc with --enable-llvm. Problems: - Today LLVM supports ARM/EABI, but llvm-gcc don't. You must apply the patch:
2008 Feb 05
3
Which antivirus for a Samba (Debian) fileserver?
I'm looking for an antivirus program for a Samba fileserver (PDC). Is ClamAV good enough? It seems to be mainly used for mail servers... Any other suggestion, free or non-free? I tried F-secure antivirus for linux servers but it keeps giving problems. All clients use F-secure which i centrally manage from another linux server which is pretty good imo. I read other people suggesting to use
2013 Jul 02
6
[PATCH v3] xfstests: btrfs/316: cross-subvolume sparse copy
This testscript creates reflinks to files on different subvolumes, overwrites the original files and reflinks, and moves reflinked files between subvolumes. Originally submitted as testcase 302, changes are made based on comments from Eric: http://oss.sgi.com/archives/xfs/2013-03/msg00231.html Two new common/rc functions used in this script (_require_cp_reflink and _verify_reflink) have been
2005 Jul 12
2
Complex plotting in R
Hi list, I'm looking for a function or a combination of functions to do panel plotting of mixed graph types with the same x axis. I would like to construct a panel with 3 stacked windows with on top a histogram, below that 2 cdf plots. They all have the same x axis value but different y axis values. Is it possible to construct something like that? I've looked into the lattice package
1998 Apr 06
3
Triggering processes through Samba
Hi, I need to upload data from a barcode scanner into a Progress database on UNIX. The barcode reader is attached to a PC. We have set it up in this way that the barcode reader creates a file in a directory shared by the PC and an HP box. A simple daemon on the HP scans the directory and triggers a program to upload the data whenever it finds a file in that directory. I was wondering if
2014 Jun 20
2
Alleged bug in Silk codec
Yes those instructions exist, although they're a bit slower than the basic 16x16->32 with 32-bit accumulation (SMLABB). So I'd be surprised if the function with 64 bit accumulation would run as fast as the current code. Don't know how much we care about 16-bit platforms. And accuracy should not matter. On the other hand, a 64-bit implementation is much cleaner/shorter, which is
2007 Nov 13
2
Creating a manifests ''release'' under SVN; trouble with SVN headers
Dear all I''ve gotten into the habit of including SVN headers in my templates, etc so it is easy to see where the file installed into /etc/puppet/ came from. Furthermore, we use svn cp to create release branches. Therefore, you''ll see something like this: # $Id: dumpadm.conf 1239 2007-10-23 16:04:06Z sa_dewha $ # $URL:
2006 Nov 29
12
ssl certificate problem
I''ve tried to implement puppetmaster High Availability (mon+heartbeat). Herefore, the puppet client and puppet master are running on both servers. When the puppet client starts up, it generates a certificate, public and private key for the machine it runs on. When the puppet master starts up, it changes something so that the puppet client have no valid certificate anymore (the
2007 Apr 29
4
[LLVMdev] SVN (?) Migration
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tanya M. Lattner wrote: > There was much debate about which version control system to switch to > (please search the llvm-dev mailing list). Well, I would if it were searchable... > I think its best not to rehash this discussion. We have already begun the > steps to convert to SVN. I come from a different perspective. While I
2007 Nov 22
2
Samba PDC windows XP logon scripts
Server: Debian etch (kernel 2.6.18-4-686) Samba 3.0.24 (PDC) Workstations: Windows XP Pro SP2 fully updated I want to have my windows xp users to login locally to their machine, but still have them automaticly check the netlogon share or something like that to apply network mappings and policies per group or user. I have this working when the user logs onto the domain. He gets a profile
2006 Nov 30
1
Cut function on semicolon separator
Hi, I have the most stupid problem in my dialplan. I need to do something as trivial as splitting a string, with a semicolon as separator. I was thinking the 'CUT' function would be perfect for this. But the problem is the semicolon. In the dialplan it is always understood as a separator for parameters. What I have tried so far: [macro-eva-on-sip] exten => s,1,NoOp(${CALLERID(name)})
2004 Mar 19
2
Beginners question
Dear list, I've been messing around with coding functions in R and it just won't make sense to me. Running my analysis by hand on command line is fine and works but because of the repetitive nature of the job I would like to code a function for it. My problem: I would like to read in data from a file in my current working dir. so my code would look like: myanalysis <-
2006 Jul 20
4
Plugins: svn externals vs. local repository
...or, what is the best practise for ensuring that capistrano gets plugin code to the production server? Do you hook up your plugins to the originating repository (thereby automatically picking up changes to the plugin), or check them into your application''s repo and use "script/plugin update" to keep plugins fresh? Does that method mess with your .svn directories? thanks for
2009 Jan 26
1
Samba password problem when in domain
Hi, In our network, I have set up a samba server in a workgroup. We're now migrating to a domain, using SBS 2003. When I locally login on XP and access the samba server, it works just fine. But, when I login on the domain and then try to access the same samba box, it doesn't accept my password. The username for my samba account and account on the domain are the same. Also, the name of