My work just gave me a quad core computer, and WOW build times are fast! (What used to take 20+ minutes now takes 7 minutes).
Anyway, Visual Studio builds project in parallel (great for build times), but scrambles the output:
1>Performing Makefile project actions
3>arg.c
2>msg.c
3>log.c
4>test.c
(and so on....)
Is there a plugin that sorts the output when the build is complete?