Posted in Mac OS X, Valgrind on September 2nd, 2009 6 Comments »
A new entry in the annals of unfortunate software release dates:
On August 19, Valgrind 3.5.0 was released. It added support for Mac OS 10.5.
On August 28, Mac OS 10.6 was released.
Valgrind 3.5.0 does not support Mac OS 10.6.
If you try to install Valgrind on a machine running Mac OS 10.6, it will fail at configure-time. [...]
Posted in Mac OS X, Valgrind on August 20th, 2009 7 Comments »
Valgrind 3.5.0 has been released! It’s the first release that supports Mac OS X. It also adds a number of other new features and a whole lot of bug-fixes. See the release notes for details. Many thanks to everyone who contributed to this release.
Posted in Mac OS X, Valgrind on July 17th, 2009 5 Comments »
We’re now in the preparation phase for the 3.5.0 release of Valgrind, which will be the first release with Mac OS X support. We’ve absorbed some Mozilla culture in the Valgrind development process — we’re now using Bugzilla much more effectively. We have 17 open blockers (and 18 closed blockers), and 41 open “wanted” bugs [...]
Posted in Mac OS X, Valgrind on June 17th, 2009 5 Comments »
It’s time for the June update on the progress of the Mac OS X port of Valgrind.
Progress has been good: the DARWIN branch has been merged to the trunk. With that having happened, we’re now in sight of an actual release (3.5.0) containing Mac OS X support. There’s some polishing and bug-fixing — both [...]
Posted in Mac OS X, Valgrind on May 28th, 2009 17 Comments »
This morning I merged the DARWIN branch, which had been holding Valgrind’s support for Mac OS X, onto the trunk. The branch is now defunct, and Valgrind-on-Mac users should check out the trunk like so:
svn co svn://svn.valgrind.org/valgrind/trunk <dirname>
cd <dirname>
and then build it according to the instructions in the README file.
This is a good thing, [...]
Posted in Mac OS X, Valgrind on May 18th, 2009 4 Comments »
It’s time for the May update on the progress of the Mac OS X port of Valgrind. In the last month, 133 commits have been made to the DARWIN branch by Julian Seward and myself.
Here are the current (as of r9898) values of the metrics I have been using as a means of tracking progress.
The [...]
Posted in Mac OS X, Valgrind on April 17th, 2009 Comments Off
It’s time for the April update on the progress of the Mac OS X port of Valgrind. It’s been a quieter month because I was on vacation for over 3 weeks, and Julian Seward hasn’t had a great deal of time to work on the port either. Even still, in that time 77 commits have [...]
Posted in Mac OS X, Valgrind on March 17th, 2009 1 Comment »
Another month has passed since I last wrote about my work on the Mac OS X port of Valgrind. In that time 126 commits have been made to the DARWIN branch (and a similar number to the trunk). I’ve done a lot of them, but Julian Seward has found some time to work on the [...]
Posted in Mac OS X, Valgrind on March 12th, 2009 Comments Off
With Valgrind now working reasonably well on Darwin, it’s possible to run Valgrind on an iPhone. Well, not directly on an iPhone, because the Darwin port doesn’t work on ARM, but you can run Valgrind on x86 binaries built against the iPhone Simulator SDK.
However, it’s a little tricky, because you can’t run Valgrind from [...]
Posted in Mac OS X, Valgrind on February 17th, 2009 9 Comments »
It’s been a month since I first wrote about my work on the Mac OS X port of Valgrind. In that time I’ve made 85 commits to the DARWIN branch (and a similar number to the trunk).
Here are the current (as of r9192) values of the metrics I defined in the first post as a [...]