Skip to content
Snippets Groups Projects
  1. Sep 10, 2008
  2. Sep 09, 2008
  3. Feb 15, 2008
    • David Cole's avatar
      ENH: Add code to support calling the VS reload macro from Visual Studio 7.1... · ca2a16c0
      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.
      ca2a16c0
  4. Nov 21, 2007
  5. Nov 19, 2007
  6. Nov 16, 2007
    • David Cole's avatar
      ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual... · 867de7fc
      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.
      867de7fc
  7. Nov 09, 2007
  8. Oct 29, 2007
  9. May 09, 2007
    • Alexander Neundorf's avatar
      · 7f115367
      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
      7f115367
  10. Mar 19, 2007
    • Brad King's avatar
      ENH: Added support for import libraries created by executable and module... · fc7c4334
      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.
      fc7c4334
  11. Mar 09, 2007
  12. Oct 16, 2006
  13. Apr 28, 2006
  14. Apr 20, 2006
  15. Apr 19, 2006
  16. Apr 18, 2006
  17. Apr 14, 2006
  18. Mar 01, 2006
  19. Feb 28, 2006
  20. Feb 27, 2006
  21. Feb 23, 2006
  22. Feb 16, 2006
  23. Feb 14, 2006
  24. Jan 11, 2006
  25. Jan 09, 2006
  26. Jan 04, 2006
  27. Aug 19, 2005
  28. Feb 11, 2005
  29. Jul 16, 2004
  30. Jul 09, 2004
  31. Jun 14, 2004
  32. May 08, 2004
  33. May 07, 2004
  34. May 06, 2004
  35. Apr 30, 2004
  36. Apr 28, 2004
Loading