Hello Visual Studio users,
We recently raised our Visual Studio compiler floor to Visual Studio 2010. What happened internally is that we changed the configuration of our build/test system so that it builds and tests Googletest/Googlemock on Visual Studio 2010, 2012, and 2013, but no longer on Visual Studio 2005. [note 1]
What this means for the opensource community is that we no longer intend to support VS 2005. If a future change passes all of our supported compilers but happens to break on VS 2005, we will not notice this and we are not likely to fix it.
The consequence to VS 2005 users is that the known-working version of gUnit/gMock will be frozen. (Of course such folks can always fork the repository themselves if they want more recent patches).
Please let us know if you object to this decision.
Note 1: The reason I didn't mention VS 2008 is that we were not testing on it before, but we consider it too old to start testing on it now. So we sort of "leapfrogged" it. We feel VS 2010 is a more appropriate floor than VS 2008, but if you strongly disagree, please let us know as well.