similar to: [LLVMdev] New, incremental, approach to release notes

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] New, incremental, approach to release notes"

2011 Mar 10
1
[LLVMdev] LLVM 2.9 release notes + "Projects using LLVM" + API changes
Hi All, With 2.9 starting to make its way out into the world, it is time to start poking at the release notes. I plan to make a pass through llvm-commits to cull some of the major changes into bullets, but am already behind and insanely busy with other stuff over the next week. If you have commit access, I'd really appreciate it if you could take a pass through llvm/docs/ReleaseNotes.html
2006 Jun 24
0
Best approach for loading a data object into mysql?
I wrote a rexml script that parses rather big xml files (DOM parsing) and builds an object out of them. This is what it looks like after i parse the xml file and display the object: [#<Article:0xb79e7428 @brand="This is a story from ", @id=5337, @fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ", @source="source",
2012 May 13
0
[LLVMdev] [3.1 Release] Release Notes and External Projects
On 11.05.2012, at 22:55, Bill Wendling wrote: > Hi all! > > Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. I added some bigger picture notes to http://llvm.org/docs/ReleaseNotes.html this morning, but we're still missing a lot of text, specifically: - clang: clang has it's own release notes
2011 Nov 27
4
[LLVMdev] LLVM 3.0 release notes
The first draft of the LLVM 3.0 release notes now done, in llvm/docs/ReleaseNotes.html (the web page isn't autoupdating at the moment). Please take a look and make corrections or enhancements as you see fit. There are still a few things that I need from specific people (marked with XXX's): - BillW is writing a blog about exception handling. - The llvm.expect intrinsic isn't documented
2011 Nov 28
0
[LLVMdev] LLVM 3.0 release notes
Internal API changes mentioned the Type system changes twice... merging. It should now read: The biggest and most pervasive change is that the type system has been rewritten: PATypeHolder and OpaqueType are gone, and all APIs deal with Type* instead of const Type*. If you need to create recursive structures, then create a named structure, and use setBody() when all its elements are built. Type
2012 Dec 14
1
[LLVMdev] LLVM 3.2 release notes + LLVM Users
The LLVM 3.2 release is winding down, and that means release notes! There are two pieces to this. First, if you're an external LLVM user, we'd like to list you as such in the release notes. This is a great way to get some free advertisement. The section is here: http://llvm.org/viewvc/llvm-project/llvm/branches/release_32/docs/ReleaseNotes.html?revision=HEAD#externalproj Please email
2014 Dec 28
0
OT: Bittorrent clients
Sorin, I recommend you stick to Transmission since it's in Base. I have however issued updated packages for Deluge in my nux-dextop repo if it helps you. Also check rtorrent out. HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Sorin Srbu" <Sorin.Srbu at orgfarm.uu.se> > To: "(centos at
2012 May 11
5
[LLVMdev] [3.1 Release] Release Notes and External Projects
Hi all! Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. Also, if you have a project which uses LLVM, please send me a blurb about it and I can add it to our "external projects" list (or, if you have commit access, you can add it). Thanks! -bw
2012 May 13
0
[LLVMdev] [cfe-dev] [3.1 Release] Release Notes and External Projects
Hey, Do you want projects which specifically use LLVM 3.1 or just LLVM in general? Regards, Alex On Fri, May 11, 2012 at 10:55 PM, Bill Wendling <wendling at apple.com> wrote: > Hi all! > > Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. > > Also, if you have a project which uses LLVM, please
2014 Dec 28
5
OT: Bittorrent clients
Hi all, Just switched my home computer from Windows 7 to CentOS 6.6 and I'm having a slight bit of trouble with the bittorrent-clients. * Transmission is fine but lacks "a bit" in features. * Vuze is my preferred bt-client but gives me horrendous gfx-artifacts, like not showing the torrent name (it's white text on a white background or some such...). * Deluge is better, and
2014 Dec 28
0
OT: Bittorrent clients
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just wondering to myself: What made you switch from Windows 7 to CentOS 6.6? Eliezer On 12/28/2014 10:36 AM, Sorin Srbu wrote: > Hi all, > > Just switched my home computer from Windows 7 to CentOS 6.6 and I'm > having a slight bit of trouble with the bittorrent-clients. > > * Transmission is fine but lacks "a bit"
2003 Nov 27
2
Just a thought, all this "swen" stuff, this list
It seems anyone posting to this list gets a deluge (and I mean a deluge) of virus infected windows garbage. It's basically enough to ruin any email address you sign up to the list with; it doesn't matter if you have a virus scanner integrated with your MTA, I really don't want to see 200 virus notifications a day because i posted to this list. I have been getting about 20MB of swen a
2005 Jan 01
2
libFLAC bitbuffer optimizations
Josh Coalson <xflac@yahoo.com> wrote: > thanks for the patch. No prob :) > also, if you have miroslav's patch again a more updated version > of bitbuffer.c that would be great. I have been meaning to get > around to applying it for a long time. This is Miroslav's patch, from the mailing list post I dug up in the archives: --- orig/src/libFLAC/bitbuffer.c +++
2007 Jun 26
3
Possible Filesystem Corruption with Samba 3.0.25a (with XFS and LVM)
Hello! A few days ago I received a filesystem memory corruption notification from Debian's Linux kernel (2.6.20), which automatically unmounted my root partition. Upon closer investigation, I found that something had overwritten most of my data, XFS's superblocks and other metadata structures. That means from partition offset 0x200. At the time of the error, the only services I was using
2004 Sep 10
4
bitbuffer optimizations
Ok, here is a patch waiting for new CVS :). It works fine for me, but please check it before commiting... -- Miroslav Lichvar -------------- next part -------------- --- src/libFLAC/bitbuffer.c.orig 2003-01-30 17:36:01.000000000 +0100 +++ src/libFLAC/bitbuffer.c 2003-01-30 21:53:18.000000000 +0100 @@ -51,6 +51,25 @@ */ static const unsigned FLAC__BITBUFFER_DEFAULT_CAPACITY = ((65536 - 64) *
2010 Mar 17
0
[LLVMdev] projects compatible with 2.7 + release notes
Oh yeah, if you are working on a problem that works with 2.7, please send me a(n updated) blurb for the "External Open Source Projects Using LLVM 2.7" section, thanks! -Chris
2011 Apr 06
0
[LLVMdev] Last call for "external users of llvm" in the 2.9 release notes
Hi All, If you have an out of tree project that works with the 2.9 release, and would like to be mentioned here: http://llvm.org/docs/ReleaseNotes.html#externalproj please send me a blurb ASAP. -Chris
2006 Jun 26
0
DBI question. How do I load a database with data parsed from REXML?
I wrote a rexml script that parses rather big xml files (DOM parsing) and builds an object out of them. This is what it looks like after i parse the xml file and display the object: [#<Article:0xb79e7428 @brand="This is a story from ", @id=5337, @fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ", @source="source",
2006 May 03
0
RoR Developer Job available in San Francisco (downtown)
Hello, Thought I''d pass this along to any job seekers out there. My understanding is that this is a relatively junior to mid-level position. ============================================================== Web Application Developer -- Ruby on Rails Blurb, Inc, San Francisco (Full Time) Are you a person who is excited to explore new technologies and build cutting edge applications
2010 Apr 22
8
[LLVMdev] 2.7 release notes
Ok, the LLVM 2.7 release notes are in near final shape. Please take a look and suggest improvements (or, better yet, just commit improvements if you have commit access): http://llvm.org/docs/ReleaseNotes.html Things still needed are marked with FIXMEs. These include: 1. Clang needs a blurb describing what's new in 2.7. Have the clang folks been doing anything for the last 6 months? 2. I