summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-1/+3
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-1/+1
* Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-09-021-1/+3
|\
| * VS: Fix VS 2015 .vcxproj debug setting for v80 toolsetBrad King2016-09-011-1/+3
| * VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolsetBrad King2016-08-051-4/+7
* | Merge topic 'cleanup-Convert'Brad King2016-08-301-3/+2
|\ \
| * | Convert: Replace UNCHANGED conversions with new API callStephen Kelly2016-08-271-3/+2
* | | Merge topic 'vs-NsightTegra-empty-version'Brad King2016-08-301-5/+4
|\ \ \ | |/ / |/| |
| * | VS: Fix out-of-bounds write on empty Nsight Tegra versionFujii Hironori2016-08-261-5/+4
| |/
* | VS: Use target-specific directory for `resources.pri`Brad King2016-08-251-3/+3
* | Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-08-081-5/+5
|\ \
| * | cmVisualStudio10TargetGenerator: Run clang-formatBrad King2016-08-051-5/+5
* | | Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-08-051-1/+4
|\ \ \ | |/ /
| * | VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolsetBrad King2016-08-041-1/+4
| |/
* | VS: Handle VS_GLOBAL_RootNamespace special caseBenjamin Ballet2016-07-201-1/+3
* | VS: Add support for NATVIS filesRobert Dailey2016-07-151-0/+2
* | Merge topic 'vs14-debug-enum-older-toolsets'Brad King2016-07-141-1/+2
|\ \ | |/
| * VS: Fix VS 2015 .vcxproj debug setting for v90 toolset (#15986)Brad King2016-07-131-1/+2
* | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exportsYury Zhuravlev2016-07-111-2/+4
* | Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-10/+9
* | 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