Skip navigation.

Archives

CppTest 1.1.0 (stable) has been released

CppTest is a small but powerful unit testing framework for C and C++. This release comes with several bugfixes as well as an improved HTML output module which now produces XHTML 1.0 Strict.

eTraxis 1.17.0 is released.

eTraxis is a web-based bug tracking system written on PHP. New features integrated in this release: - new-722: Bulgarian localization. new-729: [SF2008579] Mark all records as read Bug fixes integrated in this release: - bug-724: Import MYSQL41.SQL failed - bug-726: References to other records are parsed wrong, when there are several of them. - bug-727: Notifications are not sent via Lotus Domino SMTP server.

BUGS 2 beta 2 released

BUGS is an enterprise level web-based bug tracker designed with ease of use as its foremost goal, but also features a high level of flexibility for developers and administrators. The BUGS team is happy to announce the release of our second BUGS 2 beta. In this beta we finished up the "publish" module, which lets you publish news, links and articles, as well as made some big improvements in the "report issue"-wizard and several other key areas.

The Grinder 3.1 is released

The Grinder is a load testing framework that makes it easy to run a distributed test using many load injector machines. This release includes many fixes, translation updates, and a few new features. In particular, please note the rules for resolving a relative path setting for the grinder.script property has changed. You may need to update your properties files.

Disable TFS 2008 AutoConnect

I'm not a big fan of having Visual Studio 2008 automatically trying to connect to my TFS server. Sometimes you just want to open VS and bang out some code!

I've found the registry hack for TFS 2008 is a bit different than 2005.  It's simple enough, though.

  1. In the registry editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation\Servers\<TFS SERVER NAME HERE>
  2. Open the AutoReconnect DWORD
  3. Change the value to 0 (zero) decimal

Let me know if you've found a different or better way to do this!