uptodate

Best place(s) to be kept updated on security flaws in softwares.

Where should one go to be kept updated on all of the security flaws/problems floating around? Specially in the era of open source where we tend to use libraries from everywhere. ...

Make Visual Studio stop rebuilding up-to-date projects?

Why does Visual Studio always build a project before running it EVEN WHEN IT'S NOT OUT OF DATE? Is there any way to skip this annoying behavior? ...

Visual Studio: Run C++ project Post-Build Event even if project is up-to-date

In Visual Studio (2008) is it possible to force the Post-Build Event for a C++ project to run even if the project is up-to-date? Specifically, I have a project which builds a COM in-process server DLL. The project has a post-build step which runs "regsvr32.exe $(TargetPath)". This runs fine on a "Rebuild", but runs on a "Build" only if ...