similar to: [LLVMdev] Subversion Migration

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Subversion Migration"

2007 Mar 03
0
[LLVMdev] Subversion Migration
On Fri, 2007-03-02 at 17:48 -0600, John Criswell wrote: > Dear All, > > I've just heard that there's been a recent discussion on the IRC channel > about moving the LLVM source repository from CVS to Subversion (SVN) and > that this migration may happen "soon." Yes, its been talked about for ages and its time to do it. We've debated the choice of repositories
2007 Mar 03
2
[LLVMdev] Subversion Migration
Hi, Two things regarding the new subversion repository :- 1) Can you remove lib/CodeGen/ELF - which was a copy of the 'libelf' GNU library which got partially deleted. 2) Is there any way make the "Win32" Visual Studio 2003 a separate source repository, so we do not have the VS2003 code being distributed on every *nix platform. AND could we also have a Visual Studio 2005
2007 Mar 03
2
[LLVMdev] Subversion Migration
> On Sat, 3 Mar 2007, Aaron Gray wrote: >> Two things regarding the new subversion repository :- >> 1) Can you remove lib/CodeGen/ELF - which was a copy of the 'libelf' GNU >> library which got partially deleted. > > I just removed it from the CVS repo. > >> 2) Is there any way make the "Win32" Visual Studio 2003 a separate source >>
2007 Mar 03
0
[LLVMdev] Subversion Migration
On Sat, 3 Mar 2007, Aaron Gray wrote: > Two things regarding the new subversion repository :- > 1) Can you remove lib/CodeGen/ELF - which was a copy of the 'libelf' GNU > library which got partially deleted. I just removed it from the CVS repo. > 2) Is there any way make the "Win32" Visual Studio 2003 a separate source > repository, so we do not have the VS2003
2007 Mar 04
0
[LLVMdev] Subversion Migration
On Sat, 3 Mar 2007, Aaron Gray wrote: >> What is the motivation for this? The Win32 directory doesn't have VS2003 >> source code AFAIK, > > No just the VS2003 project and solution files and a about 30 sub directories > which are not required on *nix platforms. So it would be good to have the > "win32" files in a separate repository if possible. I thought this
2007 Mar 03
3
[LLVMdev] Subversion Migration
> On Sat, 3 Mar 2007, Aaron Gray wrote: >>> What is the motivation for this? The Win32 directory doesn't have >>> VS2003 >>> source code AFAIK, >> >> No just the VS2003 project and solution files and a about 30 sub >> directories >> which are not required on *nix platforms. So it would be good to have the >> "win32" files
2007 Jun 29
2
[LLVMdev] Web Server back up
Chris Lattner wrote: > On Fri, 29 Jun 2007, John Criswell wrote: > >> The LLVM web server is up and running, but we're still working on some >> subversion configuration issues. The server may go up and down >> intermittently as we try configuration changes over the next half hour. >> > > Apparently someone clobbered
2007 Jun 29
3
[LLVMdev] Web Server back up
Dear All, The LLVM web server is up and running, but we're still working on some subversion configuration issues. The server may go up and down intermittently as we try configuration changes over the next half hour. Sorry for the inconvenience. -- John T.
2008 Jan 18
1
Recover lost data from LVM RAID1
Guys, The other day while working on my old workstation it get frozen and after reboot I lost almost all data unexpectedly. I have a RAID1 configuration with LVM. 2 IDE HDDs. md0 .. store /boot (100MB) -------------------------- /dev/hda2 /dev/hdd1 md1 .. store / (26GB) /dev/hda3 /dev/hdd2 The only info that still rest in was that, that I restore after the fresh install. It seems that the
2008 Jan 18
1
HowTo Recover Lost Data from LVM RAID1 ?
Guys, The other day while working on my old workstation it got frozen and after reboot I lost almost all data unexpectedly. I have a RAID1 configuration with LVM. 2 IDE HDDs. md0 .. store /boot (100MB) -------------------------- /dev/hda2 /dev/hdd1 md1 .. store / (26GB) -------------------------- /dev/hda3 /dev/hdd2 The only info that still rest in was that, that I restore after the fresh
2006 Jan 27
2
[LLVMdev] VS2005 patch
The new property manager doesn't exist in VS2003 either. Don't know where to add it. Chris Lattner wrote: > On Fri, 27 Jan 2006, Jeff Cohen wrote: > >> _CRT_SECURE_NO_DEPRECATE is new for VS2005. Nothing I can do with it >> in VS2003. > > > It shouldn't hurt to define it though, even if VC2003 where it does > nothing. Right? > > -Chris >
2007 Apr 13
2
[LLVMdev] Wiki
TSG (our support group) is going to set up a Wiki on zion so that access can be checked against a list of some sort. It should happen by early next week, perhaps sooner (not likely). They actually have a central departmental Wiki and created an LLVM space there already, but that cannot be made accessible to non-UIUC people without creating an account for each person. They have a
2006 Jan 27
2
[LLVMdev] VS2005 patch
_CRT_SECURE_NO_DEPRECATE is new for VS2005. Nothing I can do with it in VS2003. Morten Ofstad wrote: > Jeff Cohen wrote: > >> The project files need frequent updating. I cannot maintain VS2005 >> project files, so while they could be distributed with LLVM, they >> will become broken fast. Also, VS2003 and VS2005 project and >> solution files cannot coexist in
2004 Sep 14
2
OGGDS\OggSDK missing from svn
Hello, I am trying to get hold of the sources for the ogg vorbis DirectShow filter. I have checked out trunk\oggds, but the solution refers to projects under OggSDK, viz: "OggSDK\ogg\win32\ogg_dynamic.vcproj" "OggSDK\vorbis\win32\vorbis_dynamic.vcproj" "OggSDK\vorbis\win32\vorbisenc_dynamic.vcproj" ....which do not appear to be in subversion. The
2006 Jan 26
2
[LLVMdev] VS2005 patch
The project files need frequent updating. I cannot maintain VS2005 project files, so while they could be distributed with LLVM, they will become broken fast. Also, VS2003 and VS2005 project and solution files cannot coexist in the same directories, further complicating matters. Aaron Gray wrote: > Hi Morten, > > If you can make the VS2005 project files availiable on the net then I
2006 Jan 27
0
[LLVMdev] VS2005 patch
On Fri, 27 Jan 2006, Jeff Cohen wrote: > The new property manager doesn't exist in VS2003 either. Don't know where to > add it. Isn't there a place to add -D_CRT_SECURE_NO_DEPRECATE for the preprocessor? Isn't this all we are talking about, or am I missing something? -Chris >> On Fri, 27 Jan 2006, Jeff Cohen wrote: >> >>> _CRT_SECURE_NO_DEPRECATE
2006 Jan 27
0
[LLVMdev] VS2005 patch
On Fri, 27 Jan 2006, Jeff Cohen wrote: > _CRT_SECURE_NO_DEPRECATE is new for VS2005. Nothing I can do with it in > VS2003. It shouldn't hurt to define it though, even if VC2003 where it does nothing. Right? -Chris > Morten Ofstad wrote: > >> Jeff Cohen wrote: >> >>> The project files need frequent updating. I cannot maintain VS2005 >>>
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg
MetaSplit is an anlysis I just finished writing. It doesn't alter anything, all it does is build a set of "program instructions". For some reason even though if I run it with any other combination of passes I've found, anytime I run it with mem2reg I get a seg fault in dyn_cast! Here's output: Starting program: /mounts/zion/disks/0/localhome/pmeredit/llvm/tools/Debug/opt
2004 Jun 23
2
[LLVMdev] weird issue with mem2reg
On Wed, 23 Jun 2004, Patrick Meredith wrote: > MetaSplit is an anlysis I just finished writing. It doesn't alter anything, > all it does is build a set of "program instructions". For some reason even > though if I run it with any other combination of passes I've found, anytime > I run it with mem2reg I get a seg fault in dyn_cast! Here's output: > >
2006 Jan 27
0
[LLVMdev] VS2005 patch
Jeff Cohen wrote: > The project files need frequent updating. I cannot maintain VS2005 > project files, so while they could be distributed with LLVM, they will > become broken fast. Also, VS2003 and VS2005 project and solution files > cannot coexist in the same directories, further complicating matters. The VS2003 project files convert without problems -- you might want to add in