summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge topic 'optimize-custom-command-dependencies'Brad King2013-08-071-4/+3
|\
| * VS 6,7: Refactor local generators to avoid GetSourceFileWithOutputBrad King2013-08-061-4/+3
* | Fix setting of the entry point symbol for Windows CE (#14088)Patrick Gansterer2013-08-051-9/+12
|/
* Unify the way the flags of a static library are readPatrick Gansterer2013-07-311-11/+1
* Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-1/+3
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-9/+3
* Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+1
* Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-1/+3
* VS: Allow /Fa to set AssemblerListingLocation (#14153)Brad King2013-05-201-1/+5
* Merge topic 'doc-improvements'Brad King2013-05-161-7/+7
|\
| * Fix spelling and typos (affecting users)Andreas Mohr2013-05-071-7/+7
* | VS: Separate compiler and linker PDB files (#11899, #14062)Brad King2013-04-051-10/+0
|/
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-1/+0
* VS: Avoid empty source groups in some cases (#3474)Anton Helwart2013-03-081-7/+21
* VS: Specify WinCE subsystems correctly in VS 9 2008Mark Salisbury2013-02-131-3/+17
* VS: Specify WinCE subsystem also for DLLsMark Salisbury2013-02-131-0/+4
* Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-2/+2
* Merge topic 'windows-ce'Brad King2012-11-281-3/+17
|\
| * VS: Support setting correct subsystem and entry point for WinCEPatrick Gansterer2012-11-261-3/+17
* | Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-6/+2
|/
* Resolve warnings about shadowing parameters and local variables.Stephen Kelly2012-11-131-3/+3
* Resolve warnings about used enum values in switch blocks.Stephen Kelly2012-11-131-0/+2
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-1/+1
* Merge topic 'vs-pdb-output'Brad King2012-10-011-3/+3
|\
| * Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-251-3/+3
* | Return a std::string from GetCompileDefinitions.Stephen Kelly2012-09-211-2/+2
* | Port remaining code to GetCompileDefinitions().Stephen Kelly2012-09-211-11/+4
* | Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+3