summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-7/+4
| | | | of const junk
* ENH: fix for incorrect setting of CONFIZGURATION_TYPESKen Martin2005-06-071-1/+1
|
* BUG: Added space after /clean to avoid putting it together with the build ↵Brad King2005-05-051-1/+1
| | | | configuration. This fixes the failure of the complext test on the second run in the same tree.
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-1/+5
|
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the ↵Brad King2005-04-291-30/+14
| | | | AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
* ENH: Start working on a method that abstracts generating of build commandAndy Cedilnik2005-04-281-31/+10
|
* ENH: Added dependency from INSTALL target to ALL_BUILD target so that ↵Brad King2005-04-281-6/+34
| | | | targets build before being installed.
* BUG: fix for bug 1702, better error message for GUID missingBill Hoffman2005-04-051-5/+35
|
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-57/+0
|
* ENH: add support for out of source sourceKen Martin2005-03-141-5/+5
|
* ENH: cleanup by removing all the olf local generate junk that i not longer ↵Ken Martin2005-03-101-5/+0
| | | | needed
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-14/+20
| | | | 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.
* ENH: ctest now uses CMake global generator to do the build part of ↵Ken Martin2005-02-221-17/+24
| | | | build-and-test
* ENH: move project map to global generator baseBill Hoffman2005-01-211-22/+3
|
* STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ↵Brad King2004-11-031-1/+2
| | | | more explicity.
* COMP: Fix new cmGeneratedFileStream for MSVC.Brad King2004-11-031-5/+2
|
* BUG: fix external project command for VS 7 and 71Bill Hoffman2004-09-151-22/+17
|
* ENH: fix for vs 70 generatorBill Hoffman2004-09-151-10/+22
|
* ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton StimpsonBill Hoffman2004-09-151-11/+6
|
* BUG: make sure env CC and CXX are not set for VS IDE buildsBill Hoffman2004-09-151-0/+1
|
* bug fixes for external projectsBill Hoffman2004-09-141-4/+32
|
* BUG: fix include external project bugBill Hoffman2004-09-141-1/+2
|
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
|
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-1/+1
|
* ENH: change RUN_TESTS to use -C and not -D also use GetRequiredDefinition ↵Bill Hoffman2004-08-111-5/+5
| | | | where needed
* BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile ↵Brad King2004-08-041-4/+4
| | | | instance for the listfile containing the TRY_COMPILE call, not the top level listfile.
* fix include order because of GetCurrentDirectory define and windows.h problemBill Hoffman2004-06-151-2/+1
|
* BUG: fix sub project path problemBill Hoffman2004-06-141-1/+2
|
* BUG: make sure global generate is done when cmakelist file chagnes, also ↵Bill Hoffman2004-05-201-15/+40
| | | | make sure guids are stored in the cache so the .sln file does not change every time
* ENH: Handle make install target on Visual Studio 6 and 7 and install templatesAndy Cedilnik2004-04-151-0/+17
|
* BUG: fix external projects for vc7Bill Hoffman2004-04-141-8/+12
|
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-5/+11
|
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-1/+1
|
* remove more warningsBill Hoffman2003-11-261-1/+0
|
* remove warningsBill Hoffman2003-11-261-3/+2
|
* ENH: fix some warningsBill Hoffman2003-11-261-2/+2
|
* ENH: generate a sln and dsw file for each sub project in a projectBill Hoffman2003-11-261-43/+108
|
* ENH: Bug #371 - Add build configuration for try compiles using cmake variableAndy Cedilnik2003-11-121-1/+11
|
* ENH: Use the new RunCommandAndy Cedilnik2003-08-041-3/+4
|
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-0/+8
| | | | instance. Added support for documentation with a Generators section.
* yikes added new custom command supportKen Martin2003-06-031-4/+7
|
* add support for vs 71Bill Hoffman2003-05-081-21/+1
|
* ENH: fix for vs 7 beta1Bill Hoffman2003-02-181-1/+1
|
* ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵Brad King2002-12-201-9/+21
| | | | be a semicolon-separated list of configurations that will be built.
* Add check so that java projects build without C++Andy Cedilnik2002-12-111-31/+36
|
* ENH: fix IntDir jump and build problemBill Hoffman2002-12-061-0/+1
|
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-16/+13
|
* use InAll target setting to determine what targets are in the default buildKen Martin2002-12-051-4/+8
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-6/+6
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* some try compile fixesKen Martin2002-09-221-5/+16
|