David Cole
|
ca2a16c0a2
|
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.
|
2008-02-15 11:49:58 -05:00 |
Bill Hoffman
|
77ef811c8e
|
ENH: add MSVC90 define to vs9 ide
|
2008-01-18 14:34:48 -05:00 |
Brad King
|
eee575283d
|
STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions.
|
2007-11-20 11:10:11 -05:00 |
David Cole
|
867de7fc67
|
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
|
2007-11-16 07:01:58 -05:00 |
Ken Martin
|
6cdf032505
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
2007-10-22 12:49:09 -04:00 |
Bill Hoffman
|
9cbb998737
|
ENH: add support for vs 2008 beta 2
|
2007-09-17 15:21:47 -04:00 |