- 24 Feb, 2006 1 commit
-
-
Andy Cedilnik authored
-
- 23 Feb, 2006 1 commit
-
-
Andy Cedilnik authored
-
- 19 Feb, 2006 1 commit
-
-
Brad King authored
ENH: Switched order of slash and configuration name in cmGlobalGenerator::AppendDirectoryForConfig method to increase flexibility.
-
- 14 Feb, 2006 1 commit
-
-
Brad King authored
BUG: Fixed generation of VS8 solution file to not be re-written when loaded by VS and to work with msbuild.
-
- 08 Feb, 2006 1 commit
-
-
Bill Hoffman authored
-
- 03 Feb, 2006 1 commit
-
-
Brad King authored
BUG: Fixed cmTarget::GetFullPath to not append the configuration name when only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name.
-
- 13 Jan, 2006 1 commit
-
-
Brad King authored
fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
-
- 13 Dec, 2005 1 commit
-
-
Brad King authored
ENH: Added support for parallel builds in VS 8. There is now a special target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512.
-
- 01 Dec, 2005 1 commit
-
-
Andy Cedilnik authored
ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2
-
- 27 Jul, 2005 1 commit
-
-
Brad King authored
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
-
- 22 Jun, 2005 1 commit
-
-
Ken Martin authored
-
- 07 Jun, 2005 1 commit
-
-
Ken Martin authored
-
- 05 May, 2005 1 commit
-
-
Brad King authored
BUG: Added space after /clean to avoid putting it together with the build configuration. This fixes the failure of the complext test on the second run in the same tree.
-
- 29 Apr, 2005 2 commits
-
-
Andy Cedilnik authored
-
Brad King authored
COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
-
- 28 Apr, 2005 2 commits
-
-
Andy Cedilnik authored
-
Brad King authored
ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed.
-
- 05 Apr, 2005 1 commit
-
-
Bill Hoffman authored
-
- 01 Apr, 2005 1 commit
-
-
Andy Cedilnik authored
-
- 14 Mar, 2005 1 commit
-
-
Ken Martin authored
-
- 10 Mar, 2005 1 commit
-
-
Ken Martin authored
-
- 22 Feb, 2005 2 commits
-
-
Brad King authored
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
-
Ken Martin authored
-
- 21 Jan, 2005 1 commit
-
-
Bill Hoffman authored
-
- 03 Nov, 2004 2 commits
- 15 Sep, 2004 4 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- 14 Sep, 2004 2 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- 07 Sep, 2004 1 commit
-
-
Bill Hoffman authored
-
- 27 Aug, 2004 1 commit
-
-
Bill Hoffman authored
-
- 11 Aug, 2004 1 commit
-
-
Bill Hoffman authored
-
- 04 Aug, 2004 1 commit
-
-
Brad King authored
BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile instance for the listfile containing the TRY_COMPILE call, not the top level listfile.
-
- 15 Jun, 2004 1 commit
-
-
Bill Hoffman authored
-
- 14 Jun, 2004 1 commit
-
-
Bill Hoffman authored
-
- 20 May, 2004 1 commit
-
-
Bill Hoffman authored
BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time
-
- 15 Apr, 2004 1 commit
-
-
Andy Cedilnik authored
-