summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Converted some ConvertToRelativeOutputPath calls to ↵Brad King2005-02-241-8/+3
| | | | ConvertToOptionallyRelativeOutputPath in preparation for making ConvertToRelativeOutputPath always convert. Some of these might be able to be switched back but we will first have to test what paths can be relative in the generate VS project files.
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-41/+25
| | | | 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.
* FIX: fix for bug 1606Bill Hoffman2005-02-171-8/+8
|
* FIX: fix for bug 1460Bill Hoffman2005-02-111-3/+26
|
* ENH: fix bug 1324Bill Hoffman2005-02-101-8/+24
|
* BUG: fix version numberBill Hoffman2005-01-261-1/+1
|
* ENH: put error checking for missing linker languagesBill Hoffman2004-10-271-2/+20
|
* ENH: add the ability to generate custom commands for a language that is not ↵Bill Hoffman2004-10-211-0/+4
| | | | supported by an IDE
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-26/+42
| | | | directory.
* ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton StimpsonBill Hoffman2004-09-151-3/+3
|
* ENH: use GetRequiredDefinition instead of GetDefinition and crashBill Hoffman2004-08-111-19/+20
|
* BUG: Fixed crash when CMAKE_CXX_STACK_SIZE is not defined.Brad King2004-08-051-4/+10
|
* ENH: sort flags, and fix order and case problems and add a few moreBill Hoffman2004-07-151-33/+39
|
* ENH: remove warningsBill Hoffman2004-07-141-3/+0
|
* ENH: use a map to fill out flags, and keep command line consistent with the GUIBill Hoffman2004-07-141-112/+141
|
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-4/+11
|
* ENH: add NDEBUG to windows release builds for both ide and nmakeBill Hoffman2004-06-141-3/+3
|
* BUG: fix for 871, include external should work for 7.1 and 7.0Bill Hoffman2004-06-011-1/+10
|
* BUG: make sure global generate is done when cmakelist file chagnes, also ↵Bill Hoffman2004-05-201-8/+13
| | | | make sure guids are stored in the cache so the .sln file does not change every time
* BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in idesBill Hoffman2004-04-231-1/+3
|
* ENH: add verbose make abilility to visual studio 7Bill Hoffman2004-04-231-2/+23
|
* ENH: add support for static library property STATIC_LIBRARY_FLAGSBill Hoffman2004-04-221-2/+6
|
* BUG 178: make top level cmakelist file a source in ALL_BUILDBill Hoffman2004-04-221-4/+0
|
* BUG: fix for bug 91Bill Hoffman2004-04-161-2/+23
|
* fix problem with custom commandKen Martin2004-04-071-1/+2
|
* ENH: Properly build WIN32 executablesAndy Cedilnik2004-03-091-3/+3
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-4/+1
|
* BUG: .lib from a .dll should go in m_LibraryOutputPath not ↵Bill Hoffman2004-01-231-1/+1
| | | | m_ExecutableOutputPath
* BUG: fix for debug flags into project filesBill Hoffman2004-01-231-1/+29
|
* ENH: add relative paths to visual studio 6 and 7 project filesBill Hoffman2003-12-221-9/+9
|
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-2/+2
|
* BUG#393: Adding XML escaping for additional per-source compile flags.Brad King2003-11-211-4/+3
|
* BUG: fix for 363, VCMIDLTool not used for idl filesBill Hoffman2003-11-111-1/+6
|
* BUG: add preprocessor flags to resource compilerBill Hoffman2003-10-281-2/+5
|
* BUG: make sure -M flags are not duplicated and are only set in the xmlBill Hoffman2003-10-171-14/+26
|
* BUG: fix for unicode and for /D -DBill Hoffman2003-10-171-1/+4
|
* ENH: allow users to change to unicodeBill Hoffman2003-10-161-8/+20
|
* BUG: fix for bug 78 should be on 1.8 branchBill Hoffman2003-10-161-36/+88
|
* BUG: Check for whether to use CMAKE_EXE_LINKER_FLAGS should look both for ↵Brad King2003-09-241-1/+2
| | | | EXECUTABLE and WIN32_EXECUTABLE targets.
* BUG: make sure exe output path is used for dep hack stuffBill Hoffman2003-08-281-2/+14
|
* fix to executable depends for custom commandsKen Martin2003-08-281-1/+11
|
* BUG: fix bug with custom commands depending on executablesBill Hoffman2003-08-281-3/+13
|
* BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix ↵Bill Hoffman2003-08-071-2/+2
| | | | for but 92. & was being replaced with &amp, but after double quote was replaced with &quot causing it to be &quot. Also add more search paths for mpi
* BUG#92 - Added XML escaping for <, >, and &.Brad King2003-08-051-0/+9
|
* ENH: Fully implemented SOURCE_GROUP command.Brad King2003-07-231-1/+1
|
* ENH: add linker flagsBill Hoffman2003-07-031-6/+26
|
* moved depend code into cmTargetKen Martin2003-06-241-88/+8
|
* fix for bad assumption on custom rulesKen Martin2003-06-171-5/+10
|
* more crazt changes source files now must match with full pathKen Martin2003-06-051-1/+5
|
* ENH: allow duplicate commands with the same output to be reduced ↵Bill Hoffman2003-06-041-1/+1
| | | | automatically to one command