summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-4/+7
* Merge topic 'use-generator-target'Brad King2015-10-121-3/+4
|\
| * cmGeneratorTarget: Move GetPDBDirectory from cmTarget.Stephen Kelly2015-10-081-1/+1
| * cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-2/+3
* | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-1/+1
* | cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-7/+7
|/
* Merge topic 'vs-win10-store'Brad King2015-10-051-7/+217
|\
| * VS: Add support for Windows 10 Universal (Store) ApplicationsGilles Khouzam2015-10-051-6/+216
| * VS: Refactor indentation of LinkLibraryDependenciesGilles Khouzam2015-10-051-1/+1
* | Merge topic 'vs-win10-sdk'Brad King2015-10-021-0/+10
|\ \ | |/
| * VS: Add support for selecting the Windows 10 SDK (#15670)Gilles Khouzam2015-10-021-0/+10
* | cmVisualStudio10TargetGenerator: Fix unsigned integer constant typeBrad King2015-09-301-1/+1
|/
* VS: Prevent generated "rule" files from causing rebuildsMike Pagel2015-09-281-0/+27
* VS: Fix rebuild with regeneration after input CMake code change (#15754)Brad King2015-09-221-1/+1
* VS: Refactor target ordering logicBrad King2015-09-221-1/+1
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+29
* Merge topic 'vs-store-phone-cert-thumbs'Brad King2015-08-311-1/+15
|\
| * VS: Windows Store/Phone package cert thumbprintGilles Khouzam2015-08-271-1/+15
* | cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.Stephen Kelly2015-08-261-1/+1
* | cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-1/+1
* | 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