Monthly Archives: March 2009

Adding new sites to the eclipse updater “hangs”

Just for the record: If adding a new site to your eclipse updater seems to hang/times out (entry is always “pending…”), its most probably not a problem with the update site itself but rather some firewall interfering. Make sure you … Continue reading

Posted in C++, Eclipse | Leave a comment

Installing a gcc4.4 snapshot on Ubuntu

The upcoming gcc4.4 release adds a few more C++0x features (initializer lists, auto typed variables, defaulted and deleted functions, strongly typed enums, …) to the in this regard still very incomplete g++. To be able to play with it one … Continue reading

Posted in C++, C++0x | Leave a comment

Eclipse CDT 6 Milestone 5

The final release of CDT6 is still a few month ahead (scheduled for ~June) but there are already public milestone builds available. I haven’t played much with M5 but one thing that directly caught my attention is that you no … Continue reading

Posted in C++ | 1 Comment