Skip to content
Snippets Groups Projects
  1. Jul 24, 2009
    • Brad King's avatar
      ENH: Install all Modules and Templates · 071ce33e
      Brad King authored
      This removes the file-wise installation rules for Modules and Templates
      and instead installs the whole directories.  This approach is much less
      error-prone.  The old approach was left from before CMake had the
      install(DIRECTORY) command.
      071ce33e
  2. Jul 03, 2009
    • Brad King's avatar
      BUG: Avoid cmTarget::GetDirectory for utilities · 43669f0e
      Brad King authored
      Since utility targets have no main output files like executables or
      libraries, they do not define an output directory.  This removes a call
      to cmTarget::GetDirectory from cmLocalVisualStudio{6,7}Generator for
      such targets.
      43669f0e
  3. Dec 09, 2008
  4. Dec 03, 2008
  5. Nov 25, 2008
  6. Sep 10, 2008
  7. Sep 09, 2008
  8. 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
  9. Nov 21, 2007
  10. Nov 19, 2007
  11. 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
  12. Nov 09, 2007
  13. Oct 29, 2007
  14. 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
  15. 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
  16. Mar 09, 2007
  17. Oct 16, 2006
  18. Apr 28, 2006
  19. Apr 20, 2006
  20. Apr 19, 2006
  21. Apr 18, 2006
  22. Apr 14, 2006
  23. Mar 01, 2006
  24. Feb 28, 2006
  25. Feb 27, 2006
  26. Feb 23, 2006
  27. Feb 16, 2006
  28. Feb 14, 2006
  29. Jan 11, 2006
  30. Jan 09, 2006
  31. Jan 04, 2006
  32. Aug 19, 2005
  33. Feb 11, 2005
  34. Jul 16, 2004
  35. Jul 09, 2004
  36. Jun 14, 2004
Loading