master
VS: Add CUDA flag table entry for nvcc --keep flag
Reduce size of PNG images
Style: Replace TABs with spaces for indentation in some files
Drop unnecessary LSRequiresCarbon reference from Info.plist files
ENH: Added StopBuild macro.
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
style: Remove trailing blank lines from all CMake sources
ENH: Simplify the generic instructions
Add an "installed file" property scope
CTest: Restore support for dashboard client build targets
TestDriver: Add '-N' option to print all tests