search for: clonable

Displaying 17 results from an estimated 17 matches for "clonable".

2010 Mar 27
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat Mar 27 21:38:52 +0100 2010, Michel Alexandre Salim wrote: > There are LLVM Git mirrors (there's one on GitHub, and I used to have > a personal clone too) but they all track only the trunk directory The Git mirror I maintain at http://github.com/earl/llvm-mirror has releases branches (and tags), currently going back to the 2.0 release. Once 2.7 is released, I'll add the
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim <michael.silvanus at gmail.com> wrote: >> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm > Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/ > RA layer request failed: Server sent unexpected return value (403 > Forbidden) in response to REPORT request for >
2010 Mar 28
2
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sun, Mar 28, 2010 at 7:05 AM, Reid Kleckner <rnk at mit.edu> wrote: > On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim > <michael.silvanus at gmail.com> wrote: >>> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm >> Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/ >> RA layer request
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
> A good solution, surely, would be to anoint a single official > Git/Mercurial mirror, and announce it in the same page as the SVN > checkout instructions? MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling of branches and tags as discussed by Vladimir and Eric in this post:
2010 Mar 31
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On 03/28/2010 09:54 PM, Chris Lattner wrote: > On Mar 28, 2010, at 10:35 AM, Jon wrote: > >>> A good solution, surely, would be to anoint a single official >>> Git/Mercurial mirror, and announce it in the same page as the SVN >>> checkout instructions? >> MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling
2010 Mar 28
2
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Mar 28, 2010, at 10:35 AM, Jon wrote: >> A good solution, surely, would be to anoint a single official >> Git/Mercurial mirror, and announce it in the same page as the SVN >> checkout instructions? > > MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling of branches and tags as discussed by Vladimir and Eric in this
2010 Mar 27
4
[LLVMdev] [repository] Make LLVM repository Git-clonable
Hi, As a Linux package maintainer I tend to follow LLVM mostly towards the end of each release cycle; nevertheless, I sometimes need to keep track of multiple LLVM branches at the same time. It would be great if I could use Git's SVN to clone the repository once, and then have the full version history available locally in a compact format. As a bonus, this will reduce the load on the server
2005 Sep 25
1
SYSLINUX development is now in "git"
I have now migrated SYSLINUX development from CVS to "git". A clonable repository is available at: rsync://rsync.kernel.org/pub/scm/boot/syslinux/syslinux.git If you're doing any kind of development of syslinux, I recommend installing cogito and git and cloning this repository. It will both yours and my workflow a lot nicer. It will also let people see...
2018 Jan 18
2
Update the "repository URL" links for centos.org website
I had a bit of trouble git cloning the website since the repository URL portion isn't filled in, see: https://git.centos.org/summary/?r=websites/centos.org.git Only until I went onto https://git.centos.org/summary/?r=websites/bugs.centos.org.git was I able to infer on how to actually git clone it. Could someone possibly update the URL for
2007 Nov 19
1
biocep project (R for the Web and the Virtual R Workbench)
...ance via HTTP Tunneling) - Use R to generate Graphics on the fly for thin web clients - Use R from within a Workbench that includes an advanced script editor, a Spreadsheet View fully connected to R data and functions, an R Object Inspector, composable and dockable Views, interactive R devices, clonable R Graphics.. - Use the Workbench from within a browser or via Java Web Start to access a pool of Remote R Instances - Use the Workbench to control on demand any Remote R Instance - Provide a packaging for R Based Desktop applications that enables Web based, one click installation (Embedded R for...
2004 Aug 09
0
[LLVMdev] How to get LoopInfo within Pass subclass?
...st one BatcherClass? I'm not sure about this. At the time add is called, you don't know what the functions are. I think that the correct solution is to just build up more-or-less what we already have, but when a functionpass is marked used by a pass, the funciton pass should be marked as clonable. At function-pass-run-time, we should call clone() (a new method on function passes), to create one copy of each marked function pass for each non-external function in the module (only if the function pass is marked as being used by a Pass obviously :) ) These clones can be stored in in a map fro...
2018 Jan 22
0
Update the "repository URL" links for centos.org website
...sent a mail to the list, so let's discuss that here too :-) It seems that while public, the auth in place at git.centos.org for website doesn't permit cloning (with git) while one can still download it as .tag.gz, .zip, etc .. Let me see why it was decided to have it public but not "clonable" with the involved folks and I'll keep the list informed -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature S...
2004 Aug 09
2
[LLVMdev] How to get LoopInfo within Pass subclass?
On Aug 5, 2004, at 8:11 PM, Chris Lattner wrote: > > Sure, you can do that. Just use F->getParent() to get to the Module. D'oh. OK, so I can do what I need with a hack for now. >> Also, out of curiosity, why the stateless restriction - is it because >> passes may someday be run in parallel? > > Yup, exactly. That and we want to be able to make multiple instances
2007 Nov 19
0
biocep project - R for the Web and the Virtual R Workbench
...nstance via HTTP Tunneling) - Use R to generate Graphics on the fly for thin web clients - Use R from within a Workbench that includes an advanced script editor, a Spreadsheet View fully connected to R data and functions, an R Object Inspector, composable and dockable Views, interactive R devices, clonable R Graphics.. - Use the Workbench from within a browser or via Java Web Start to access a pool of Remote R Instances - Use the Workbench to control on demand any Remote R Instance - Provide a packaging for R Based Desktop applications that enables Web based, one click installation (Embedded R for Wi...
2004 Aug 10
1
[LLVMdev] How to get LoopInfo within Pass subclass?
...sure about this. At the time add is called, you don't know > what > the functions are. I think that the correct solution is to just build > up > more-or-less what we already have, but when a functionpass is marked > used > by a pass, the funciton pass should be marked as clonable. > > At function-pass-run-time, we should call clone() (a new method on > function passes), to create one copy of each marked function pass for > each > non-external function in the module (only if the function pass is > marked > as being used by a Pass obviously :) ) > &g...
2010 Apr 07
53
ZFS RaidZ recommendation
I have been searching this forum and just about every ZFS document i can find trying to find the answer to my questions. But i believe the answer i am looking for is not going to be documented and is probably best learned from experience. This is my first time playing around with open solaris and ZFS. I am in the midst of replacing my home based filed server. This server hosts all of my media
2007 Nov 23
0
R users in Cyprus
...g) > - Use R to generate Graphics on the fly for thin web clients > - Use R from within a Workbench that includes an advanced script > editor, a Spreadsheet View fully connected to R data and functions, an > R Object Inspector, > composable and dockable Views, interactive R devices, clonable R > Graphics.. > - Use the Workbench from within a browser or via Java Web Start to > access a pool of Remote R Instances > - Use the Workbench to control on demand any Remote R Instance > - Provide a packaging for R Based Desktop applications that enables Web > based, one click i...