- Sep 10, 2008
-
-
Bill Hoffman authored
-
- Sep 09, 2008
-
-
Bill Hoffman authored
-
- Feb 15, 2008
-
-
David Cole authored
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.
-
- Nov 21, 2007
-
-
David Cole authored
-
- Nov 19, 2007
-
-
Brad King authored
-
- Nov 16, 2007
-
-
David Cole authored
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.
-
- Nov 09, 2007
-
-
Brad King authored
ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is no longer used. Also removed the file itself.
-
- Oct 29, 2007
-
-
Bill Hoffman authored
-
- May 09, 2007
-
-
Alexander Neundorf authored
ENH: now target names can be used in add_custom_command() and add_custom_target() as COMMAND, and cmake will recognize them and replace them with the actual output path of these executables. Also the dependency will be added automatically. Test included. ENH: moved TraceVSDependencies() to the end of GlobalGenerator::Configure(), so it is done now in one central place Alex
-
- Mar 19, 2007
-
-
Brad King authored
ENH: Added support for import libraries created by executable and module targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly.
-
- Mar 09, 2007
-
-
Brad King authored
ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 generator. This is an incremental fix for bug#4210.
-
- Oct 16, 2006
-
-
Brad King authored
ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
-
- Apr 28, 2006
-
-
Andy Cedilnik authored
-
- Apr 20, 2006
-
-
Andy Cedilnik authored
-
- Apr 19, 2006
-
-
Brad King authored
-
- Apr 18, 2006
-
-
Brad King authored
-
- Apr 14, 2006
-
-
Andy Cedilnik authored
-
- Mar 01, 2006
-
-
Andy Cedilnik authored
-
- Feb 28, 2006
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Feb 27, 2006
-
-
Andy Cedilnik authored
ENH: Several packaging issues. Allow random variables to be passed to cpack (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos
-
- Feb 23, 2006
-
-
Andy Cedilnik authored
-
- Feb 16, 2006
-
-
Andy Cedilnik authored
-
- Feb 14, 2006
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Jan 11, 2006
-
-
Andy Cedilnik authored
-
- Jan 09, 2006
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Jan 04, 2006
-
-
Andy Cedilnik authored
-
- Aug 19, 2005
-
-
Brad King authored
BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for Debug builds and was not paying attention to the executable output path.
-
- Feb 11, 2005
-
-
Bill Hoffman authored
-
- Jul 16, 2004
-
-
Bill Hoffman authored
-
- Jul 09, 2004
-
-
Bill Hoffman authored
-
- Jun 14, 2004
-
-
Bill Hoffman authored
-
- May 08, 2004
-
-
Bill Hoffman authored
-
- May 07, 2004
-
-
Ken Martin authored
-
- May 06, 2004
-
-
Ken Martin authored
-
- Apr 30, 2004
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Apr 28, 2004
-
-
Bill Hoffman authored
ENH: make test driver more flexible by using a configured file instead of generating all the code. fixes bug 28
-