summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | VS: Add a source file property to set the hlsl shader typeBrad King2014-08-121-0/+17
* | VS: Add a source file property to mark content for Windows App deploymentBrad King2014-08-121-0/+40
* | VS: Re-arrange WriteExtraSource to support tool configurationBrad King2014-08-121-1/+13
|/
* VS: Fix generation of desktop applications for ARMGilles Khouzam2014-08-121-0/+5
* VS: Set WindowsPhone and WindowsStore min VS version requiredGilles Khouzam2014-07-311-0/+12
* VS: Generate WindowsPhone and WindowsStore application typesGilles Khouzam2014-07-311-0/+22
* VS: Always add IgnoreSpecificDefaultLibraries to .vcxproj filesBrad King2014-07-311-0/+2
* VS: Add missing newline after .vcxproj user prop import lineGilles Khouzam2014-07-311-1/+1
* VS: Map .jpg and .png sources to Image toolBrad King2014-07-291-0/+5
* VS: Map .xml to XML toolBrad King2014-07-291-0/+4
* VS: Map .appxmanifest sources to AppxManifest toolBrad King2014-07-291-1/+7
* VS: Refactor handling of resx headersBrad King2014-07-291-14/+12
* VS: Refactor handling of "header" sources in VS >= 10Brad King2014-07-291-1/+10
* VS: Refactor handling of "extra" sources in VS >= 10Brad King2014-07-291-1/+10
* VS: Convert 'WriteSource' tool argument to std::stringBrad King2014-07-291-4/+4
* VS: Encode more content correctly in vcxproj files (#15031)Brad King2014-07-231-13/+16
* cmIDEOption: Store mapped flag values as a vector<string>Brad King2014-07-231-19/+13
* cmVisualStudio10TargetGenerator: Remove dupilcate lineBrad King2014-07-231-1/+0
* VS: Make MS-tool-specific options conditionalBrad King2014-07-171-95/+141
* VS: Fix handling of non-preprocessor flags in CMAKE_RC_FLAGSMartin Mitas2014-07-101-0/+66
* VS14: Generate flag tables from MSBuild v140 tool filesBrad King2014-06-251-3/+12
* VS: Factor MS-tool-specific vcxproj settings into helperBrad King2014-06-091-45/+52
* VS: Re-order logic to group MS-tool-specific options togetherBrad King2014-06-091-27/+29
* VS: Set some options directly instead of using flag mapBrad King2014-06-091-14/+17
* VS: Remove always-true condition on compile options blockBrad King2014-06-091-36/+32
* VS: Fix vcxproj specification of empty output file extensionBrad King2014-06-091-0/+6
* VS: Fix vcxproj elements specifying binary output locationsBrad King2014-06-091-9/+8
* VS: Refactor flag table lookupBrad King2014-06-091-16/+19
* VS: Use full path to sources to allow deeper trees with VS >= 10Brad King2014-04-151-2/+3
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-13/+16
* cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-0/+13
* Merge topic 'target-objects-refactor'Brad King2014-03-171-21/+22
|\
| * cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-16/+16
| * Constify some APIs in generators.Stephen Kelly2014-03-131-5/+6
* | Encoding: If configured, write Visual Studio project files as UTF-8.Clinton Stimpson2014-03-141-2/+4
|/
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-11/+12
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-20/+19
* Merge topic 'msvc-compiler-pdb-files'Brad King2014-02-261-0/+11
|\
| * MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-0/+11
* | cmGeneratorTarget: Use a method to access the definition file.Stephen Kelly2014-02-241-3/+3
|/
* cmMakefile: Make FindSourceGroup const.Stephen Kelly2014-01-221-4/+4
* Merge topic 'minor-cleanups'Brad King2014-01-091-22/+36
|\
| * 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-21/+34
* | Merge topic 'vs10-include-backslashes'Brad King2014-01-091-1/+3
|\ \ | |/ |/|
| * VS: Convert include path to backslashes for VS >= 10Brad King2014-01-081-1/+3
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1
* | Constify handling of target dependencies.Stephen Kelly2013-12-111-1/+1
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-1/+2