summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-30/+24
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-3/+1
* VS: Move version information to global generator.Stephen Kelly2015-05-191-22/+25
* VS: Simplify setting of flag table.Stephen Kelly2015-05-191-3/+2
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+3
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+3
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-7/+7
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+1
* Merge topic 'vs-Intel-Fortran-map-more-flags'Brad King2015-03-121-0/+7
|\
| * VS: Add more Fortran compiler flags to flag table (#15381)Oyvind Jensen2015-03-101-0/+7
* | Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
|/
* VS: Fix .vcproj and .vfproj file OutputDirectory generationBrad King2015-02-161-2/+11
* VS: Use $(ConfigurationName) as CMAKE_CFG_INTDIR in VS 7, 8, 9Brad King2015-02-161-1/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Fix incremental linking setting for Fortran + VSZack Galbreath2014-11-211-2/+16
* VS: Support Intel Fortran 15 .vfproj generation (#15175)Brad King2014-09-301-0/+14
* VS: Add MASM support to VS 8 and 9 (#8170, #14984)Brad King2014-08-201-0/+51
* cmLocalVisualStudio7Generator: Rename local 'lang' varBrad King2014-08-131-3/+3
* VS: Encode mapped flag values in XML project files (#15031)Brad King2014-07-231-1/+1
* VS: Delay getting platform name in local generatorBrad King2014-07-171-8/+16
* Merge topic 'vs-vcproj-bool-case'Brad King2014-05-291-28/+28
|\
| * VS: Use lower-case boolean values in VS 7-9 (#14927)Mark Salisbury2014-05-281-28/+28
* | cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-3/+6
* | cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-0/+4
* | cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-2/+2
* | Encoding: If configured, write Visual Studio project files as UTF-8.Clinton Stimpson2014-03-141-4/+8
* | Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-11/+13
* | stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1
* | stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+4
* | stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-7/+9
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
* | stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-2/+2
* | stringapi: Use strings for VS project namesBen Boeckel2014-03-081-3/+2
* | stringapi: Use strings in target nameBen Boeckel2014-03-081-15/+15
* | stringapi: Use strings for the languagesBen Boeckel2014-03-081-16/+16
* | VS: For Intel Fortran .vfproj put OBJECT libs in link line (#14777)Brad King2014-02-271-4/+4
* | MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-1/+12
|/
* cmMakefile: Make FindSourceGroup const.Stephen Kelly2014-01-221-2/+2
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+2
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-3/+3
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-1/+1
* Merge topic 'vs9-map-Fd'Brad King2013-11-201-0/+2
|\
| * VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577)Brad King2013-11-181-0/+2
* | VS: Set .NET target framework version for VS 7-9 (#14499)Brad King2013-10-211-0/+5
* | VS: Expose Intel Fortran .vfproj format version to CMake languageBrad King2013-10-181-29/+1
* | Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-1/+11
|/
* VS: Future-proof Intel project format selectionBrad King2013-09-101-7/+11