summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* BUG: Fixed references to projects outside the build tree and in other ↵Brad King2006-10-101-4/+3
| | | | locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build.
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵Brad King2006-09-281-10/+9
| | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
* STYLE: fix line lengthKen Martin2006-05-111-31/+37
|
* BUG: MSVC* variables should be set in IDE generators instead of just NMake.Brad King2006-05-061-1/+4
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-9/+9
|
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-1/+1
|
* BUG: More fixing of support for global target son visual studioAndy Cedilnik2006-02-241-1/+2
|
* COMP: Handle preinstall properly on IDEsAndy Cedilnik2006-02-241-12/+0
|
* COMP: Fix for preinstallAndy Cedilnik2006-02-241-0/+12
|
* COMP: Even more Visual Studio fixes. Why is this code duplicated?Andy Cedilnik2006-02-231-0/+36
|
* BUG: Fixed generation of VS8 solution file to not be re-written when loaded ↵Brad King2006-02-141-10/+30
| | | | by VS and to work with msbuild.
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-6/+4
| | | | of const junk
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the ↵Brad King2005-04-291-24/+4
| | | | AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
* ENH: Added dependency from INSTALL target to ALL_BUILD target so that ↵Brad King2005-04-281-11/+33
| | | | targets build before being installed.
* BUG: fix for bug 1702, better error message for GUID missingBill Hoffman2005-04-051-2/+11
|
* ENH: add support for out of source sourceKen Martin2005-03-141-5/+5
|
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-7/+6
| | | | 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.
* BUG: fix external project command for VS 7 and 71Bill Hoffman2004-09-151-0/+40
|
* ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton StimpsonBill Hoffman2004-09-151-11/+15
|
* bug fixes for external projectsBill Hoffman2004-09-141-4/+15
|
* BUG: fix include external project bugBill Hoffman2004-09-141-1/+0
|
* fix include order because of GetCurrentDirectory define and windows.h problemBill Hoffman2004-06-151-2/+2
|
* BUG: fix sub project path problemBill Hoffman2004-06-141-1/+2
|
* BUG: fix for 871, include external should work for 7.1 and 7.0Bill Hoffman2004-06-011-3/+3
|
* BUG: make sure global generate is done when cmakelist file chagnes, also ↵Bill Hoffman2004-05-201-6/+6
| | | | make sure guids are stored in the cache so the .sln file does not change every time
* ERR: Fix install on VS71Andy Cedilnik2004-04-211-3/+14
|
* ENH: update vs71 generator to support excluded subdirsBill Hoffman2004-03-101-1/+6
|
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-1/+1
|
* ENH: fix some warningsBill Hoffman2003-11-261-15/+45
|
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-1/+7
| | | | instance. Added support for documentation with a Generators section.
* yikes added new custom command supportKen Martin2003-06-031-2/+3
|
* Remove some borland 6 warningsBill Hoffman2003-05-281-2/+0
|
* add support for vs 71Bill Hoffman2003-05-081-0/+286