summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-resw-files'Brad King2015-10-291-0/+4
|\
| * VS: Add support for `.resw` files (#15811)Andrew Shaitorov2015-10-281-0/+4
* | cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-4/+4
* | VS: Port interface to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* | VS: Port TargetIsFortranOnly to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* | VS10: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-23/+26
* | cmGeneratorTarget: Move GetExportMacro from cmTarget.Stephen Kelly2015-10-201-1/+2
* | cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-2/+2
* | Use cmGeneratorTarget for property access.Stephen Kelly2015-10-171-50/+59
* | Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-7/+12
* | Merge topic 'clean-up-cmTarget'Brad King2015-10-161-52/+54
|\ \
| * | Remove now-obsolete casts.Stephen Kelly2015-10-141-2/+1
| * | cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-52/+52
| * | Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-141-38/+41
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-141-8/+8
|/ /
* | 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