summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-tool-override'Brad King2016-06-231-0/+5
|\
| * VS: Add a VS_TOOL_OVERRIDE source file propertyGilles Khouzam2016-06-201-0/+5
* | VS: Add VS_SDK_REFERENCES target property to reference external SDKsGilles Khouzam2016-06-221-1/+21
|/
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-1/+1
|\
| * Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-1/+1
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-2/+2
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1679/+1221
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+10
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-14/+14
* Source: Stabilize include orderBrad King2016-04-291-1/+2
* VS: in Clang/C2 toolset, setup correct compiler settingsMariusz PluciƄski2016-03-101-1/+12
* Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-03-081-1/+2
|\
| * VS: Fix VS 2015 .vcxproj debug setting for v100 toolset (#15986)Brad King2016-03-071-1/+2
* | VS: Add option to set `ConfigurationType` of a .vcxproj fileFabian Otto2016-02-261-35/+43
* | Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-02-251-0/+27
|\ \ | |/
| * VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986)Brad King2016-02-241-0/+27
* | Fix MFC setting on utility targets (#15867)Clinton Stimpson2016-01-191-6/+9
* | Merge topic 'vs-global-properties'Brad King2016-01-121-0/+26
|\ \
| * | VS: Implement VS_GLOBAL_* target properties in VS 2010+ (#13666)Mike Fitzgerald2016-01-111-0/+26
* | | VS: Map the link `/debug` to its IDE propertyBrad King2016-01-111-19/+5
* | | VS: Drop unused condition in link debug flag generationBrad King2016-01-111-1/+1
|/ /
* | Merge topic 'vs14-debug-enum'Brad King2016-01-111-2/+18
|\ \ | |/
| * VS: Fix VS 2015 .vcxproj file value for GenerateDebugInformation (#15894)Brad King2016-01-081-2/+18
* | VS: Add module definition `.def` files to .vcxproj files (#15313)Tim Grothe2015-11-041-0/+6
* | Refactor `.def` file lookupTim Grothe2015-11-041-3/+4
* | 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