summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-241-2/+2
* | Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1
* | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-1/+1
|/
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-3/+3
* cmGeneratorTarget: Move GetFullName from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.Stephen Kelly2015-08-051-1/+2
* cmGeneratorTarget: Move GetLibraryNames from cmTarget.Stephen Kelly2015-08-051-1/+2
* cmGeneratorTarget: Move GetExecutableNames from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-1/+1
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-2/+2
* VS: Add more Nsight Tegra generator Android property settingsMikhail Filimonov2015-07-141-6/+135
* Merge topic 'auto_export_dll_symbols'Brad King2015-07-081-2/+28
|\
| * Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-061-2/+28
* | cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-2/+2
|/
* Get the local generator from the GeneratorTarget.Stephen Kelly2015-06-221-1/+1
* Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS'Brad King2015-06-041-4/+1
|\
| * cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-041-4/+1
* | VS: Compute project GUIDs deterministicallyBrad King2015-06-041-4/+0
|/
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-56/+39
* VS: Move version information to global generator.Stephen Kelly2015-05-191-23/+24
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-5/+5
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
* VS: Add support for XAML source filesGilles Khouzam2015-04-031-3/+77
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+2
* cmVisualStudio10TargetGenerator: Wrap long lineBrad King2015-02-241-1/+2
* VS: Specify absolute output directory for the Midl toolTim Blechmann2015-02-231-1/+1
* VS: Set default language in generated Windows Phone and Store projectsRobert Goulet2015-01-291-0/+2
* VS: Add missing newlines to .vcxproj generationRobert Goulet2015-01-291-2/+2
* VS: Add source file property to set extra hlsl shader flagsRobert Goulet2015-01-281-0/+13
* Add 'ANDROID_API_MIN' target property to set Android Target MIN APIDmitry Polyanitsa2014-12-171-0/+6
* VS: Inherit target-level "-wd" flags in source files (#15284)Brad King2014-12-041-0/+5
* Merge topic 'vs-hlsl-typo'Brad King2014-12-041-1/+1
|\
| * VS: Fix typo in VS_SHADER_MODEL lookup commentBrad King2014-12-031-1/+1
* | Merge topic 'vs-phone-store-deployment-location'Brad King2014-12-041-0/+15
|\ \
| * | VS: Add source file property to specify Windows App deployment locationGilles Khouzam2014-12-031-0/+15
| |/
* | Merge topic 'fix-wince-unicode-entry-point'Brad King2014-12-031-2/+16
|\ \
| * | VS, WINCE: Fix entry point for Unicode buildsPascal Bach2014-12-031-2/+16
* | | Merge topic 'vs-hlsl-settings'Brad King2014-12-031-1/+26
|\ \ \ | | |/ | |/|
| * | VS: Add source file properties to set the hlsl shader entry point and modelCedric Perthuis2014-12-031-1/+26
| |/
* | Merge topic 'vs-check-phone-store-tools'Brad King2014-11-181-1/+2
|\ \
| * | VS: Do not produce WinMD file for OBJECT libraries (#15228)Gilles Khouzam2014-11-171-1/+2
| |/
* | Merge topic 'fix-vs2015-warnings'Brad King2014-11-171-2/+2
|\ \
| * | cmVisualStudio10TargetGenerator: fix a narrowing warningBen Boeckel2014-11-131-2/+2
| |/
* | VS: Change Nsight Tegra 2.0 Project Revision Number from 8 to 9Dmitry Polyanitsa2014-11-131-2/+2
|/
* Merge topic 'vs-nsight-tegra-generator'Brad King2014-09-301-3/+152
|\
| * VS: Generate Nsight Tegra project revision numberBrad King2014-09-301-3/+26
| * VS: Map Nsight Tegra file types in .vcxproj filesBrad King2014-09-301-1/+23
| * VS: Generate ANDROID_GUI executables as app packagesBrad King2014-09-301-1/+52
| * Add 'ANDROID_API' target property to set Android Target APIBrad King2014-09-301-0/+6