summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-intel-dll-implib-outdir'Brad King2011-02-221-1/+1
|\
| * VS: Create a Fortran DLL's import library directoryBrad King2011-02-101-1/+1
* | Merge topic 'vs-link-flag-table'Brad King2011-02-221-0/+18
|\ \
| * | Add link flag table entries for VS 7,8,9Brad King2011-02-091-0/+18
| |/
* | VS7/8/9: Add flag map for string pooling option (#10397)Sebastian Herbst2011-02-011-0/+1
* | VS7/8/9: Map whole program optimization flags (#10263)Philip Lowman2011-02-011-0/+4
* | Add FloatingPointModel to the list of known VS7 generator flags.James Bigler2011-01-311-0/+5
|/
* Merge topic 'fix-11695-spaces-in-vs10-rc-defs'Brad King2011-01-281-3/+6
|\
| * Fix line too long KWStyle issue (#11695)David Cole2011-01-261-1/+2
| * VS10: Escape double quote chars in defines for rc files (#11695)David Cole2011-01-251-3/+5
* | Honor VS_SCC_* properties in Fortran targets (#10237)Brad King2011-01-171-11/+18
|/
* Merge topic 'fix-11461-add-midl-vs10'Brad King2011-01-111-1/+0
|\
| * VS10: Finish Midl support (#11461)David Cole2011-01-051-1/+0
* | Merge topic 'vs-Fortran-only-DLL'Brad King2011-01-111-1/+6
|\ \
| * | VS: Fix linking of Fortran-only DLL projects (#10803)Brian Bassett2011-01-061-1/+6
* | | Map multiple /FI flags for VS < 10 (#11649)Brad King2011-01-031-1/+1
| |/ |/|
* | Simplify VS generator ConstructScript interfaceBrad King2010-12-081-12/+2
* | Improve signature of cmLocalGenerator::GetRealDependencyBrad King2010-12-081-3/+6
* | Set Intel .vfproj RuntimeLibrary attributeBrad King2010-11-091-0/+1
* | Fix Intel .vfproj SubSystem attribute valuesBrad King2010-11-091-2/+4
* | VS: Map /ENTRY linker option to EntryPointSymbolPatrick Gansterer2010-08-261-0/+2
* | VS: Add more TargetMachine option valuesPatrick Gansterer2010-08-241-0/+15
* | For VS10: Really use full path file names.David Cole2010-06-231-1/+3
* | Use full path file names to express dependencies.David Cole2010-06-211-3/+5
|/
* Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768)Brad King2010-05-281-1/+14
* Fix .pdb name attribute in VS project filesBrad King2010-04-281-2/+2
* Partial fix from bug #10503, use full paths to fix custom commands.Bill Hoffman2010-04-021-2/+4
* Fix issue #9042 - correctly this time. Fix failing tests on VS 7, 8 and 9 das...David Cole2009-12-241-2/+2
* Fix issue #9042 - use relative path for pdb file name when CMAKE_USE_RELATIVE...David Cole2009-12-231-2/+6
* Fix .vfproj files with per-source settingsBrad King2009-12-021-0/+4
* Do not link library dependencies in VS solutionsBrad King2009-10-201-0/+10
* Avoid C++ linker language in VS Fortran projectBrad King2009-10-191-1/+2
* Fix use of module .def files for MS toolsBrad King2009-09-291-21/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix .vfproj file version for Intel Fortran 10.1Brad King2009-09-281-0/+6
* Bug #9430, recognize the FR flagBill Hoffman2009-09-171-0/+1
* Generate proper Intel Fortran project versionBrad King2009-09-161-1/+13
* Silence VS generator for missing CMakeLists.txtBrad King2009-09-021-0/+4
* ENH: remove code duplication and use cmVisualStudioGeneratorOptions for all v...Bill Hoffman2009-07-281-378/+8
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-7/+5
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-17/+33
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-2/+2
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-4/+2
* BUG: Avoid cmTarget::GetDirectory for utilitiesBrad King2009-07-031-1/+1
* STYLE: Replace large if() with named booleanBrad King2009-07-031-4/+3
* ENH: Create exe implib dir in VS pre-link ruleBrad King2009-06-161-6/+6
* ENH: Generalize exe implib dir creation for VSBrad King2009-06-161-28/+6
* BUG: Create an exe's implib output dir for VSBrad King2009-06-151-0/+28
* ENH: Refactor VS 7,8,9 build event generationBrad King2009-06-121-122/+78
* STYLE: fix line lenghtBill Hoffman2009-03-281-2/+4