summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: fix for #8686 add some more compiler flagsBill Hoffman2009-03-271-0/+11
* BUG: fix for 7845, idl files compile even with headerfile only onBill Hoffman2009-01-271-2/+1
* ENH: Refactor passing of max length object dirBrad King2008-12-161-16/+16
* ENH: make the scc optionalBill Hoffman2008-10-271-12/+0
* BUG: fix for 7839 and 4524Bill Hoffman2008-10-271-7/+2
* BUG: fix for 4524, add support for target properties to set vs source code co...Bill Hoffman2008-10-071-3/+29
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-1/+2
* BUG: fix for 7624, vs7 flag table missing /MAPBill Hoffman2008-09-081-1/+2
* BUG: fix for 7519 extra closing > in fortran projectsBill Hoffman2008-09-031-1/+1
* BUG: Fix issue #5773 - add table entry to map /W0 to WarningLevel="0"David Cole2008-07-311-0/+1
* BUG: Do not escape make variable references in VS additional options.Brad King2008-06-301-2/+4
* BUG: fix for bug 6619Bill Hoffman2008-06-171-1/+1
* COMP: Fix build with concept checking of STL.Brad King2008-05-161-1/+1
* ENH: add support for Intel Fortran Visual studio IDEBill Hoffman2008-04-301-29/+273
* BUG: Fix for issue #6440. Use 0 instead of FALSE for ExceptionHandling with V...David Cole2008-04-171-5/+18
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-1/+1
* ENH: Improve speed of manifest tool on VS8 and VS9.Brad King2008-03-311-8/+33
* BUG: fix for 6619Bill Hoffman2008-03-281-1/+2
* BUG: fix for bug 6660Bill Hoffman2008-03-281-0/+2
* BUG: fix for bug 6661Bill Hoffman2008-03-281-0/+3
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-301-6/+12
* BUG: cmTarget instances should not be copied. Removed pass-by-value argument...Brad King2008-01-291-1/+1