ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual...
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.
Showing
- Source/CMakeLists.txt 5 additions, 0 deletionsSource/CMakeLists.txt
- Source/cmCallVisualStudioMacro.cxx 464 additions, 0 deletionsSource/cmCallVisualStudioMacro.cxx
- Source/cmCallVisualStudioMacro.h 49 additions, 0 deletionsSource/cmCallVisualStudioMacro.h
- Source/cmGeneratedFileStream.cxx 9 additions, 5 deletionsSource/cmGeneratedFileStream.cxx
- Source/cmGeneratedFileStream.h 2 additions, 2 deletionsSource/cmGeneratedFileStream.h
- Source/cmGlobalGenerator.cxx 18 additions, 0 deletionsSource/cmGlobalGenerator.cxx
- Source/cmGlobalGenerator.h 8 additions, 0 deletionsSource/cmGlobalGenerator.h
- Source/cmGlobalVisualStudio7Generator.cxx 14 additions, 3 deletionsSource/cmGlobalVisualStudio7Generator.cxx
- Source/cmGlobalVisualStudio8Generator.cxx 28 additions, 0 deletionsSource/cmGlobalVisualStudio8Generator.cxx
- Source/cmGlobalVisualStudio8Generator.h 8 additions, 0 deletionsSource/cmGlobalVisualStudio8Generator.h
- Source/cmGlobalVisualStudio9Generator.cxx 27 additions, 0 deletionsSource/cmGlobalVisualStudio9Generator.cxx
- Source/cmGlobalVisualStudio9Generator.h 7 additions, 0 deletionsSource/cmGlobalVisualStudio9Generator.h
- Source/cmGlobalVisualStudioGenerator.cxx 355 additions, 0 deletionsSource/cmGlobalVisualStudioGenerator.cxx
- Source/cmGlobalVisualStudioGenerator.h 20 additions, 0 deletionsSource/cmGlobalVisualStudioGenerator.h
- Source/cmLocalVisualStudio7Generator.cxx 4 additions, 0 deletionsSource/cmLocalVisualStudio7Generator.cxx
- Source/cmake.cxx 29 additions, 0 deletionsSource/cmake.cxx
- Source/kwsys/SystemTools.cxx 17 additions, 5 deletionsSource/kwsys/SystemTools.cxx
- Templates/CMakeVSMacros1.vsmacros 0 additions, 0 deletionsTemplates/CMakeVSMacros1.vsmacros
Loading
Please register or sign in to comment